/*
Author       : Dreamguys
Template Name: Best at Laundry
Version      : 2.0
*/

/*-----------------
	Fonts
-----------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900');
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-thin-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-heavy-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-heavy-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-black-webfont.woff') format('woff');
    font-weight: 950;
    font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
:root {
    --primary-color: #2FA0EA;
    --secondary-color: #EFC10B;
    --btn-color: #ED1C24;
    --menu-color: rgba(255, 255, 255, .87);
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*-----------------
	General
-----------------------*/

html {
	height: 100%
}
body {
  font-family: Gilroy, sans-serif;
  color: #333;
  font-size: 14px;
  overflow-x: hidden;
}
a {
  color: #16a7f1;
  text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
button:focus {
	outline: 0;
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
p  {
    font-size: 16px;
    line-height: 30px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
button,
html input[type="button"],
input[type="reset"] {
	border: 0;
	cursor: pointer;
	-webkit-appearance: button
}

/*-----------------
	Bootstrap Classes
-----------------------*/

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	vertical-align: middle;
	background-color: #ffffff;
	border: 1px solid #cccccc
}
.form-control:-moz-placeholder {
	color: #999
}
.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #999
}
.form-control::-webkit-input-placeholder {
	color: #999
}
.form-control:focus {
	border-color: #3898EC;
	outline: 0;
	box-shadow: unset;
}
textarea.form-control {
	height: auto
}
.form-control-label {
	display: inline-block;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0
}

/*-----------------
	Nav Tabs
-----------------------*/

.nav-tabs {
	border-bottom: 1px solid #e6e6e6;
}
.card-header-tabs {
    border-bottom: 0;
}
.nav-tabs > li > a {
	margin-right: 0;
	color: #888;
	border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: transparent;
	color: #333;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #333;
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
	background-color: #0d8ada;
	border-color: #0d8ada;
	color: #fff;
}
.tab-content {
	padding-top: 20px;
}
.nav-tabs .nav-link {
	border-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #eee;
    border-color: transparent;
	color: #333;
}
.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
	border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
	color: #333;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
	background-color: #0d8ada;
	border-color: #0d8ada;
	color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
	border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
	border-radius: 50px;
}
.nav-tabs-justified > li > a {
	border-radius: 0;
	margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
	border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
	margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
	border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li+li > a {
	margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
	border-top-color: #0d8ada;
}
.nav-tabs.nav-tabs-bottom > li {
	margin-bottom: -1px;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
	border-bottom-width: 2px;
	border-color: transparent;
	border-bottom-color: #0d8ada;
	background-color: transparent;
	transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	-webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
	background-color: #fafafa;
	border: 0;
}
.nav-tabs.nav-tabs-solid > li {
	margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
	border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
	background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
	background-color: #f5f5f5;
	border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
	border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
	border-width: 2px 0 0 0;
}

/*-----------------
	Avatar
-----------------------*/

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}
.avatar > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #7638ff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.avatar-away:before,
.avatar-offline:before,
.avatar-online:before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #fff;
}
.avatar-online:before {
	background-color: #22cc62;
}
.avatar-offline:before {
	background-color: #ef3737;
}
.avatar-away:before {
	background-color: #ffbc34;
}
.avatar .border {
	border-width: 3px !important;
}
.avatar .rounded {
	border-radius: 6px !important;
}
.avatar .avatar-title {
	font-size: 18px;
}
.avatar-xs {
	width: 1.65rem;
	height: 1.65rem;
}
.avatar-xs .border {
	border-width: 2px !important;
}
.avatar-xs .rounded {
	border-radius: 4px !important;
}
.avatar-xs .avatar-title {
	font-size: 12px;
}
.avatar-xs.avatar-away:before,
.avatar-xs.avatar-offline:before,
.avatar-xs.avatar-online:before {
	border-width: 1px;
}
.avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}
.avatar-sm .border {
	border-width: 3px !important;
}
.avatar-sm .rounded {
	border-radius: 4px !important;
}
.avatar-sm .avatar-title {
	font-size: 15px;
}
.avatar-sm.avatar-away:before,
.avatar-sm.avatar-offline:before,
.avatar-sm.avatar-online:before {
	border-width: 2px;
}
.avatar-lg {
	width: 3.75rem;
	height: 3.75rem;
}
.avatar-lg .border {
	border-width: 3px !important;
}
.avatar-lg .rounded {
	border-radius: 8px !important;
}
.avatar-lg .avatar-title {
	font-size: 24px;
}
.avatar-lg.avatar-away:before,
.avatar-lg.avatar-offline:before,
.avatar-lg.avatar-online:before {
	border-width: 3px;
}
.avatar-xl {
	width: 5rem;
	height: 5rem;
}
.avatar-xl .border {
	border-width: 4px !important;
}
.avatar-xl .rounded {
	border-radius: 8px !important;
}
.avatar-xl .avatar-title {
	font-size: 28px;
}
.avatar-xl.avatar-away:before,
.avatar-xl.avatar-offline:before,
.avatar-xl.avatar-online:before {
	border-width: 4px;
}
.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}
.avatar-xxl .border {
	border-width: 6px !important;
}
.avatar-xxl .rounded {
	border-radius: 8px !important;
}
.avatar-xxl .avatar-title {
	font-size: 30px;
}
.avatar-xxl.avatar-away:before,
.avatar-xxl.avatar-offline:before,
.avatar-xxl.avatar-online:before {
	border-width: 4px;
}
.avatar-group {
	display: inline-flex;
}
.avatar-group .avatar + .avatar {
	margin-left: -.75rem;
}
.avatar-group .avatar-xs + .avatar-xs {
	margin-left: -.40625rem;
}
.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.625rem;
}
.avatar-group .avatar-lg + .avatar-lg {
	margin-left: -1rem;
}
.avatar-group .avatar-xl + .avatar-xl {
	margin-left: -1.28125rem;
}
.avatar-group .avatar:hover {
	z-index: 1;
}

/*-----------------
	Loader
-----------------------*/

#loader-wrapper {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#loader {
	background-position: center center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.loader-ellips {
	font-size: 20px;
	position: relative;
	width: 64px;
	margin: 100px auto 0;
}
.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
	left: 0;
}
.loader-ellips__dot:nth-child(3) {
	left: 1.5em;
}
.loader-ellips__dot:nth-child(4) {
	left: 3em;
}
.loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
}
.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
	animation-name: slide;
}
.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}
@keyframes reveal {
	from {
		transform: scale(0.001);
	}
	to {
		transform: scale(1);
	}
}
@keyframes slide {
	to {
		transform: translateX(1.5em)
	}
}
.loader-ellips__dot:nth-child(1) {
	background: var(--primary-color);
}
.loader-ellips__dot:nth-child(2) {
	background: var(--secondary-color);
}
.loader-ellips__dot:nth-child(3) {
	background: var(--primary-color);
}
.loader-ellips__dot:nth-child(4) {
	background: var(--secondary-color);
}

/*-----------------
	Header
-----------------------*/

.header-nav {
	padding: 0;
}
.main-header {
	background-color: var(--primary-color);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
}
.logo {
    display: inline-block;
    margin-right: 30px;
}
.account-header .navbar-brand.logo img {
    max-height: 65px;
  }
.header-left .logo img {
    max-height: 95px;
    max-width: 100%;
}
.main-menu-wrapper {
    margin: auto 0 0 auto;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav > li.active > a {
	color: var(--secondary-color);
}
.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    font-size: 14px;
    color: var(--secondary-color);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}
.main-nav > li .submenu li {
    position: relative;
}
.main-nav li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}
/* .main-nav li a:hover,
.main-nav li a:focus {
    color: var(--secondary-color);
} */
.main-nav li.login-link {
	display: none;
}
.header-navbar-rht {
    margin: 0;
	padding: 0;
}
.header-navbar-rht li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.header-navbar-rht li:last-child {
	padding-right:0px;
}
.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht .dropdown-toggle::after {
	display: none;
}
.header-navbar-rht li .dropdown-menu::before {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	border: 7px solid #fff;
	border-color: transparent transparent #ffffff #ffffff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid #f0f0f0;
	padding: 20px 30px;
    font-weight: 500;
}
.header-navbar-rht li .dropdown-menu .dropdown-item i {
    color: #2C97DD;
    margin-right: 10px;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}
.header-navbar-rht li a.header-login:hover {
    background-color: #09e5ab;
    border-color: #09e5ab;
    color: #fff;
}
.header-navbar-rht li .dropdown-menu a:hover {
    color: var(--primary-color);
	letter-spacing: 0.5px;
	padding-left: 20px;
	background-color: #fff;
}
.header-navbar-rht li a.header-login {
    border: 2px solid #09e5ab;
    border-radius: 4px;
    padding: 10px 15px !important;
    text-align: center;
    font-size: 15px;
    color: #09e5ab;
    text-transform: uppercase;
    font-weight: 500;
}
.header .has-arrow .dropdown-toggle:after {
	display: none;
}
.user-img {
    display: inline-block;
    position: relative;
}
.user-img > img {
	height: 31px;
    object-fit: cover;
	width: 31px;
}
.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
}
.header-navbar-rht .logged-item .nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: 14px;
	padding: 0;
	color: var(--menu-color);
    padding: 11px 20px;
    border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    border-radius: 50px;
}
.header-navbar-rht .logged-item .nav-link:hover, .header-navbar-rht .logged-item .nav-link:focus {
    background-color: var(--secondary-color);
}
.header-navbar-rht .logged-item img, .header-navbar-rht .quick-order img {
    width: 20px;
    margin-right: 10px;
}
.header-navbar-rht .quick-order img {
    width: 20px;
    margin-right: 10px;
    height: 19px;
}
.header-navbar-rht .cart-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    padding: 0;
    color: #333739;
    padding: 0;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #000;
    font-size: 16px;
    margin-left: 15px;
    border-radius: 50px;
    width: 48px;
    justify-content: center;
    height: 48px;
	position: relative;
}
.header-navbar-rht .cart-btn .badge {
    background-color: var(--secondary-color);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 12px;
}
.header-navbar-rht .header-btn {
    display: inline-flex;
    padding: 10px 24px;
    border: 2px solid #fff;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 15px;
    border-radius: 50px;
}
.header-navbar-rht .header-btn:hover, .header-navbar-rht .header-btn:focus {
	border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #fff;
}
.header-navbar-rht .logged-item .user-menu {
    padding: 5px 10px;
    border: 2px solid #fff;
    background-color: transparent;
}
.header-navbar-rht .logged-item .user-menu img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
.cart-enable {
    position: absolute;
    right: -15px;
    top: -20px;
}
.cart-enable .card {
    border-radius: 0;
    max-width: 450px;
    border: none;
}
.cart-enable .card-header {
    padding: 20px;
    background-color: #fff;
    text-align: center;
}
.cart-img-s {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #2C97DD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 20px;
}
.cart-enable .card-header h3 {
    font-size: 22px;
    color: #505050;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.cart-enable .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
.cart-enable .card-body img {
    width: 200px;
}
.cart-enable .card-body p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px 0;
    text-align: center;
    line-height: 20px;
}
.cart-enable .card-body a {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 6px 19px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: bold;
}
.close-cart {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
}

/*-----------------
	Mobile Menu
-----------------------*/

.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: var(--primary-color);
    height: 60px;
    padding:  0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
	display: none;
}
.menu-logo img {
    height: 40px;
}
.menu-close {
	font-size: 18px;
    color: #fff;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #000;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
	display: none;
	margin-right: 30px;
}
html.menu-opened body {
    overflow: hidden;
}

/*-----------------
	Footer
-----------------------*/

.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
.nav-link {
	padding-right: 10px;
	padding-left: 10px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
.footer {
    position: relative;
    padding: 15px 0;
    color: #fff;
    background: var(--primary-color);
    background-size: cover;
}
.footer .logo {
    display: block;
}
.footer .text-container {
    font-size: 14px;
    margin-bottom: 20px;
}
.footer a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.footer .items a {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
.footer-contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-contact ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.footer-contact ul li i {
    margin-right: 10px;
}
.footer-contact .fa-play-circle {
    font-size: 10px;
}
.app-icons {
    display: flex;
    margin-bottom: 20px;
}
.app-icons a + a {
	margin-left: 20px;
}
.blgrid {
    margin: 0 0 40px;
}

.blgrid li:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.blgrid h4 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.blgrid i {
    margin: 0 9px 0 0;
}

.blgrid a {
    color: #454545;
}
.blogli-grid-top {
    display: flex;
    gap: 15px;
    margin: 0 0 15px;
    color: #2a6496;
}
.blogli-img {
    margin: 0 0 15px;
}

.blogli-grid-hdr {
    margin: 0 0 20px;
}
.blogli-grid-top i {
    margin: 0 5px 0 0;
}
.blogli-grid-hdr h4 {
    margin: 0 0 15px;
}

.blogli-grid .btn {
    margin: 20px 0 0;
    background: #007bff;
    color: #fff;
    text-decoration: none;
}

.blogli-grid .btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.blogli {
    margin: 0 0 50px;
}
.blgrid-inpgroup {
    display: flex;
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    overflow: hidden;
}

.blgrid-inpgroup input[type="text"] {
    border: 0;
    margin: 0;
    height: 50px;
}

.blgrid .btn i {
    margin: 0;
}

.blgrid-inpgroup .btn {
    border-radius: 0;
    padding: 0 24px;
}
.blogli-grid-hdr a {
    color: #2a6496;
    text-decoration: underline;
}
.blog-categoryhdr {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px;
}
.social-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-links li {
    display: inline-block;
    margin-right: 10px;
}
.social-links li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: var(--primary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
}
.social-links li a:hover {
	background-color: var(--secondary-color);
    color: var(--primary-color);
}
.footer-contact a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.footer-contact a:hover {
	color: var(--secondary-color);
}
.footer-widget {
	margin-bottom: 30px;
}
.footer-widget .footer-title {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 900;
    color: var(--menu-color);
    text-transform: uppercase;
    position: relative;
}
.footer-title::before {
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 60px;
    bottom: -10px;
    background: #fff;
    border-radius: 10px;
}
.footer-top-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer-top-menu ul li {
	margin-right: 20px;
}
.footer-top-menu ul li:last-child {
	margin-right: 0;
}
.footer-top-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.footer-top-menu ul li a:hover, .footer-top-menu ul li a:focus, .footer-top-menu ul li.active a,.footer .footer-menu ul li.active a {
	color: var(--secondary-color);
}
.footer-head-content {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    flex: 0 0 auto;
    width: auto;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}
.footer .footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer .footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    transition: all 0.4s ease 0s;
    font-weight: bold;
}
.footer .footer-widget.footer-menu ul li a:hover {
	color: var(--secondary-color);
	letter-spacing: 0.5px;
	padding-left: 30px;
}
.footer .footer-menu ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 0;
}
.copyright {
    font-weight: 500;
    font-size: 16px;
}

/*-----------------
	Blog
-----------------------*/

.blog {
	/*border: 1px solid #f0f0f0;*/
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 30px;
	padding: 1.5rem;
	position: relative;
	box-shadow: 0 0 18px -6px rgba(0, 0, 0, 0.28);
	-webkit-transition: top 200ms cubic-bezier(.455, .03, .515, .955);
	transition: top 200ms cubic-bezier(.455, .03, .515, .955);
	/*overflow: hidden;*/
	top: 0px;

}
/*.blog:hover {
    position: relative;
    top: -10px;
}*/
.blog-image {
	overflow: hidden;
}
.blog-image,
.blog-image > a,
.blog-image img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.blog-image img {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.blog-image a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-image {
	margin-bottom: 30px;
}
.blog-content {
	position: relative;
}
.blog-title {
	font-size: 22px;
	margin: 0 0 10px;
}
.blog-title a {
	color: #000;
}
.blog-title a:hover {
	color: #0d8ada;
}
.blog-content p {
	color: #666;
	font-size: 14px;
	margin: 0 0 30px;
}
.read-more {
    display: inline-block;
    font-size: 16px;
    padding: 0;
    color: #20c0f3;
    text-decoration: underline;
    font-weight: bold;
}
.blog-info {
    color: #757575;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-info a {
	color: #757575;
}
.blog-info a:hover {
	color: #757575;
}
.blog-info i {
	color: #20c0f3;
	font-size: 14px;
	margin-right: 5px;
}
.entry-meta {
	color: #6d6d6d;
	font-size: 14px;
	list-style: none;
	margin-bottom: 15px;
	padding: 0;
	font-weight: 500;
}
.entry-meta li {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
}
.entry-meta li i {
	color: var(--primary-color);
}
.entry-meta li:last-child {
	margin-right: 0;
}
.blog-pagination .pagination {
	margin-bottom: 30px;
}
.blog-pagination .pagination li a {
    padding: 12px 20px;
    font-weight: 600;
    color: #2E3842;
    margin-right: 10px;
    border-radius: inherit !important;
	border-color: #f0f0f0;
}
.blog-pagination .pagination li.disabled a {
	border-color: #f0f0f0;
}
.blog-pagination .pagination li.active a {
	background: #20c0f3;
	border-color: transparent;
	color: #ffffff;
}
.post-left ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.post-left ul li {
	margin-bottom: 5px;
	margin-right: 20px;
}
.post-left ul li:last-child {
	margin-right: 0;
}
.post-author a {
    display: flex;
    align-items: center;
    color: #6d6d6d;
    font-weight: 500;
}
.video {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.latest-posts {
	margin: 0;
	padding: 0;
}
.latest-posts li {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.latest-posts li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.post-thumb {
	border-radius: 4px;
	width: 80px;
	float: left;
	overflow: hidden;
}
.post-thumb a img {
	border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
	transform: translateZ(0);
	-moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	-webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
	transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.post-info {
	margin-left: 95px;
}
.post-info h4 {
	font-size: 15px;
	margin: 0 0 5px;
}
.post-info h4 a {
	color: #272b41;
}
.post-info h4 a:hover {
	color: #20c0f3;
}
.post-info p {
	color: #757575;
	font-size: 12px;
	margin: 0;
}
.post-info p i {
	color: #20c0f3;
	font-size: 14px;
	margin-right: 4px;
}
.category-widget .categories {
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-widget .categories li {
    margin-bottom: 20px;
}
.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-widget .categories li a {
    color: #2E3842;
    font-size: 15px;
    font-weight: 500;
}
.category-widget .categories li a span {
    float: right;
    color: #757575;
}
.category-widget .categories li a:hover {
	color: #20c0f3;
}
.category-widget .categories > li > a > i {
	color: #20c0f3;
	font-size: 18px;
	margin-right: 10px;
}
.tags-widget .card-body {
	padding-bottom: 1rem;
}
.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.tags li {
	float: left;
}
.tag {
	background-color: #fff;
	border-radius: 4px;
	color: #272b41;
	padding: 5px 10px;
	position: relative;
	margin: 0 .5rem .5rem 0;
	font-size: 14px;
	border: 1px solid #ccc;
	display: inline-block;
}
.tag:hover {
	background-color: #20c0f3;
	border-color: #20c0f3;
	color: #fff;
}
.comment-by {
	display: block;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px;
}
.comments-list .comment-block p {
    font-size: 14px;
    margin-bottom: 5px;
}

/*-----------------
	Blog Details
-----------------------*/

.blog-view .blog-title {
	font-size: 24px;
}
.blog-content p:last-child {
	margin-bottom: 0;
}
.blog-view .blog-info {
	border: 0;
	margin-bottom: 20px;
	padding: 0;
}
.social-share {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-share > li {
	display: inline-block;
	float: left;
	margin-left: 10px;
	text-align: center;
}
.social-share > li:first-child {
	margin-left: 0;
}
.social-share > li > a {
	border: 1px solid #dfdfdf;
	color: #666;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.social-share > li > a:hover {
	background-color: #20c0f3;
	color: #fff;
	border-color: #20c0f3;
}
.blog-reply > a {
	color: #999;
	font-size: 12px;
	font-weight: 500;
}
.blog-date {
	color: #999;
	font-size: 12px;
}
.blog-comments .comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.blog-comments .comments-list li {
	clear: both;
	padding-left: 80px;
}
.blog-comments .comments-list li .comment {
	margin-bottom: 20px;
}
.blog-comments .comments-list li .comment-author {
	left: 0;
	position: absolute;
}
.blog-comments .comments-list li img.avatar {
	height: 58px;
	width: 58px;
	border-radius: 58px;
}
.blog-comments .comment-btn {
    color: #20c0f3;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}
.blog-author-name {
    color: #272b41;
    font-size: 16px;
    font-weight: 600;
}
.new-comment label {
	font-weight: 500;
}
.comment-submit .btn {
	background-color: #20c0f3;
	border-color: #20c0f3;
	border-radius: 0;
	font-size: 18px;
	padding: 8px 26px;
	color: #fff;
}
.about-author-img {
	background-color: #fff;
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: 100px;
}
.author-details {
	margin-left: 120px;
}
.about-author {
	min-height: 100px;
}
.author-details .blog-author-name {
	display: inline-block;
	margin-bottom: 10px;
}
.post-author img {
    border-radius: 100%;
    width: 28px;
    margin-right: 5px;
}

/*-----------------
	Blog Grid
-----------------------*/

.grid-blog .blog-title {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 20px;
    font-weight: bold;
}
.grid-blog .blog-content p {
    margin: 0 0 15px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.grid-blog .blog-info {
	margin-bottom: 15px;
}
.grid-blog .blog-image {
	margin-bottom: 0;
}
.blog.grid-blog {
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
}
.blog.grid-blog .blog-content {
    padding: 20px 0 0;
}
.grid-blog .entry-meta {
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.grid-blog .entry-meta li {
	margin-bottom: 10px;
}
.grid-blog .post-author a:hover {
	color: #20c0f3
}


/* Products */

.page-wrapper {
    padding-top: 80px;
    position: relative;
    transition: all 0.4s ease;
}
.page-wrapper > .content {
    padding: 20px;
}



/* Clients */

.sponsor-section {
    padding: 50px 0;
    border-top: 1px solid #e8ebf3;
}
.page-header {
    background-image: url(../img/page-banner.jpg);
    position: relative;
    padding: 160px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center top;
}
.page-header::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: var(--primary-color);
    opacity: 0.94;
}
.breadcrumbs-area h1 {
    font-weight: bold;
    color: #fff;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumbs-area p {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    text-align: center;
	margin-bottom: 0;
}
.breadcrumbs-area ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.breadcrumbs-area ul li {
    display: inline-block;
    position: relative;
    margin-right: 1.3rem;
    padding-right: .5rem;
    color: #fff;
}
.breadcrumbs-area ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    font-size: 1.8rem;
    right: -1.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
}
.breadcrumbs-area ul li a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
}
.page-breadcrumb ol {
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;
    font-weight: 600;
}
.page-breadcrumb ol li a {
    color: #fff;
}
.page-breadcrumb ol li.active {
    color: #fff;
    padding-left: 1rem;
}
.page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    font-size: 10px;
    padding-right: 1rem;
}
.content {
    min-height: 200px;
    padding: 50px 0 20px;
}


.home-page .main-header .header-inner {
	border-bottom: 0;
}
.main-header .header-inner {
    position: relative;
    padding: 16px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	border-bottom: 1px solid rgba(243, 243, 243, 0.2);
}
.main-header.fixed-header .header-inner {
    position: fixed;
    padding: 10px 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    background-color: var(--primary-color);
	-webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
    box-shadow: 0 0.25rem 0.25rem 0 rgba(15, 30, 150, 0.2);
	border: 0;
}
.breadcrumbs-area .section-line.small-line {
	margin-bottom: 15px;
}
.breadcrumbs-area .section-line span::before {
    background: #fff;
}
.breadcrumbs-area .section-line span::after {
    background: #fff;
}
.breadcrumb-icon {
    position: absolute;
    height: 100px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -50px;
}
.breadcrumb-icon span {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0px 4px 4px rgba(200, 200, 200, 0.25);
}
.breadcrumb-icon span img {
    width: 45px;
    height: auto;
}
.page-content {
    padding: 130px 0 30px;
}

/*-----------------
	Login
-----------------------*/

.login-page-header {
    background-color: var(--primary-color);
}
.login-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 0 40px;
}
.login-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
}
.login-box .nav-tabs .nav-link {
    border-radius: 0;
    background-color: #F6F6F6;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 30px;
}
.login-box .nav-tabs .nav-item.show .nav-link, .login-box .nav-tabs .nav-link.active {
    background-color: #3BA6EB;
    color: #fff;
}
.login-box .nav-tabs, .login-box .tab-content {
    width: 100%;
    border-bottom: none;
    margin-bottom: 25px;
}
.login-box-left {
    background-image: url(../img/login/signin-img.png);
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-box-left h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.login-box-left::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(47, 160, 234, 0.94);
}
.login-box-right {
    padding: 50px;
    background-color: #FDFDFD;
}
.login-box-right .form-control {
    height: 55px;
}
.login-box-right label {
    font-size: 20px;
    font-weight: 500;
}
.login-box-right label>span {
    color: #FF0000;
}
.login-box-right .custom-control-label {
    font-size: 16px;
    color: #2F2F2F;
}
.login-box-right .forgot-link {
    color: #3DA4E6;
    font-size: 16px;
    font-weight: 600;
}
.login-box-right .social-btn {
    background-color: transparent;
    border: 1px solid #BCBCBC;
    border-radius: 15px;
    color: #000;
    padding: 15px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
}
.login-box-right .social-btn img {
    height: 30px;
    margin-right: 10px;
}
.or-text {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.bottom-shadow {
    box-shadow: 0 4px 2px -2px rgb(0 0 0 / 20%);
}
.login-box-right .custom-select {
    height: 55px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.custom-select:focus {
    box-shadow: none;
}
.account-page {
	background-color: #fff;
}
.account-page .content {
    padding: 50px 0;
}
.login-header {
	margin-bottom: 20px;
}
.login-header p {
	margin-bottom: 0;
}
.login-header h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.login-header h3 span {
    color: #007bff;
}
.login-header h3 a {
    color: #007bff;
    float: right;
    font-size: 15px;
    margin-top: 2px;
}
.account-inner .dont-have {
    color: #3d3d3d;
    margin-top: 20px;
    font-size: 14px;
}
.account-inner .dont-have a {
    color: #007bff;
}
.login-btn {
    font-size: 22px;
    font-weight: bold;
    display: block;
    width: 100%;
    background-color: #3b4175;
    border-color: #3b4175;
    color: #fff;
    padding: 14px 15px;
    border-radius: 5px;
    text-align: center;
}
.login-or {
	color: #d4d4d4;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}
.or-line {
	background-color: #e5e5e5;
	height: 1px;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
}
.span-or {
	background-color: #fff;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 42px;
}
.forgot-link {
    color: #3d3d3d;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}
.btn-facebook {
    background-color: #3a559f;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}
.btn-google {
    background-color: #dd4b39;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
}
.social-login .btn:hover, .social-login .btn:focus {
	color: #fff;
}
.account-inner {
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
    padding: 50px;
}
.account-box {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}

.toggle-password {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #757575;
	cursor: pointer;
}
.toggle-password.fa-eye {
    margin-right: 1px;
}
.pass-group {
    position: relative;
}
.account-box .form-control {
    border-color: #e8ebf3;
    height: 44px;
    border-radius: 5px;
}
.account-left {
    align-items: center;
    background: rgba(59, 166, 235, 0.95);
    border-radius: 6px 0 0 6px;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    width: 410px;
    display: flex;
}

/*-----------------
	Featured Blogs
-----------------------*/

.blog-bg {
    background-image: url(../img/blog/blog-bg.jpg);
}
.blogs-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15%;
    width: 90%;
    left: 5%;
}
.blogs-title {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px;
    text-align: center;
}
.bg-blue {
    background-color: #0D8ADA;
}
.bg-pink {
    background-color: #FF6E1D !important;
}
.bg-orange {
    background-color: #FF6E1D !important;
}
.bg-maroon {
    background-color: #7B0505 !important;
}
.blog-heading {
    font-size: 24px;
    color: rgb(255, 255, 255);
    background-color: rgb(27, 27, 27);
    margin: 20px 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 10px;
    text-align: center;
}
.blog-text {
    font-size: 16px;
    color: #fff;
    background-color: #1B1B1B;
    margin: 0;
    font-weight: 400;
    padding: 2px 7px;
    text-align: center;
    line-height: 22px;
}
.blog-box {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.blog-first {
    margin-left: 0;
}
.blog-second {
    background-color: rgb(239 193 11 / 10%);
    margin-right: 0;
}
.blog-show-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 30px;
    border: 2px solid #fff;
    margin: 15px 0;
}
.blog-show-box .blog-heading, .blog-show-box .blog-text {
    color: #1F1F1F;
    background: transparent;
    padding: 0;
}
.blog-category {
    text-align: center;
}
.blog-category h3 {
    font-size: 24px;
    color: #0D8ADA;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-category p {
    font-size: 18px;
    color: #444444;
    font-weight: 500;
}
.category-list > .col-md-4:nth-child(3n+2) .card {
    border-left: 1px solid #C2C1C1;
    border-right: 1px solid #C2C1C1;
}
.category-list .card {
    border: 0;
    padding: .75rem 4.25rem 0;
    border-left: 1px solid #C2C1C1;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.category-list .no-bl{
    border-left: none;
}
.category-list .blog-heading {
    color: #2E2E2E;
    background-color: transparent;
    margin: 35px 0 25px;
    padding: 0;
}
.category-list .blog-heading a {
    color: #2E2E2E;
}
.category-list .blog-text {
    color: #2E2E2E;
    background-color: transparent;
    padding: 0;
}
.recent-blog {
    padding: 70px 0;
}
.recent-blog h4 {
    font-weight: bold;
    text-transform: uppercase;
}
.bd-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: 25px 0;
}
.bd-breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Gilroy';
}
.bd-breadcrumb .breadcrumb-item.active {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: 'Gilroy';
}
.bd-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    content: "\003e";
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    color: #0D8ADA;
    top: 2px;
    position: relative;
}
.info-sec-details {
    padding-bottom: 50px;
}
.info-sec-wrap {
    border: 1px solid #f0f0f0;
    padding: 20px;
}
.info-sec-wrap * {
    word-break: break-word;
}
.info-tag {
    font-size: 12px;
    background: #f5a108;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    border-radius: 2px;
    margin: 15px 0;
}
.info-sec-details h1 {
    color: #0C0C0C;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.info-sec-details .blog-user-img {
    width: 90px;
    height: 90px;
    border: 8px solid #C4C4C4;
    border-radius: 50px;
}
.info-sec-details .blog-user-tit {
    border: 1.5px solid #818181;
    padding: 15px 5px;
    border-left: 0;
    border-right: 0;
    color: #383838;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 !important;
}

.info-sec-details .blog-user-tit > span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 25px;
}
.info-sec-details p {
    font-weight: 500;
}
.info-sec-details ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-sec-details ul li {
    padding: 10px;
}
.info-sec-details .share-section {
    justify-content: flex-start;
}
.info-sec-details .share-section li {
    padding-left: 0;
}
.share-section li a {
    color: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.share-section .fb-like {
    background-color: #1877f2;
}
.share-section .tweets {
    background-color: #1b95e0;
}
.share-section .pint {
    background-color: #111111;
}
.share-section .share {
    background-color: #fe6d4c;
}
.share-section .like-num {
    background-color: #ffffff;
    border: 2px solid #ddd;
    color: #000;
    position: relative;
    padding: 4px 30px;
}
.share-section .like-num i {
    position: absolute;
    left: -9px;
    color: #ddd;
    font-size: 19px;
}
.share-section .like-num:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ddd;
    position: absolute;
    left: -8px;
}
.main-nav li.mobile-menu-show {
	display: none;
}
.post-item {
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
.post-box:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    left: 0;
}
.post-box .post-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 2;
}
.post-content {
	display: flex;
    justify-content: end;
    height: 100%;
    color: #fff;
    flex-direction: column;
}
.post-date {
    color: rgba(255,255,255,0.6);
    margin-top: 10px;
}
.post-box .post-title {
    margin-bottom: 20px;
}
.post-content-bottom.post-box .post-title {
    margin-bottom: 10px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-content-bottom.post-box .post-excerption-inner {
    font-size: 14px;
}
.post-box .post-title a {
    white-space: pre-wrap;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.post-box img {
    width: 100%;
}
.post-category {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}
.post-category a {
	background-color: #0D8ADA;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.65px;
    display: inline-block;
    margin: auto;
    text-decoration: none;
    border-radius: 5px;
}
.post-box .post-excerption-inner {
    font-size: 18px;
}
.post-view {
	text-align: center;
}
.post-view a {
	background-color: #0D8ADA;
	width: 32px;
	height: 32px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.blog-list {
    margin-bottom: 30px;
}
.post-list .post-content {
	border: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 25px;
}
.post-list .post-title {
    max-width: 710px;
    margin-bottom: 20px;
}
.post-list .post-title a {
    white-space: pre-wrap;
    color: #1F1F1F;
    font-size: 32px;
    font-weight: bold;
}
.post-list .post-excerption {
    max-width: 550px;
    margin: 0 auto 20px;
}
.post-list .post-excerption-inner {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.post-list .post-inner {
    padding: 25px;
    height: 100%;
}
.post-wraper {
    max-width: 800px;
    margin: 0 auto;
}

.other-blogs {
    padding: 130px 0 30px;
}
.post-list-wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.post-list-view {
    display: flex;
    background-color: #fff;
    margin-bottom: 30px;
}
.post-list-view .post-thumbnail {
    min-width: 355px;
    max-width: 355px;
    overflow: hidden;
}
.post-list-view .post-contents {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
}
.post-list-view .post-content .post-title {
    margin-bottom: 0;
}
.post-list-view .post-thumbnail a {
    display: block;
    height: 100%;
    overflow: hidden;
}
.post-list-view .post-thumbnail a img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.post-list-view .post-contents .post-title a {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
.post-list-view .post-excerption {
    font-size: 16px;
}

/*-----------------
	Subscription
-----------------------*/

.section-header {
    text-align: center;
    margin-bottom: 40px;
}
.section-header h2 {
    color: var(--primary-color);
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sub-heading {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
}
.section-icon {
    margin-bottom: 15px;
}
.section-icon i{
    color: var(--primary-color);
    font-size: 46px;
    background: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
.subscribe-section {
    background-color: #EAF7FF;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center;
	position: relative;
    z-index: 1;
}
.subscribe-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/mail-icon.png");
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center left;
}
.subscribe-section form .input-group {
    margin: 30px auto auto;
    width: 700px;
}
.subscribe-section form .input-group span {
	background: transparent;
	border: none;
	padding: 0;
}
.subscribe-section .subscribe form .input-group input {
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    box-shadow: inherit;
    min-height: 70px;
    padding-left: 20px;
    background-color: #FFFDFD;
	font-size: 20px;
	font-weight: 600;
	color: #6C6C6C;
}
.subscribe-section form .input-group button {
    background: var(--primary-color);
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bold;
    z-index: 9;
    padding: 10px 30px;
    height: 60px;
}
.form-control:focus-visible {
    text-shadow: none;
}
.no-page-header {
    background-color: var(--primary-color);
}

/*-----------------
	Responsive
-----------------------*/

@media (min-width: 992px) {
	.main-nav > li {
		margin-right: 30px;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav > li > a {
		padding: 0 !important;
	}
	.main-nav > li > a > i {
		font-size: 12px;
		margin-left: 3px;
	}
	.main-nav li > ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}
	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.main-nav li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav .has-submenu.active > a {
		color: var(--primary-color);
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: var(--primary-color);
	}
	.main-nav > li .submenu li:first-child a {
		border-top: 0;
	}
	.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}
	.main-nav > li .submenu > li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}
	.main-nav li .submenu a:hover {
		color: var(--primary-color);
		letter-spacing: 0.5px;
		padding-left: 20px;
	}
	.main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
		border-color: transparent #fff #fff transparent;
	}
	.header-navbar-rht li.show > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.header-navbar-rht li .dropdown-menu {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		display: block;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	.container {
		max-width: 1320px;
	}
}

@media only screen and (max-width: 1198.98px) {
	.logo img {
		max-width: 160px;
		height: auto;
	}
	.main-nav > li {
		margin-right: 20px;
	}
	.main-nav li a {
		font-size: 15px;
	}
	.header-btn, .header-navbar-rht .logged-item .nav-link {
		font-size: 12px;
		padding: 10px 15px;
	}
	.header-navbar-rht .cart-btn {
		height: 40px;
		width: 40px;
		font-size: 15px;
	}
	.header-nav {
		padding: 0 !important;
	}
}
@media only screen and (max-width: 1024px) {
	.post-box .post-excerption-inner {
		display: none;
	}
}
@media only screen and (min-width: 991.98px) {
    .cobbler-header {
        width: 100%;
        display: contents;
    }
}
@media only screen and (max-width: 991.98px) {
    .header-navbar-rht li.logged-item {
        display: none;
    }
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.main-nav ul {
		background-color: #3474ac;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-nav > li {
		border-bottom: 1px solid #1663a6;
		margin-left: 0;
	}
	.main-nav li + li {
		margin-left: 0;
	}
	.main-nav > li > a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.main-nav > li > a > i {
		float: right;
		margin-top: 5px;
	}
	.main-nav > li .submenu li a {
		border-top: 0;
		color: #fff;
		padding: 10px 15px 10px 35px;
	}
	.main-nav > li .submenu ul li a {
		padding: 10px 15px 10px 45px;
	}
	.main-nav > li .submenu > li.has-submenu > a::after {
		content: "\f078";
	}
	.main-nav .has-submenu.active > a {
		color: var(--primary-color);
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: var(--primary-color);
	}
	.login-left {
		display: none;
	}
	.header-left {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}
	.logo {
		margin-right: 0;
		padding: 0;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: #15558d;
	}
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	#mobile_btn {
		display: inline-block;
		z-index: 10;
		margin-right: 0;
	}
	.header-btn {
		display: none;
	}
	.sidebar-overlay.opened {
		display: block;
	}
	.main-nav li.mobile-menu-show {
		display: block;
	}
	.header-navbar-rht li.quick-order {
		display: none;
	}
	.header {
		height: 90px;
	}
	.menu-opened .header-nav {
		z-index: 998;
	}
    .login-box .nav-tabs .nav-link {
        font-size: 20px;
        padding: 10px 30px;
    }
    .login-box-right {
        padding: 30px 0px 30px 30px;
    }
    .blogs-title {
        font-size: 14px;
        padding: 7px 10px;
    }
    .blog-heading {
        font-size: 14px;
        margin: 10px 0px 10px;
    }
    .blog-text {
        font-size: 12px;
        padding: 2px 7px;
        line-height: 16px;
    }
    .navbar-header {
    	width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
	body {
		font-size: 0.8125rem;
	}
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.375rem;
	}
	h4, .h4 {
		font-size: 1rem;
	}
	h5, .h5 {
		font-size: 0.875rem;
	}
	h6, .h6 {
		font-size: 0.75rem;
	} 
    .post-list-view{
        flex-direction: column;
    }
    .post-list-view .post-thumbnail {
        max-width: 100%;
        min-width: 100%;
    }
	.grid-blog .blog-content p {
		font-size: 14px;
	}
	.section-header h2 {
		font-size: 24px;
	}
    .footer-logo {
        margin-bottom: 20px;
    }
    .breadcrumbs-area h1 {
        font-size: 30px;
    }
    .login-box .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px;
    }
    .login-box-left h4 {
        font-size: 24px;
        margin: 20px 0;
    }
    .login-box-right {
        padding: 15px 0;
    }
    .login-box-right label {
        font-size: 16px;
    }
    .login-box-right .form-control {
        height: 45px;
    }
    .login-box-right .forgot-link {
        font-size: 13px;
    }
    .login-box-right .custom-control-label {
        font-size: 13px;
    }
    .login-btn {
        font-size: 18px;
        padding: 10px 15px;
    }
    .login-box-right .social-btn {
        border-radius: 7px;
        padding: 7px 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .login-box-right .custom-select {
        height: 45px;
    }
    .cart-enable .card-header h3 {
        font-size: 16px;
    }
    .cart-enable .card-body p {
        font-size: 14px;
        margin: 25px 0;
        line-height: 20px;
    }
    .cart-enable .card-body {
        padding: 25px;
    }

    .blogs-title {
        font-size: 12px;
        padding: 5px 15px;
    }
    .blog-heading {
        font-size: 15px;
    }
    .blog-text {
        font-size: 12px;
        line-height: 16px;
    }
    .blog-show-box {
        padding: 30px;
    }
    .info-sec-details .blog-user-img {
        display: none;
    }
    .info-sec-details .media-body {
        overflow: hidden;
    }
    .info-sec-details {
        width: 100%;
        margin: 0 auto;
        padding: 15px;
    }
    .info-sec-details h4 {
        font-size: 18px;
    }
    .info-sec-details h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .info-sec-details .blog-user-tit {
        border: 1px solid #818181;
        padding: 10px 0;
        border-left: 0;
        border-right: 0;
        color: #383838;
        font-size: 12px;
    }
    .info-sec-details .blog-user-tit>span {
        font-size: 12px;
        margin-left: 10px;
    }
    .info-sec-details ul li {
        padding: 5px;
    }
    .share-section li a {
        font-size: 10px;
        padding: 5px;
    }
    .subscribe-section form .input-group {
    	width: auto;
    }
    .subscribe-section .subscribe form .input-group input {
    	font-size: 14px;
    	min-height: 50px;
    	padding-right: 137px;
    }
    .subscribe-section form .input-group button {
    	font-size: 14px;
    	height: 40px;
    	padding: 10px 15px;
    }
    .post-box .post-title a {
    	font-size: 18px;
    }
}

@media only screen and (max-width: 575.98px) {
	body {
		font-size: 0.8125rem;
	}
	h1, .h1 {
		font-size: 1.75rem;
	}
	h2, .h2 {
		font-size: 1.5rem;
	}
	h3, .h3 {
		font-size: 1.25rem;
	}
	h4, .h4 {
		font-size: 1rem;
	}
	h5, .h5 {
		font-size: 0.875rem;
	}
	h6, .h6 {
		font-size: 0.75rem;
	}
	.header-navbar-rht li.logged-item {
		display: none;
	}
	.login-menu-show {
		display: block;
	}
    .footer-logo {
        margin-bottom: 10px;
    }
    .footer-top-menu ul li {
        margin-top: 10px;
    }
    .header-navbar-rht .cart-btn .badge {
        right: 0;
        top: 0;
    }
    .breadcrumbs-area h1 {
        font-size: 28px;
    }
    .breadcrumbs-area p {
        font-size: 16px;
        line-height: 20px;
    }
    .page-header {
        padding: 120px 0px 80px;
    }
    .blog-category p {
        font-size: 14px;
        line-height: 22px;
    }
    .category-list .card {
        border: none;
        border-bottom: 1px solid #C2C1C1;
        margin-bottom: 0;
    }
    .bd-breadcrumb {
        display: none;
    }
}


/**
Subscribe to newsletter
 */
.newsletter {
    background: #19beda;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
}

.btn-stepnext{
    background: #ffffff;
    padding: 19px;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.btn-stepnext:hover{
    background-color: #F7FAFC;
}

.header-link-right {
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: auto;
}

.title-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700 !important;
    color: #202B93;
}