body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #66b4e8;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 12px;
	font-weight: normal;
}

img {
	max-width: 100%;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 12px;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* top */
#top {
	background-color: #F5F5F5;
	margin: 0 0 10px 0;
	min-height: 40px;
	padding: 0;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #66b4e8;
	background-color: transparent;
	background-image: transparent;
	background-repeat: repeat-x;
}

#top #cart .btn,
#top .btn-link,
#top a {
	color: #B9B9B9 !important;
	text-shadow: none !important;
	text-decoration: none;
	font-size: 14px !important;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	padding: 0 !important;
	box-shadow: none;
	height: auto !important;
	line-height: inherit !important;
}

#top #cart .btn {
	font-size: 13px;
}

#top ul {
	margin: 0;
}

#top li {
	border-left: 1px solid #ddd;
	padding: 9px 15px;
	vertical-align: middle;
}

#top .icon li:last-child,
#top-links li:last-child {
	border-right: 1px solid #ddd;
}

#top li a i {
	margin-right: 7px;
}

#top .btn-link:hover,
#top a:hover {
	color: #66b4e8;
}

#top .dropdown-menu a:hover {
	color: #66b4e8;
	background-color: transparent;
	background-image: none;
}

#top .dropdown-menu li {
	border: none !important;
	padding: 10px 15px;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}

/* search */
#cart {
	margin: 0;
}

.sicon li:last-child {
	padding-right: 0;
}

.sicon li {
	vertical-align: middle;
}

.sicon {
	margin: 0 0 12px;
}

.sicon .btn-primary {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: #66b4e8;
	border: 1px solid #66b4e8;
	border-radius: 4px;
	text-transform: uppercase;
	padding: 12px 14px;
}

.sicon .btn-primary:hover {
	background-color: #66b4e8;
	background-image: #66b4e8;
	border-color: #66b4e8;
}

.srchicon .icofont-search {
	font-size: 18px;
	background: #66b4e8;
	padding: 11px;
	border: 1px solid #66b4e8;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
}

.srchicon {
	position: relative;
}

#search,
.srchicon .input-group {
	background: #fff;
	border: 1px solid #66b4e8;
	padding: 0;
	border-radius: 4px;
	position: absolute;
	right: 0px;
	top: -23px;
	transition: all 0.5s ease 0s;
	width: 200px;
	box-shadow: none;
	z-index: 9;
}

#search .form-control-lg,
.srchicon .input-group .form-control {
	line-height: 20px;
	padding: 0 10px;
	border-radius: 4px;
	border: none;
	height: 42px;
}

#search .btn-lg,
.srchicon .input-group .btn-lg {
	font-size: 18px;
	background: #66b4e8;
	padding: 9.5px 11px;
	border: 1px solid #66b4e8;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	line-height: 25px;
}

/* cart */
#cart {
	margin-bottom: 0px;
}

#cart>.btn {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #B9B9B9;
	padding: 0px;
	background: transparent;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn {
	background-image: none;
	background-color: transparent;
	border: none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

/* menu */
#menu {
	min-height: 40px;
	margin: 0;
	padding: 0;
	background: transparent;
	background-image: none;
	background-color: transparent !important;
}

#menu .nav>li>a {
	color: #000;
	text-shadow: none;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
}

#menu .nav>li.active>a,
#menu .nav>li>a:hover,
#menu .nav>li.open>a,
#menu .nav>li.active>a:focus {
	color: #66b4e8;
}

#menu .dropdown-menu li {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

#menu .dropdown-menu li a {
	color: #2F151E;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
}

#menu .dropdown-menu {
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	padding: 0;
	border-radius: 0px;
	min-width: 230px;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}

#menu .dropdown-menu li a:hover {
	color: #66b4e8;
	padding-left: 15px;
	background: transparent;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}

.swiper-viewport {
	border: none !important;
	box-shadow: none !important;
	border-radius: 0px !important;
	margin: 0 !important;
}

.slide #slideshow1 img {
	width: 100%;
}

.slide .carousel-indicators {
	top: auto;
	bottom: 15px;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
}

.slide .carousel-indicators [data-bs-target] {
	background: #fff;
	border: 3px solid #fff;
	height: 14px;
	width: 14px;
	box-shadow: inset -2px 2px 4px -2px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.slide .carousel-indicators [data-bs-target].active {
	background: #66b4e8;
	border: 3px solid #fff;
	width: 14px;
	height: 14px;
	box-shadow: inset -2px -2px 4px rgba(0, 0, 0, 0.3);
}

.swiper-viewport .swiper-button-prev:before {
	content: "\eb22";
	font-family: 'IcoFont' !important;
	color: #fff;
	background: #66b4e8;
	border-radius: 4px;
}

.swiper-viewport .swiper-button-next:before {
	content: "\eb23";
	font-family: 'IcoFont' !important;
	color: #fff;
	background: #66b4e8;
	border-radius: 4px;
}

.slide .swiper-viewport .swiper-button-next,
.slide .swiper-viewport:hover .swiper-button-next {
	right: 65px;
	opacity: 1;

}

.slide .swiper-viewport .swiper-button-prev,
.slide .swiper-viewport:hover .swiper-button-prev {
	left: 65px;
	opacity: 1;

}

/*------------------------- 
[ service / .service ]
--------------------------- */
.service {
	background: #FAFBFD;
	padding-bottom: 50px;
}

.service .box .icons {
	border: 1px solid #66b4e8;
	margin: 0 auto 15px;
	border-radius: 50%;
	width: 109px;
	height: 109px;
	padding: 4px;
}

.service .box .icons .icon {
	background: #66b4e8;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	padding: 32px 24px;
}

.service .box:nth-child(2) .icons .icon {
	padding: 24px 19px;
}

.service .box:nth-child(3) .icons .icon {
	padding: 19px;
}

.service .box .icons .icon img {
	margin: 0 auto;
}

.service .box h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0 0 10px;
}

.service .box p {
	font-size: 14px;
	color: #686868;
	margin: 0;
}

.commontop h2 {
	margin: 50px 0 20px;
	color: #66b4e8;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
}

.commontop p {
	margin: 0 24% 24px;
	font-size: 14px;
	color: #686868;
}

.commontop hr {
	border-top: 3px solid #66b4e8;
	width: 50px;
	margin: 0 auto 33px;
	opacity: 1;
}

.about {
	padding: 0 0 50px;
}

.about .commontop p,
.about .commontop hr {
	margin: 0 0 24px;
}

.about .feature img {
	border: 3px solid #66b4e8;
}

.about .des,
.feature .des,
.abouts .des {
	font-size: 14px;
	color: #686868;
	margin: 0 0 20px;
	line-height: 25px;
}

.product-list .product-buttons.d-none {
	display: block !important;
}

.product-list .col {
	position: relative !important;
}

.product-list .product-buttons.d-none .button {
	position: absolute;
	bottom: 60px;
	width: auto !important;
	border-left: 1px solid #ddd;
	left: 30%;
	background: transparent !important;
}

.about .des a,
.feature .des a {
	font-weight: 600;
	color: #66b4e8;
	text-transform: uppercase;
}

.about .image {
	position: relative;
}

.about .image .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 38%;
	margin: 0 auto;
	border: 1px solid #66b4e8;
	border-radius: 50%;
	padding: 4px;
	text-align: center;
	width: 82px;
	height: 82px;
}

.about .image .ico {
	color: #fff;
	background: #66b4e8;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	padding: 20px;
}

.about .image .ico i {
	color: #fff;
	font-size: 32px;
}

.feature .box {
	border-radius: 4px;
	background: #66b4e8;
	padding: 23px 17px;
	margin-bottom: 20px;
}

.feature .box img {
	float: left;
	margin-right: 18px;
}

.feature .box p {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px;
	line-height: 20px;
}

.feature .box a {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.view-detail .owl-item+.owl-item {
	padding-left: 8px;
}

.view-detail .owl-prev {
	left: 13px !important;
	position: absolute !important;
	top: -7% !important;
}

.view-detail .owl-next {
	right: 13px !important;
	position: absolute !important;
	top: -7% !important;
}

.view-detail .owl-carousel .owl-buttons div {
	opacity: 1 !important;
}

/*----------------------
[ event / .event ]
------------------------ */
.event {
	margin: 80px 0;
}

.event .box {
	margin: 0 0 30px;
}

.event .box .image {
	float: left;
}

.event .box .image img {
	border-radius: 4px 0 0 4px;
}

.event .box .caption {
	margin-left: 270px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	min-height: 207px;
	border-radius: 0 4px 4px 0;
	padding: 19px;
}

.event .box .caption h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0 0 8px;
}

.event .box .caption h4 span {
	font-size: 14px;
	font-weight: 400;
}

.event .box .caption h4 span b {
	font-size: 24px;
	font-weight: 600;
	color: #66b4e8;
	margin-right: 6px;
}

.event .box .caption ul {
	margin: 0 0 15px;
}

.event .box .caption ul li {
	font-size: 14px;
	font-weight: 600;
	color: #686868;
	padding: 0 8px 0 0;
	display: inline-block;
}

.event .box .caption ul li:first-child {
	border-right: 1px solid #686868;
}

.event .box .caption ul li:last-child {
	font-size: 18px;
	font-weight: 400;
}

.event .box .caption p {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin: 0 0 20px;
}

.event .box .caption button {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #66b4e8;
	background: #66b4e8;
	padding: 6px 14px;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
}

/*----------------------
[ eventview / .eventview ]
------------------------ */
.eventview {
	margin: 80px 0;
}

.eventview .box .image img {
	border-radius: 4px 4px 0 0;
}

.eventview .box ul {
	margin: 0 0 30px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	padding: 30px 0 20px;
}

.eventview .box ul li {
	padding: 0 10px;
	width: 32.9%;
	vertical-align: top;
	display: inline-block;
}

.eventview .box ul li i {
	float: left;
	font-size: 23px;
	color: #66b4e8;
}

.eventview .box ul li .text {
	margin-left: 27px;
}

.eventview .box ul li p {
	font-size: 18px;
	font-weight: 600;
	color: #66b4e8;
	margin: 0 0 10px;
}

.eventview .box ul li span {
	font-size: 14px;
	font-weight: 600;
	color: #686868;
}

.eventview .matter h4 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 0 0 30px;
}

.eventview .matter button {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #66b4e8;
	background: #66b4e8;
	padding: 8px 11px;
	border-radius: 4px;
	margin: 0 0 30px;
	cursor: pointer;
}

.eventview .matter p {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin: 0 0 30px;
}

.eventview .map iframe {
	height: 400px;
	border: 1px solid #e5e5e5;
}

.left {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.left h4 {
	color: #000;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	padding: 22px 19px;
	line-height: 14px;
	border-bottom: 1px solid #e5e5e5;
}

.left .search {
	padding: 20px 19px;
}

.left .search .form-group {
	margin: 0;
	position: relative;
}

.left .search input {
	color: #999;
	height: 40px;
	box-shadow: none;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	font-weight: 600;
}

.left .search .btn {
	position: absolute;
	background: #66b4e8;
	bottom: 0;
	right: 0;
	padding: 8px 9px;
	border: 1px solid #66b4e8;
	height: 40px;
	border-radius: 0 4px 4px 0;
}

.left .search .btn i {
	color: #fff;
	font-size: 18px;
}

.left .filter,
.left .cost {
	padding: 30px 19px;
	border-bottom: 1px solid #e5e5e5;
}

.left .filter {
	border: none;
}

.left .cost {
	border-bottom: 0;
}

.left .filter ul,
.left .cost ul {
	margin: 0;
}

.left .filter ul li {
	padding: 0 0 13px;
}

.left .cost ul li {
	padding: 0 0 20px;
}

.left .filter ul li:last-child,
.left .cost ul li:last-child {
	padding: 0px 0 0px;
}

.left .filter ul li,
.left .cost ul li {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.left h3 {
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 0;
	line-height: 14px;
	border: 1px solid #DFAE08;
	background: #66b4e8;
	text-align: center;
	cursor: pointer;
}

.left .detail {
	padding: 30px 20px;
}

.left .detail p {
	font-size: 20px;
	color: #000;
	padding: 0 0 15px;
	font-weight: 600;
}

.left .detail p span {
	color: #66b4e8;
	margin-left: 20px;
}

.left .detail ul {
	margin: 0;
}

.left .detail ul li {
	font-size: 14px;
	color: #686868;
	padding: 0 0 15px;
	font-weight: 600;
}

.left .detail ul li:last-child {
	padding: 0;
}

.left .detail ul li i {
	margin-right: 15px;
}

.left .popular {
	padding: 30px 10px 0;
}

.left .popular .product-thumb {
	margin-bottom: 30px;
	min-height: 60px;
	border: none;
}

.left .popular .product-thumb .image {
	float: left;
	border-radius: 4px;
	margin-right: 10px;
}

.left .popular .product-thumb .caption {
	margin-left: 65px;
	padding: 0;
	min-height: auto;
	text-align: left;
}

.left .popular .product-thumb h4 {
	padding: 0px;
	border: none;
	margin: 5px 0;
}

.left .popular .product-thumb h4 a {
	font-size: 14px;
	color: #000;
	margin: 0;
	font-weight: 400;
}

.left .popular .product-thumb .price {
	font-size: 14px;
	font-weight: 600;
	color: #66b4e8;
}

.left .archive {
	padding: 20px;
}

.left .archive .form-group {
	margin: 0;
}

.left .archive .form-group .bootstrap-select {
	height: 40px;
}

.left .archive .bootstrap-select .btn-default {
	border-color: #E5E5E5;
	border-radius: 4px;
	color: #999;
	height: 40px;
	font-size: 12px;
	font-weight: 600;
}

.left .archive .bootstrap-select .btn-default i {
	padding: 12px 10px;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	color: #000;
}

.left .archive .bootstrap-select .dropdown-menu li>a:hover {
	color: #66b4e8;
	background: transparent;
}

.left .tag {
	padding: 20px 18px;
}

.left .tag ul {
	margin: 0;
}

.left .tag ul li {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px 8px;
	display: inline-block;
	cursor: pointer;
}

.left .tag ul li+li {
	margin: 0 0 10px 4px;
}

.left .tag ul li:nth-child(4),
.left .tag ul li:nth-child(5) {
	margin-left: 0px;
}

.left .tag ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #999999;
}

.main-heading {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 700;
	color: #29B6EE;
}

.sort {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding: 20px 0px 5px;
	-webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.15);
}

.sort .btn-group .btn-light+.btn-light {
	margin-left: 5px;
}

.sort .btn-group .btn-light.active {
	background: #66b4e8;
	color: #fff;
}

.sort .btn-group .btn-light {
	background: transparent;
	border: 1px solid #E5E5E5;
	border-radius: 2px !important;
	color: #000;
	box-shadow: none;
	padding: 3.5px 10px;
}

.sort .btn-group .btn-light {
	font-size: 15px;
}

.sort .form-group {
	margin: 0;
}

/*--------------------------------- 
[ blog-detail / .blog-detail ]
----------------------------------- */
.blog-detail {
	margin: 80px 0;
}

.blog-detail .bloggs .image img {
	border-radius: 4px 4px 0 0;
}

.blog-detail .bloggs .caption {
	border: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
	padding: 30px 20px;
	margin: 0 0 50px;
}

.blog-detail .bloggs .caption ul {
	margin: 0 0 30px;
}

.blog-detail .bloggs .caption ul li {
	padding: 0 20px 0 0;
	display: inline-block;
}

.blog-detail .bloggs .caption ul li a {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	color: #b2b2b2;
}

.blog-detail .bloggs .caption ul li i {
	margin-right: 6px;
}

.blog-detail .bloggs .caption h3 {
	font-size: 14px;
	font-weight: 600;
	color: #2AB6F1;
	margin: 0 0 15px;
}

.blog-detail .bloggs .caption h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0 0 30px;
}

.blog-detail .bloggs .caption p {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin: 0;
}

.blog-detail .bloggs .caption h5 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 20px 0 5px;
}

.owl-wrapper-outer {
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.blog-detail .bloggs .owl-buttons {
	border: 1px solid #e5e5e5;
	min-height: 80px;
	margin: 0 0 50px;
	padding: 21px 29px;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
	width: 100%;
	text-align: center;
}

.blog-detail .bloggs .owl-buttons .owl-prev {
	left: 29px;
}

.blog-detail .bloggs .owl-buttons .owl-next {
	right: 29px;
}

button {
	cursor: pointer;
}

.blog-detail .bloggs .owl-buttons .owl-prev,
.blog-detail .bloggs .owl-buttons .owl-next {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 6px 14px;
	text-transform: uppercase;
}

.blog-detail .bloggs .owl-buttons .owl-prev:hover,
.blog-detail .bloggs .owl-buttons .owl-next:hover {
	border: 1px solid #DFAE08;
	background: #66b4e8;
	color: #fff;
}

.blog-detail .bloggs .owl-buttons .owl-prev i,
.blog-detail .bloggs .owl-buttons .owl-next i {
	font-size: 22px;
	margin: 0;
	vertical-align: middle;
}

.blog-detail .bloggs .owl-buttons div {
	opacity: 1;
	top: auto;
}

.blog-detail .link,
.eventview .matter .link {
	margin: 0 0 50px;
	height: 58px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
}

.blog-detail .link .social,
.eventview .matter .link .social {
	margin: 0;
}

.blog-detail .link .icon,
.eventview .matter .link .icon {
	margin: 6px 0 0 0;
}

.blog-detail .link .social li,
.eventview .matter .link .social li {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 6px 9px;
	border-radius: 4px;
	margin-right: 10px;
	display: inline-block;
}

.blog-detail .link .social li:nth-child(2),
.eventview .matter .link .social li:nth-child(2) {
	background: #3B5798;
}

.blog-detail .link .social li:nth-child(3),
.eventview .matter .link .social li:nth-child(3) {
	background: #1EA1F3;
}

.blog-detail .link .social li:nth-child(4),
.eventview .matter .link .social li:nth-child(4) {
	background: #DD4C39;
}

.blog-detail .link .social li:nth-child(5),
.eventview .matter .link .social li:nth-child(5) {
	background: #843AB3;
}

.blog-detail .link .social li:nth-child(6),
.eventview .matter .link .social li:nth-child(6) {
	background: #BE061E;
}

.blog-detail .link .social li:nth-child(7),
.eventview .matter .link .social li:nth-child(7) {
	background: #0078B5;
}

.blog-detail .link .social li:last-child,
.eventview .matter .link .social li:last-child {
	background: #CD1F20;
}

.blog-detail .link .social li a,
.eventview .matter .link .social li a {
	color: #fff;
}

.blog-detail .link .icon li,
.eventview .matter .link .icon li {
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	display: inline-block;
}

.blog-detail .link .icon li a,
.eventview .matter .link .icon li a {
	font-weight: 400;
	color: #686868;
}

.comment h2 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0 0 20px;
}

.comment .des {
	font-size: 14px;
	font-weight: 600;
	color: #686868;
	margin: 0 0 20px;
}

.comment .boxes {
	border: 1px solid #e5e5e5;
	padding: 25px 19px;
	margin-bottom: 20px;
}

.comment .boxes .image {
	float: left;
	margin-right: 23px;
}

.comment .boxes .detail {
	margin: 0 0 0 93px;
}

.comment .boxes .detail ul {
	margin: 0 0 8px;
}

.comment .boxes .detail ul li {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	padding: 0;
}

.comment .boxes .detail ul li i {
	color: #66b4e8;
}

.comment .boxes .detail h1 {
	font-weight: 600;
	font-size: 12px;
	margin: 0 0 20px;
	color: #999;
}

.comment .boxes .detail p {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	color: #686868;
}

.comment #form-review h2 {
	font-weight: 600;
	font-size: 18px;
	color: #000;
	margin: 50px 0 20px;
}

.comment #form-review p {
	font-weight: 600;
	font-size: 14px;
	color: #686868;
	margin: 0 0 50px;
}

.comment #form-review label {
	font-weight: 600;
	font-size: 14px;
	color: #000;
	margin: 0;
	text-transform: uppercase;
}

.comment #form-review .form-group {
	margin-bottom: 0;
}

.comment #form-review .form-control {
	margin-bottom: 30px;
	min-height: 45px;
	box-shadow: none;
}

.comment #form-review i {
	color: #999999;
	font-size: 24px;
}

.comment #form-review button {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #66b4e8;
	border: 1px solid #DFAE08;
	padding: 10px 40px;
	border-radius: 4px;
	text-transform: uppercase;
	margin: 50px 0 0;
}

/*-------------------------- 
[ priceplan / ..priceplan ]
---------------------------- */
.priceplan {
	margin: 80px 0;
}

.priceplan .box,
.priceplan .box1,
.priceplan .box2 {
	border: 2px solid #29B6EE;
	text-align: center;
}

.priceplan .box1 {
	border: 2px solid #66b4e8;
}

.priceplan .box2 {
	border: 2px solid #05C220;
}

.priceplan .box p,
.priceplan .box1 p,
.priceplan .box2 p {
	font-size: 18px;
	font-weight: 600;
	color: #686868;
	margin: 28px 0 12px;
}

.priceplan .box h4,
.priceplan .box1 h4,
.priceplan .box2 h4 {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin: 0 0 29px;
}

.priceplan .box .matter,
.priceplan .box1 .matter,
.priceplan .box2 .matter {
	background: #29B6EE;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding: 15px 0;
}

.priceplan .box1 .matter {
	background: #66b4e8;
}

.priceplan .box2 .matter {
	background: #05C220;
}

.priceplan .box .matter span,
.priceplan .box1 .matter span,
.priceplan .box2 .matter span {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.priceplan .box ul,
.priceplan .box1 ul,
.priceplan .box2 ul {
	margin: 30px 0 50px;
}

.priceplan .box ul li,
.priceplan .box1 ul li,
.priceplan .box2 ul li {
	padding: 0 0 20px;
	font-size: 14px;
	font-weight: 400;
	color: #686868;
}

.priceplan .box ul li:last-child,
.priceplan .box1 ul li:last-child,
.priceplan .box2 ul li:last-child {
	padding: 0 0 0;
}

.priceplan .box ul li span,
.priceplan .box1 ul li span,
.priceplan .box2 ul li span {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.priceplan .box button,
.priceplan .box1 button,
.priceplan .box2 button {
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #058CC3;
	background: #29B6EE;
	border-radius: 4px;
	color: #fff;
	margin: 0 0 48px;
	padding: 11px 26px;
	line-height: 16px;
	text-transform: uppercase;
}

.priceplan .box1 button {
	border: 1px solid #DFAE08;
	background: #66b4e8;
}

.priceplan .box2 button {
	border: 1px solid #07971B;
	background: #05C220;
}

/*------------------------- 
[ team / .team ]
--------------------------- */
.team {
	padding-bottom: 50px;
}

.team .box {
	margin-bottom: 30px;
}

.team .box img {
	border-radius: 4px 4px 0 0;
}

.team .box .caption {
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0px 4px 4px;
	padding: 20px 19px 18px;
	position: relative;
}

.team .box .caption h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0 0 12px;
}

.team .box .caption h3 {
	font-size: 14px;
	font-weight: 600;
	color: #2AB7EF;
	margin: 0 0 20px;
}

.team .box .caption p {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin: 0;
}

.team .box:hover .caption {
	border-color: #66b4e8;
	border-bottom: none;
}

.team .box:hover .caption::after {
	border-bottom: 3px solid #66b4e8;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 0 0px 4px 4px;
}

/*---------------- 
[ faq / .faq ]
------------------ */
.faq {
	margin: 80px 0;
}

.faq .card {
	border: 1px solid #e5e5e5;
	box-shadow: none;
	border-radius: 0px;
	margin: 2px;
}

.faq .card-header {
	background-color: #F7F7F7;
	padding: 12px 20px;
	min-height: 70px;
}

.faq .card-header h4 a {
	margin: 0;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	display: flex;
	width: 100%;
}

.faq .card-header h4 a span {
	padding: 12px 0;
}

.faq .card-header h4 .hidelink {
	margin-left: auto;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: #66b4e8;
	border: 1px solid #66b4e8;
	border-radius: 4px;
	text-transform: uppercase;
	width: 173px;
	height: 45px;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq .card+.card {
	margin-top: 30px;
}

.faq .card-body {
	background: #F7F7F7;
	padding: 20px;
}

.faq .card-body p {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
}

.faq #column-right .swiper-viewport {
	margin-bottom: 30px !important;
}

/* content */
#content {
	min-height: 600px;
	margin: 50px 0;
}

/*----------------------
[ footer / .footer ]
------------------------ */
footer {
	background: #000;
	border-top: 5px solid #66b4e8;
	position: unset;
}

footer .inner .des,
footer .minbox .des1 {
	margin: 30px 0;
	font-size: 14px;
	color: #c2c2c2;
	line-height: 23px;
}

footer .inner .des1 {
	margin: 0 0 16px;
}

footer h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 10px 0 15px;
	text-transform: uppercase;
	line-height: 16px;
}

footer hr {
	border-top: 3px solid #66b4e8;
	margin: 0 0 30px;
	width: 50px;
	opacity: 1;
}

footer .minbox ul {
	margin: 0;
}

footer .minbox li {
	padding: 0 0 14px;
}

footer .minbox li:last-child {
	padding: 0 0 0px;
}

footer .minbox li a,
footer .minbox li {
	font-size: 14px;
	color: #c2c2c2;
	line-height: 14px;
}

footer .minbox li a:hover {
	color: #66b4e8;
}

footer .minbox li a i {
	margin-right: 8px;
}

footer .minbox .contact li {
	line-height: 22px;
}

footer .minbox .contact li i {
	color: #66b4e8;
	margin-right: 7px;
	float: left;
	line-height: 24px;
}

footer .minbox .box {
	height: 90px;
	padding: 0 0 20px;
}

footer .minbox .box:last-child {
	padding: 0 0 0px;
	height: 70px;
}

footer .minbox .box img {
	float: left;
	margin-right: 16px;
	border-radius: 4px;
}

footer .minbox .box p {
	font-size: 14px;
	color: #c2c2c2;
	margin: 0 0 15px;
}

footer .minbox .box span {
	font-size: 14px;
	font-weight: 600;
	color: #66b4e8;
	margin: 0 0 15px;
}

footer .minbox .box .text {
	color: #2AB7EF;
}

footer .social {
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
	padding: 30px 0;
}

footer .social ul {
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .social li:last-child {
	padding: 0 0px 0 0;
}

footer .social li a {
	color: #4D4D4D;
	font-size: 24px !important;
}

footer .social li a:hover i {
	color: #66b4e8;
}

footer .powered {
	padding: 30px 0;
}

footer .powered ul {
	margin: 0;
	line-height: 12px;
}

footer .powered ul li {
	padding: 0 25px 0 0;
	display: inline-block;
}

footer .powered ul li:last-child {
	padding: 0 0 0 0;
}

footer .powered ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #C2C2C2;
	text-transform: uppercase;
}

footer .powered p {
	color: #c2c2c2;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.owl-carousel .owl-buttons .fa-chevron-left:before {
	content: "\eb22";
}

.owl-carousel .owl-buttons .fa-chevron-right:before {
	content: "\eb23";
}

.owl-carousel .owl-buttons .fa {
	font-family: 'IcoFont' !important;
	font-size: 40px;
	color: #fff;
	background: #66b4e8;
	border-radius: 4px;
}

.featured {
	position: relative;
}

.featured .image img {
	width: 100%;
	height: 300px;
}

.featured .inner {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
	top: 50px;
	bottom: 0;
}

.featured ul {
	margin: 0;
}

.featured ul li {
	padding: 0;
	width: 24.5%;
	display: inline-block;
}

.featured .box {
	text-align: center;
}

.featured .box .icon {
	border: 1px solid #66b4e8;
	margin: 0 auto 25px;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 4px 3px;
}

.featured .box .icon .icons {
	background: #66b4e8;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	padding: 15px 10px;
}

.featured li:nth-child(2) .box .icon {
	border: 1px solid #66b4e8;
}

.featured li:nth-child(2) .box .icon .icons {
	background: #66b4e8;
}

.featured li:nth-child(3) .box .icon {
	border: 1px solid #66b4e8;
}

.featured li:nth-child(3) .box .icon .icons {
	background: #66b4e8;
}

.featured li:last-child .box .icon {
	border: 1px solid #66b4e8;
}

.featured li:last-child .box .icon .icons {
	background: #66b4e8;
}

.featured .box img {
	margin: 0 auto;
}

.featured .box h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px;
}

.featured .box p {
	font-size: 40px;
	font-weight: 700;
	color: #66b4e8;
	margin: 0;
}

.blogs {
	margin: 80px 0;
}

.blog .box .caption,
.blogs .box .caption {
	border: 1px solid #E5E5E5;
	border-top: 0;
	border-radius: 0 0px 4px 4px;
	padding: 18px 15px 25px;
	position: relative;
	min-height: 165px;
}

.blog .box .caption ul,
.blogs .box .caption ul {
	margin: 0 0 20px;
}

.blog .box .caption ul li,
.blogs .box .caption ul li {
	padding: 0 20px 0 0;
	display: inline-block;
}

.blog .box .caption ul li a,
.blogs .box .caption ul li a {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	color: #b2b2b2;
}

.blog .box .caption ul li i,
.blogs .box .caption ul li i {
	margin-right: 6px;
}

.blog .box .caption h3,
.blogs .box .caption h3 {
	font-size: 14px;
	font-weight: 600;
	color: #2AB6F1;
	margin: 0 0 19px;
}

.blog .box .caption h4,
.blogs .box .caption h4 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 0;
}

.blog .box:hover .caption,
.blogs .box:hover .caption {
	border-color: #66b4e8;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.20);
}

.blogs .box:hover .caption {
	box-shadow: none;
}

.blog .box:hover .caption::after,
.blogs .box:hover .caption::after {
	border-bottom: 2px solid #66b4e8;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 0 0px 4px 4px;
}

.testimonail {
	position: relative;
}

.testimonail .image img {
	width: 100%;
	height: 430px;
}

.testimonail .inner {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
	top: 80px;
	bottom: 0;
}

.testimonail .box {
	text-align: center;
	margin: 0 10%;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.testimonail .box .icon {
	border: 1px solid #66b4e8;
	margin: 0 auto 25px;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	padding: 4px;
}

.testimonail .box img {
	margin: 0 auto;
}

.testimonail .box h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 10px;
}

.testimonail .box h5 {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 30px;
}

.testimonail .box p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	line-height: 25px;
}

.testimonail .box p i {
	font-size: 48px;
	margin-right: 38px;
	vertical-align: middle;
	float: left;
}

/*-----------------------------
[ newsletter / .newsletter ]
------------------------------- */
#newsletter {
	background: #F5F5F5;
	padding: 50px 0;
	text-align: center;
}

#newsletter #subscribe {
	display: block;
	width: 100%;
}

#newsletter .news {
	font-size: 34px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 40px;
	line-height: 24px;
}

#newsletter .news span {
	font-weight: 600;
}

#newsletter .form-group {
	margin: 0;
}

#newsletter .input-group {
	width: 100%;
	display: table;
}

#newsletter .input-group input {
	width: 355px;
	height: 41px;
	font-size: 13px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px;
}

#newsletter .input-group .btn-news {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	margin-left: 12px;
	padding: 8px 25px;
	background: #66b4e8;
	border: 1px solid #66b4e8;
	height: 40px;
}

/* alert */
/* breadcrumb */
/*--------------------------------- 
[ bread-crumb / ]
----------------------------------- */
.bread-crumb .matter {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	z-index: 9;
	background: rgba(0, 0, 0, 0.3);
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bread-crumb {
	position: relative;
	min-height: 130px;
}

.breadcrumb {
	padding: 8px 0;
	margin: 0;
	border: none;
	justify-content: center;
	background: transparent;
}

.breadcrumb>li.breadcrumb-item {
	padding: 0 4px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	padding: 0px 2px 0 5px;
	color: #fff;
	content: "/\00a0";
	font-size: 20px;
}

.matter h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

.breadcrumb li {
	padding: 0px;
	text-transform: uppercase;
	display: inline-block;
}

.breadcrumb li:last-child:after,
.breadcrumb>li.breadcrumb-item:after {
	content: '';
	border: none;
}

.breadcrumb li a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.pagination {
	margin: 0;
}



/*--------------------------------- 
[ contactus / .contactus ]
----------------------------------- */
.map iframe {
	width: 100%;
	height: 560px;
	border: 0;
}

.contactus {
	margin: 50px 0;
}

.contactus h5 {
	font-size: 24px;
	font-weight: 700;
	color: #66b4e8;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.contactus hr {
	margin: 0 0 50px;
	border-top: 3px solid #66b4e8;
	width: 50px;
}

.contactus form {
	border: 1px solid #E5E5E5;
	padding: 49px;
}

.contactus .form-group {
	margin: 0 -15px 0;
}

.contactus label {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin: 0 0 15px !important;
	text-transform: uppercase;
	text-align: left !important;
}

.contactus .form-control {
	height: 45px;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: 400;
	border-radius: 0;
	color: #B2B2B2;
	margin: 0 0 30px;
}

.contactus textarea.form-control {
	height: 150px;
}

.contactus .btn-primary {
	border: 1px solid #66b4e8;
	background: #66b4e8;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 14px;
	text-transform: uppercase;
}

.contactus .address {
	border: 1px solid #E5E5E5;
	padding: 49px 18px;
}

.contactus .address hr {
	margin: 0 0 29px;
}

.contactus .address p {
	font-size: 16px;
	color: #000;
	margin: 15px 0 20px;
}

.contactus .address ul {
	margin: 0;
}

.contactus .address ul li {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	padding: 0 0 20px;
	word-break: break-all;
}

.contactus .address ul li:last-child {
	padding: 0 0 0px;
}

.contactus .address ul li i {
	color: #66b4e8;
	margin-right: 8px;
	float: left;
	line-height: 22px;
}

.contactus .address ul li a {
	color: #000;
}

/*-------------------------- 
[ login / .login ]
---------------------------- */
.padd0 {
	padding: 0;
}

.login {
	margin: 60px 0;
}

.login .box {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.login .bor {
	border-right: 1px solid #E5E5E5;
}

.login .well {
	padding: 30px 30px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.login h2 {
	font-size: 24px;
	font-weight: 700;
	color: #66b4e8;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.login hr {
	margin: 0 0 30px;
	border-top: 3px solid #66b4e8;
	width: 50px;
}

.login .form-group {
	margin-bottom: 30px;
}

.login label {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.login .form-control {
	height: 45px;
	border-radius: 0px;
	color: #B2B2B2;
	font-size: 13px;
	border: 1px solid #e5e5e5;
}

.login .links {
	color: #686868;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0 0;
}

.login p {
	font-size: 14px;
}

.login .links a {
	color: #000;
}

.login .links input {
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.login .btn-primary {
	background: #66b4e8;
	color: #fff;
	width: 100%;
	border-radius: 4px;
	margin: 30px 0;
	border: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	padding: 10px 15px;
}

.login .or {
	text-align: center;
	margin: 50px 0;
}

.login .or span {
	background: #fff;
	padding: 0 17px;
	color: #999;
	font-size: 16px;
}

.login .or hr {
	margin: -12px 0 0px;
	border: 1px solid #E5E5E5;
	width: 100%;
}

.login ul {
	margin: 0;
	text-align: center;
}

.login ul li {
	margin: 0 0 30px;
	padding: 14px 0;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	text-transform: uppercase;
}

.login ul li a {
	color: #fff;
}

.login ul li i {
	margin-right: 43px;
}

.login ul li:first-child {
	background: #3B5999;
}

.login ul li:last-child {
	background: #1DA1F3;
}

.heading {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #66b4e8;
	text-transform: uppercase;
	padding: 12px 12px;
}

.list-group-item+.list-group-item {
	border-top-width: 1px;
}

#account-register fieldset h4,
#account-edit fieldset h4 {
	font-size: 18px;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

label {
	font-size: 16px;
	color: #000;
}

#account-register .buttons {
	font-size: 16px;
	color: #000;
}

#account-register .form-control {
	height: 40px;
	border-radius: 0px;
}

#account-register fieldset,
#account-edit fieldset {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 25px;
}

#account-account ul li {
	padding: 5px 0;
}

#account-account ul li a {
	color: #000;
	font-size: 16px;
}

#account-account ul {
	padding: 15px;
	border: 1px solid #ddd;
}

.abouts {
	padding: 0 0 50px;
}

.abouts .des {
	font-size: 14px;
	color: #686868;
	margin: 0 0 20px;
	line-height: 25px;
}

.abouts .image {
	position: relative;
}

.abouts img {
	border-radius: 4px;
}

.abouts .image img {
	height: 365px;
}

.feature .commontop p {
	margin: 0 0 24px;
}

.feature .commontop hr {
	margin: 0 0 25px;
}

.abouts .image .icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 38%;
	margin: 0 auto;
	border: 1px solid #66b4e8;
	border-radius: 50%;
	padding: 4px;
	text-align: center;
	width: 82px;
	height: 82px;
}

.abouts .image .ico {
	color: #fff;
	background: #66b4e8;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	padding: 20px;
}

.abouts .image .ico i {
	color: #fff;
	font-size: 32px;
}

.abouts ul {
	margin: 0;
}

.abouts ul li {
	padding: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #686868;
}

.abouts ul li i {
	color: #66b4e8;
	margin-right: 6px;
}

.inner .feature .commontop h2 {
	margin: 0 0 24px;
}

.inner .feature .panel-group {
	margin-bottom: 0px;
}

.inner .feature .panel {
	box-shadow: none;
}

.inner .feature .panel-default {
	border: 1px solid #ddd;
	border-radius: 4px;
}

.inner .feature #tmdFaq .card-header {
	padding: 14px 15px;
}

.inner .feature #tmdFaq .card-header a {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin: 0;
	text-decoration: none;
}

.inner .feature .card-body {
	padding: 15px;
	border-top: 1px solid #ddd;
}

.inner .feature .card-header .fas {
	float: right !important;
	font-size: 18px;
}

.inner .feature #tmdFaq .card+.card {
	margin-top: 20px;
}

.inner .feature .card-body h6 {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin: 0;
	line-height: 24px;
}

.inner .feature .card-body h6 a {
	font-weight: 600;
	color: #000;
}

.inner .feature .ad1 {
	height: 588px;
}

.aboutweek {
	margin: 50px 0 0;
}

.aboutweek .box {
	border: 1px solid #000;
	padding: 39px 49px;
	min-height: 170px;
}

.aboutweek .box .caption {
	float: left;
	width: 60%;
}

.aboutweek .box img {
	float: left;
	margin-right: 25px;
}

.aboutweek .box h1 {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin: 0 0 15px;
}

.aboutweek .box p {
	font-size: 14px;
	font-weight: 400;
	color: #686868;
	margin: 0;
}

.aboutweek .box button {
	float: right;
	background: #66b4e8;
	color: #fff;
	padding: 10px 30px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	margin: 26px 0 0;
	cursor: pointer;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #66b4e8;
	background-image: #66b4e8;
	background-repeat: repeat-x;
	border-color: #66b4e8;
	padding: 10px 15px;
	font-size: 14px;
	background-image: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #66b4e8;
	border-color: #66b4e8;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group {
	border: 1px solid #DDDDDD;
}

.list-group a {
	color: #000;
	padding: 10px 12px;
	font-size: 14px;
	border-bottom: none;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #66b4e8;
	background: transparent;
	text-shadow: none;
}

#column-left .left .list-group li a,
#column-left .left .list-group .radio label {
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

#column-left .left .list-group .radio label {
	padding-left: 10px;
}

#column-left .left .list-group ul {
	margin: 0;
}

#column-left .left .list-group li {
	padding: 0 0 15px;
}

#column-left #button-filter {
	border-radius: 0px;
}

#column-left .left .list-group {
	padding: 20px 5px 0;
	border: none;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 40px;
	overflow: hidden;
}

.product-list .col {
	border: 1px solid #ddd;
	margin-bottom: 40px;
	overflow: hidden;
}

.product-list .product-buttons {
	border: none !important;
}

.product-buttons {
	border: none;
	margin: 0;
}

#information-information #content>h1 {
	display: none;
}

.product-list .griddesc,
.listdesc {
	display: none;
}

.product-list .listdesc {
	display: block;
}

.product-list .col .product-thumb {
	border: none !important;
	margin-bottom: 0px;
}

.product-thumb .image {
	text-align: center;
	position: relative;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h4 a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.product-thumb h4 {
	font-weight: bold;
}

.product-thumb .content .button {
	display: none;
}

.product-thumb .content .description {
	padding: 0 10px;
	min-height: 80px;
	text-align: center;
	text-transform: capitalize;
}

.product-list .product-thumb .content .description {
	text-align: left;
	padding: 10px 0;
}

.product-list .product-thumb .content .button {
	display: block;
	position: relative;
}

.product-thumb .image .hoverbox {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(61, 153, 255, 0.40);
	text-align: center;
	opacity: 0;
	top: 0;
}

.pagination>li>a,
.pagination>li>span {
	color: #66b4e8;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #66b4e8;
	border-color: #66b4e8;
}

.product-list .product-thumb .des {
	display: block;
}

.product-thumb:hover .hoverbox {
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	transition: all 1.5s ease;
	opacity: 1;
}

.product-thumb .hoverbox .button {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}

.product-grid .listview,
.product-list .product-thumb .image .hoverbox {
	display: none;
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 17px;
}

.rating {
	padding-bottom: 0;
}

#product-product .image {
	display: flex;
}

#product-product .rating a {
	color: #000;
	font-size: 16px;
}

#product-product .links li a {
	color: #000;
}

#product-product .price .tax {
	font-size: 18px;
}

#product-product #content .price .price-new {
	font-size: 28px;
	font-weight: 600;
	color: #66b4e8;
	margin-right: 10px;
}

#product-product #content .price .price-old {
	font-size: 22px;
	text-decoration: line-through;
	margin-right: 10px;
}

#product-product .links {
	margin-top: 15px;
}

#product-product #content .price {
	padding: 20px 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 11px;
	flex-wrap: wrap;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#product-product .links ul {
	margin: 0;
}

#apointment .input-group .btn-default {
	padding: 11px 12px;
}

#apointment .form-control {
	height: auto;
	min-height: 40px;
	border-radius: 0px;
}

#apointment .control-label {
	text-align: left;
	padding-bottom: 10px;
}

.availability h3 {
	margin: 10px 0 15px;
	color: #000;
	border-bottom: 1px solid #66b4e8;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.availability li {
	padding: 10px;
}

.availability li .day {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.availability li .time {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.availability {
	background: #F6F6F6;
	padding: 15px 10px;
}

.qtypara {
	position: relative;
}

.qtypara .minus {
	position: absolute;
	left: 0;
	cursor: pointer;
}

.qtypara span {
	background-color: #e5e5e5;
	color: #A4A4A4;
	font-size: 20px;
	font-weight: 500;
	border-radius: 0;
	padding: 13px 17px;
}

.qtypara .form-control {
	font-size: 20px;
	height: 47px;
	width: 182px;
	text-align: center;
	font-family: "PT Serif", serif;
	border-radius: 0;
}

.qtypara .add {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
}

.paddr {
	padding-right: 0px;
}

#product-product #button-cart i {
	font-size: 20px;
}

#product-product #button-cart {
	background: #66b4e8;
	border: 0;
	padding: 9px 23px;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	font-size: 16px;
	color: #fff;
	border-radius: 0px;
}

#product-product .leftpart {
	display: inline-block;
}

#product-product .btn-group .btn-light i {
	font-size: 22px;
}

#product-product .nav-tabs>li {
	margin: 0 0 0 -1px !important;
}

#product-product .nav-tabs>li>a {
	border: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #000;
	border-radius: 0px;
	font-weight: 600;
	border-bottom: none !important;
	padding: 10px 15px;
	line-height: 25px;
}

#form-review {
	color: #000;
}

#product-product .nav-tabs .nav-link.active,
#product-product .nav-tabs .nav-link.active:focus,
#product-product .nav-tabs .nav-link.active:hover {
	background-color: #66b4e8;
	color: #fff;
}

#product-product .tab-content {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 16px;
	line-height: 25px;
}

#product-product .nav-tabs {
	border-bottom: none;
	margin: 30px 0 0 !important;
}

#product-product .btn-group .btn-light {
	background: #fff;
	border: 0;
	padding: 9px 20px;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	color: #66b4e8;
	border: 1px solid #66b4e8;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#product-product .links li {
	padding: 0 0 10px;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}

.teambox h4 {
	font-size: 16px;
	margin-top: 5px;
}

.teambox h3 {
	font-size: 15px;
}

.rating .fa-star {
	color: #999;
	font-size: 17px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #66b4e8;
	margin: 0;
	border: none !important;
	padding: 0 !important;
}

.product-thumb .des {
	font-size: 14px;
	display: none;
}

.product-thumb .price-new {
	font-size: 20px;
	font-weight: 600;
}

.product-thumb .price-old {
	color: #333;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 16px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
}

.product-thumb .button {
	background-color: transparent;
	overflow: auto;
	border: none;
	justify-content: center;
}

.product-thumb .button button i,
.product-list .product-buttons .button button i {
	font-size: 18px;
}

.product-thumb .button button+button,
.product-list .product-buttons .button button+button {
	margin-left: 10px;
}

.product-thumb .button button,
.product-list .product-buttons .button button {
	width: auto;
	flex: 0;
	font-size: 15px;
	border: 1px solid #66b4e8;
	display: inline-block;
	background-color: #66b4e8;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
}

.product-thumb .button button:hover,
.product-list .product-buttons .button button:hover {
	color: #66b4e8;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>img {
	width: 100%;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

#product-product .hading {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.relatedb {
	clear: both;
}

#latestblog .product-thumb .image img {
	border: 1px solid #ddd;
	width: 100%;
	border-bottom: 0;
}

.image.listimg {
	border: 1px solid #ddd;
	border-bottom: 0;
	position: relative;
	margin: 0;
}

.srchicon {
	position: relative;
}

.srchicon .fa-magnifying-glass:before {
	content: "\edef";
}

.srchicon .fa-magnifying-glass {
	font-family: 'IcoFont' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#checkout-cart .btn-primary {
	padding: 6px 15px;
}

.carousel {
	padding: 0;
	border: 0;
	margin: 0 !important;
}

.carousel .carousel-control-prev {
	left: 0;
}

.carousel .carousel-control-next {
	right: 0;
}

/* New code 25-06-2025 start here  */
#content {
	min-height: auto;
}

#content,
#column-left,
#column-right {
	padding-bottom: unset;
}

/* New code 25-06-2025 end here  */

p {
	word-break: break-all;
}

aside#column-right,
aside#column-left {
    margin-top: 50px;
}

.product-list .product-thumb .content .button {
    margin-left: 0;
}

.product-list .product-thumb .content {
    padding: 15px 15px 15px 0;
}





/* =========================== Responsive code start here =========================== */
@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%;
	}

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px 0 0;
	}
}

@media (max-width:1180px) {
	ul.megamenu>li {
		padding: 14px 8px !important;
	}

	.sicon .btn-primary {
		font-size: 12px;
	}

	.commontop p {
		font-size: 12px;
	}

	.product-thumb h4 a {
		font-size: 13px;
	}

	.view-detail .swiper-pager {
		top: -11%;
	}

	footer .minbox li a,
	footer .minbox li {
		font-size: 11px;
	}

	.aboutweek .box h1 {
		font-size: 21px;
	}

	ul.megamenu li .sub-menu .content .hover-menu .menu ul {
		min-width: 145px !important;
	}

	#product-product .btn-group .btn-light {
		margin: 0 0 0 5px;
	}

	#product-product #button-cart {
		margin: 0;
	}

	.contactus h5 {
		font-size: 20px;
	}

	.contactus .address ul li {
		font-size: 14px;
	}

	#latestblog .product-thumb .caption,
	#relatedblog .product-thumb .caption,
	#latestpost .product-thumb .caption {
		padding: 18px 10px 15px;
	}

	.btnread {
		padding: 0 10px;
	}

	#blog-right .nav>li>a {
		font-size: 11px !important;
	}

	#latestblog .product-thumb .caption ul li,
	#relatedblog .product-thumb .caption ul li,
	#latestpost .product-thumb .caption ul li {
		padding: 0 4px 0 0 !important;
	}

	.btnread {
		padding: 0px 10px !important;
	}
}

@media (max-width:1000px) {
	#top li {
		padding: 9px 7px;
	}

	#top .btn-link,
	#top a {
		font-size: 12px;
	}

	.sicon .btn-primary {
		font-size: 9px;
	}

	.srchicon .icofont-search {
		font-size: 13px;
	}

	ul.megamenu>li {
		padding: 14px 4px !important;
	}

	.paddsm {
		padding: 0px;
	}

	ul.megamenu>li>a {
		font-weight: 400;
	}

	.sicon .btn-primary {
		padding: 8px 5px;
	}

	#latestblog .product-thumb .caption ul li,
	#relatedblog .product-thumb .caption ul li,
	#latestpost .product-thumb .caption ul li {
		padding: 0 5px 0 0 !important;
	}

	.slideshow .owl-pagination {
		bottom: 0px;
	}

	.service .box h4 {
		font-size: 13px;
	}

	#latestblog .product-thumb {
		margin-bottom: 0 !important;
	}

	footer {
		padding-top: 10px;
	}

	.minbox {
		min-height: auto !important;
	}

	footer .inner .des,
	footer .minbox .des1 {
		margin: 10px 0;
	}

	footer .minbox li {
		padding: 0 0 5px;
	}

	footer .minbox .contact li {
		line-height: 18px;
	}

	footer hr {
		margin: 0 0 15px !important;
	}

	footer .powered,
	footer .social {
		padding: 10px 0;
	}

	#latestblog {
		padding-bottom: 0px !important;
	}

	.product-thumb,
	#content,
	.featured .box .icon {
		margin-bottom: 10px;
	}

	.featured .box p {
		margin-bottom: 25px;
	}

	#featured.owl-carousel {
		margin-bottom: 0;
	}

	.service .box p,
	.commontop p {
		font-size: 10px;
	}

	.about .des,
	.feature .des,
	.abouts .des {
		font-size: 10px;
	}

	.feature .box {
		padding: 25px 12px;
		margin-bottom: 18px;
	}

	.feature .box img {
		margin-right: 8px;
	}

	#latestblog .product-thumb h4 a,
	#latestpost .product-thumb h4 a {
		font-size: 14px !important;
	}

	#newsletter .news {
		font-size: 26px;
	}

	.courses .owl-buttons .owl-prev,
	.courses .owl-buttons .owl-next {
		padding: 0px;
		top: -6%;
	}

	.feature .box p {
		font-size: 12px;
		margin: 0;
	}

	.feature .box a {
		font-size: 11px;
	}

	.about .image img {
		height: 297px;
	}

	.featured .box h4 {
		font-size: 18px;
	}

	.blog .box .caption,
	.blogs .box .caption {
		padding: 22px 10px 30px;
	}

	.blog .box .caption ul li a,
	.blogs .box .caption ul li a {
		font-size: 12px;
	}

	.testimonail .box p {
		font-size: 10px;
	}

	footer h3 {
		font-size: 14px !important;
	}

	footer .minbox p,
	footer .minbox .des,
	footer .minbox .des1,
	footer .minbox li a,
	footer .minbox li {
		font-size: 10px;
	}

	footer .powered ul li a,
	footer .powered p {
		font-size: 10px;
	}

	footer .powered ul li {
		padding: 0 12px 0 0;
	}

	footer .links1 {
		width: 19%;
	}

	footer .links2 {
		width: 28%;
	}

	footer .inner .box p {
		margin: 0 0 10px;
	}

	.product-thumb img {
		width: 100%;
	}

	.abouts ul li {
		font-size: 12px;
	}

	.inner .feature .panel-title {
		font-size: 11px;
	}

	.inner .feature .panel-body h6 {
		font-size: 10px;
	}

	.aboutweek .box .caption {
		width: 74%;
	}

	.aboutweek .box h1 {
		font-size: 18px;
	}

	.team .box .caption p {
		font-size: 10px;
	}

	.left h4 {
		font-size: 13px;
		padding: 23px 10px;
	}

	.left .search input {
		font-size: 10px;
	}

	.left .search,
	.left .filter,
	.left .cost,
	.left .detail {
		padding: 20px 10px;
	}

	.prettycheckbox>a {
		margin-right: 5px;
	}

	.left .cost ul li .check {
		font-size: 10px;
	}

	.left .filter ul li .check {
		font-size: 9px;
	}

	.left .popular .box {
		text-align: center;
	}

	.left .popular .box img {
		float: none;
		margin: 0 auto 10px;
	}

	.sort p {
		font-size: 15px;
	}

	.pagination li a {
		padding: 8px 9px;
	}

	.product-thumb .caption p {
		font-size: 10px;
	}

	.product-list .caption h5 {
		font-size: 12px;
	}

	.product-list .caption h5 .price,
	.product-list .caption h5 .text {
		font-size: 18px;
	}

	.left .detail p {
		font-size: 18px;
	}

	.left .detail ul li i {
		margin-right: 1px;
	}

	.left .detail ul li {
		font-size: 10px;
	}

	.left h3 {
		font-size: 14px;
	}

	.coures .details .nav-tabs>li a {
		font-size: 13px;
		margin-right: 26px;
	}

	.login .links {
		font-size: 12px;
	}

	.login ul li i {
		margin-right: 17px;
	}

	.login .donot {
		font-size: 11px;
	}

	.left .tag ul li {
		padding: 1px 6px 7px;
	}

	.left .tag ul li a {
		font-size: 8px;
	}

	.blog-detail .bloggs .caption h5 {
		font-size: 14px;
	}

	.blog-detail .bloggs .caption p {
		font-size: 12px;
	}

	.blog-detail .link .social li,
	.eventview .matter .link .social li {
		font-size: 12px;
		padding: 6px 6px;
		margin-right: 1px;
	}

	.priceplan .box ul li,
	.priceplan .box1 ul li,
	.priceplan .box2 ul li {
		font-size: 12px;
	}

	.faq .panel-title {
		font-size: 10px;
	}

	.faq .panel-body p {
		font-size: 10px;
	}

	.comingsoon p {
		font-size: 12px;
	}

	.event .box .caption ul li {
		font-size: 10px;
	}

	.event .box .caption ul li:last-child {
		font-size: 15px;
	}

	.event .box .caption {
		padding: 19px 10px;
	}

	.event .box .caption p {
		font-size: 10px;
		margin: 0 0 19px;
	}

	.eventview .box ul li {
		padding: 0 20px;
	}

	.eventview .box ul li p {
		font-size: 16px;
	}

	.eventview .box ul li span {
		font-size: 12px;
	}

	.contactus .address p {
		font-size: 10px;
	}

	.contactus .address ul li {
		font-size: 9px;
	}

	.contactus .address ul li:first-child i {
		margin-bottom: 14px;
	}

	.contactus h5 {
		font-size: 16px;
	}

	.commontop p {
		margin: 0 20% 24px;
	}

	.about .image img,
	.abouts .image img,
	.inner .feature .ad1 {
		height: auto;
	}

	.headtitle .inner {
		padding-right: 0;
		padding-left: 5px;
	}

	.innerheader {
		padding: 10px 0 10px 10px;
	}

}

@media (max-width: 991px) {
	.bread-crumb .matter {
		position: unset;
		padding: 10px;
		background-color: transparent;
	}

	.bread-crumb .container {
		background-color: rgba(0, 0, 0, 0.3);
	}

	.breadcrumb>li.breadcrumb-item {
		white-space: normal;
	}
}

@media (max-width: 768px) {
	.product-list .product-thumb .button {
		border-left: none;
	}
}

@media (max-width:767px) {
	#product-product .nav-tabs {
		margin: 0 !important;
	}

	#product-product .image {
		flex-direction: column;
	}

	.qtypara.float-start {
		float: left !important;
	}

	#product-product .image .paddr {
		order: 2;
	}

	#product-product .hading {
		margin-top: 10px;
	}

	.faq .card-header h4 a span {
		padding: 0px;
	}

	.faq .card-header h4 .hidelink,
	.faq .card-header h4 a {
		font-size: 14px;
		height: auto;
	}

	.faq {
		margin: 0;
	}

	.faq .card-header {
		padding: 10px 10px;
		min-height: 65px;
	}

	#logo {
		margin: 0;
	}

	.contactus label,
	.contactus .form-control,
	.aboutweek {
		margin: 0 !important;
	}

	.contactus {
		margin: 30px 0;
	}

	.contactus hr,
	.contactus h5 {
		margin: 0 0 10px;
	}

	.minbox {
		padding: 10px 15px !important;
	}

	ul.megamenu>li {
		padding: 0px !important;
	}

	ul.megamenu>li>.sub-menu.single .content ul .main_link h3 {
		padding: 0px !important;
	}

	.details .nav-tabs .float-end {
		clear: both !important;
	}

	.event .box .caption h4 span {
		display: block;
	}

	.product-thumb .caption ul li {
		padding: 16px 7px;
	}

	.float-end,
	.float-start {
		float: none !important;
		text-align: center;
		justify-content: center;
	}

	.buttons .float-end a,
	.buttons .float-start a {
		width: 100%;
		margin-bottom: 10px;
	}

	.error h2 {
		font-size: 75px;
	}

	.about img,
	.feature img,
	.feature .ad1 {
		margin: 0 auto;
	}

	.login h5,
	.matter h2 {
		font-size: 16px;
		margin: 0 0 10px;
	}

	.matter li a {
		font-size: 14px;
	}

	.coures .details .icon li {
		padding: 15px 20px 15px 0;
	}

	.coures .details .link button {
		font-size: 11px;
		padding: 6px 14px;
	}

	.coures .details #form-review button,
	.comment #form-review button {
		font-size: 14px;
		padding: 7px 20px;
		margin: 20px 0 0;
	}

	.sort,
	.pagination {
		padding: 20px 0;
		min-height: 70px;
	}

	.pagination li a {
		font-size: 10px;
	}

	#top .float-start,
	#top .float-end {
		float: none;
		text-align: center;
	}

	#top li a i {
		margin-right: 2px;
	}

	#top li {
		padding: 3px 5px;
		border: none;
	}

	#top .icon li:last-child,
	#top-links li:last-child {
		border: none;
	}

	#top .btn-link,
	#top a {
		font-size: 10px;
	}

	#logo,
	.sicon {
		text-align: center;
		margin: 0 0 5px;
	}

	#logo img {
		margin: 0 auto;
		text-align: center;
	}

	#menu {
		margin: 0px 0;
	}

	#menu .menutext {
		float: left;
		padding: 17px;
		font-size: 16px;
		color: #000;
	}

	#menu .navbar-toggle {
		color: #000;
		margin-right: 0px;
	}

	#menu .navbar-nav {
		float: none;
		text-align: left;
		margin: 7.5px 15px;
	}

	#menu .nav>li {
		margin: 0 0 20px 0px;
	}

	#menu .nav>li>a {
		font-size: 14px;
	}

	header .icon {
		float: none;
		text-align: center;
		height: auto;
	}

	header .icon .btn-primary {
		font-size: 15px;
		width: 100%;
	}

	.slideshow .owl-buttons .owl-prev,
	.slideshow .owl-buttons .owl-next {
		top: 26%;
	}

	.service .box {
		margin: 0 0 20px;
	}

	.service .box h4 {
		font-size: 18px;
	}

	.service .box p,
	.commontop p,
	.about .des,
	.feature .des,
	.abouts .des,
	.product-thumb .caption h3,
	.product-thumb .caption ul li:last-child i,
	.product-thumb .caption ul li a,
	.blog .box .caption ul li a,
	.blogs .box .caption ul li a,
	footer .inner .box p,
	footer .inner .des,
	footer .inner .des1,
	footer .inner li a,
	footer .inner li,
	footer .inner button,
	.abouts ul li,
	.inner .feature .panel-body h6,
	.team .box .caption p,
	.testimonail .box p,
	.coures .details #form-review label,
	.comment #form-review label,
	.login .donot,
	.priceplan .box ul li,
	.priceplan .box1 ul li,
	.priceplan .box2 ul li,
	.faq .panel-body p,
	.comingsoon p,
	.event .box .caption ul li,
	.event .box .caption p,
	.eventview .box ul li span,
	.contactus .address p {
		font-size: 13px;
	}

	.about .image img,
	.abouts .image img,
	.inner .feature .ad1 {
		height: auto;
	}

	.feature .box p {
		font-size: 18px;
	}

	.product-thumb .caption h4 {
		font-size: 15px;
	}

	.blog .box img,
	.blogs .box img,
	.team .box img,
	footer .links1,
	footer .links2,
	.featured ul li,
	.aboutweek .box .caption,
	.coures .details .image1 img,
	.eventview .box ul li,
	.coures .details .nav-tabs>li,
	.event .box .image img {
		width: 100%;
	}

	.blog .box .caption h4,
	.blogs .box .caption h4 {
		font-size: 18px;
	}

	.testimonail .inner {
		top: 30px;
	}

	.testimonail .box {
		margin: 0 0;
	}

	.testimonail .box p i {
		font-size: 24px;
		margin-right: 5px;
	}

	#newsletter .input-group input {
		width: auto;
		margin-bottom: 20px;
	}

	#newsletter .news {
		font-size: 20px;
		line-height: 28px;
	}

	.featured {
		background: #f7f7f7;
		padding: 30px 0;
	}

	.featured .inner {
		position: relative;
		top: 0;
	}

	.featured .image img {
		display: none;
	}

	.featured .box h4 {
		font-size: 24px;
		color: #000;
	}

	.about .image .icon,
	.abouts .image .icon {
		top: 20%;
	}

	footer .inner .contact li i {
		margin-bottom: 0;
	}

	.abouts ul li i {
		float: left;
		line-height: 24px;
	}

	.inner .feature {
		margin-bottom: 30px;
	}

	.inner .feature .panel-title {
		font-size: 15px;
	}

	.aboutweek .box {
		padding: 39px 20px;
		text-align: center;
	}

	.aboutweek .box img,
	.aboutweek .box button {
		float: none;
	}

	.aboutweek .box img {
		margin: 0 auto 10px;
	}

	.sort p {
		font-size: 18px;
		margin: 0 0 20px;
	}

	.coures .details .nav-tabs>li a {
		font-size: 16px;
	}

	.coures .details #form-review label,
	.comment #form-review label {
		margin: 0 0 10px;
	}

	.login .bor {
		border-right: none;
	}

	.priceplan .box1,
	.priceplan .box2 {
		margin-top: 30px;
	}

	.error p {
		font-size: 17px;
	}

	.faq .panel-heading a,
	.event .box .image {
		float: none;
		font-size: 13px;
		padding: 5px 10px;
		height: auto;
	}

	.faq .panel-title {
		font-size: 14px;
		line-height: 20px;
	}

	.faq .right img {
		margin: 0 auto 30px;
	}

	.comingsoon h4 {
		font-size: 40px;
	}

	.comingsoon .subscribe .input-group input {
		width: auto;
	}

	.timer #ctime li {
		margin-bottom: 30px;
	}

	.event .box .caption {
		margin-left: 0;
		border-left: 1px solid #e5e5e5;
	}

	.event .box .caption ul li:last-child {
		font-size: 18px;
		float: none;
	}

	.eventview .box ul li p {
		font-size: 18px;
	}

	.eventview .box ul li {
		padding: 0 20px 20px;
	}

	.contactus h5 {
		font-size: 24px;
	}

	.contactus .address {
		padding: 25px 18px;
		margin: 30px 0 0 0;
	}

	.contactus .address ul li {
		font-size: 14px;
	}

	.faq .panel-default>.panel-heading {
		padding: 20px 20px;
	}

	.faq .panel-title {
		padding: 0px 0;
		margin: 0 0 25px;
		float: none;
	}

	.contactus form {
		padding: 10px;
	}

	.matter {
		bottom: 0px;
	}

	.pagination li:first-child,
	.pagination li:last-child {
		float: none;
	}

	.product-thumb .caption ul li i {
		margin-right: 4px;
	}

	.coures .details .review .boxes .detail ul .float-end,
	.comment .boxes .detail ul .float-end {
		float: none;
	}

	.breadcrumb {
		padding: 0 !important;
	}

	.commontop h2 {
		margin: 30px 0 20px;
		font-size: 16px;
	}

	.headtitle .col-xs-12 {
		padding: 0px;
	}

	.input-group .input-group-addon {
		font-size: 9px;
	}

	#product-product #button-cart {
		margin-left: 5px;
	}

	#search,
	.sicon .srchicon,
	.srchicon .input-group {
		position: initial;
		padding: 0;
		width: 100%;
	}

	.sicon li:last-child {
		padding: 0;
	}

	#menu {
		border-radius: 4px;
	}

	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}

	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}

	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}

	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}

	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

@media (max-width: 575px) {
	#cart .dropdown-menu {
		width: auto;
		min-width: 300px;
		margin: 0 auto;
	}

	#cart .dropdown-menu li>div {
		min-width: 100%;
	}

	#cart .dropdown-menu {
		width: auto;
		min-width: 300px;
		margin: 0 auto;
	}

	#cart .dropdown-menu li>div {
		min-width: 100%;
	}

	.matter li a {
		font-size: 12px;
	}

	.login h5,
	.matter h2 {
		font-size: 13px;
		margin-bottom: 5px;
		line-height: 1.2;
	}

	.matter li a {
		font-size: 12px;
	}

	.login h5,
	.matter h2 {
		font-size: 13px;
		margin-bottom: 5px;
		line-height: 1.2;
	}

}

@media (min-width:320px) and (max-width:414px) {
	.commontop p {
		margin: 0 0 20px;
	}

	.matter h2 {
		font-size: 18px;
	}

	.coures .details h4 {
		font-size: 16px;
	}

	.coures .details .link,
	.blog-detail .link,
	.eventview .matter .link {
		height: auto;
	}

	.coures .details .link .float-start,
	.coures .details .link .float-end,
	.blog-detail .link .float-start,
	.blog-detail .link .float-end,
	.eventview .matter .link .float-start,
	.eventview .matter .link .float-end {
		float: none;
	}

	.coures .details .link .social li {
		margin: 0 9px 10px 0;
	}

	.coures .details .box img,
	.coures .details .review .boxes .image,
	.comment .boxes .image {
		margin: 0 auto 20px;
		float: none;
	}

	.coures .details .review .boxes .image img,
	.comment .boxes .image img {
		margin: 0 auto;
	}

	.coures .details .box .caption,
	.coures .details .review .boxes .detail,
	.comment .boxes .detail {
		margin: 0;
		text-align: center;
	}

	.error h2 {
		font-size: 75px;
	}

	.comingsoon .subscribe .input-group .btn-news {
		margin: -2px 0 0 10px;
	}

	.timer #ctime li:nth-child(3) {
		margin-left: 0;
	}

	.event .box .caption ul li:first-child {
		border-right: none;
	}

	.event .box .caption ul li {
		width: 100%;
		padding: 0 0 5px;
	}
}

.hide {
	display: none !important;
}

/* =========================== Responsive code end here =========================== */