@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
* {
	padding: 0;
	margin: 0;
}

body, html {
	height: 100%;
	width: 100%;
	font-size: 1.4rem;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}

a {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	list-style: none;
	font-size: 14px;
	outline: none !important;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

ul {
	list-style: none;
}

p {
	font-size: 17px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #777;
	font-family: 'Montserrat', sans-serif;
}

button:focus {
	outline: 0;
	outline: inherit !important;
}

label {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 12px 0;
	position: relative;
	letter-spacing: 0.8px;
	color: #7b7f89;
	font-family: 'Montserrat', sans-serif;
}
.form-control:focus {
	border-color: #18b8c0 !important;
	outline: 0;
	box-shadow: none;
}
/*------------Header--------------------*/
.header{
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.nav-link{
	font-weight:400;
	font-size: 14px;
	color: #130f40;
}
.header .logo {
	color: #130F40;
}

.header .logo img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.header .navbar{
	padding: 0;
}
.header .navbar-nav .nav-link {
	color: #333;
	padding: 5px;
	position: relative;
	font-weight: 600;
	font-size: 14px;
}

.header .navbar-nav .nav-link:focus, .header .navbar-nav .nav-link:hover {
	color: #0eadb5 !important;
}
.header .navbar-nav .active .nav-link{
	color: #0eadb5 !important;	
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	-webkit-animation: smoothScroll 1s forwards;
	animation: smoothScroll 1s forwards;
	background:#fff;
}

.fixed .fix-p {
	padding-left: 70px;
}

@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
	margin-bottom:1rem;
}

.navbar .dropdown-menu {
	border:none;
	background-color: #fff !important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.navbar-brand{
	width: 138px;
	overflow: hidden;
	padding: 15px 0;
}
.navbar-brand img{
	object-fit:cover ;
	width: 100%;
}
.navbar-brand .logo2{
	object-fit:cover ;
	width: 120px;
}
.uperheader{
	background-color:#3da9af !important;
}
.uperheader a{
	color: #fff;
	font-size: 13px;
}
.nav-item{
	font-weight: 600;
	font-size: 14px;
	color: #58585a;
}
.nav-link2{
	font-weight: 600;
	font-size: 13px;
	color: #004861 !important;
	padding: 10px 0;
	margin: 10px 0;
	border-bottom: 1px dashed #b4b4b4;
}
.nav-link3{
	font-weight: 600;
	font-size: 13px;
	color: #000 !important;
	padding: 8px 0;
}


/*---------------Banner---------------*/

.banner .slider-text {
	position: absolute;
	bottom: 25%;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.banner .slider-text h3 {
	font-size: 80px;
	font-weight: 900;
	line-height: 85px;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
}

.banner .slider-text p {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin: 20px auto;
	color: #fff;
	width: 80%;
}

.viewmore {
	background-color: #3da9af;
	border-color: #3da9af;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 0 0 0 0;
	padding: 13px 30px 12px 30px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}

.viewmore:hover {
	background: #fff;
	border-color: #00a3c8;
	color: #00a3c8;
}

.banner .owl-nav {
	display: none;
}

.banner .owl-dots {
	position: absolute;
	bottom: 5px;
	right: 2%;
}

.banner .owl-dots .active span,
.banner .owl-dots :hover span {
	background: #0e959c !important;
}

.banner .owl-dots span {
	background: rgba(0, 0, 0, 0.48);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.image-wrapper {
	width: 100%;
	height: 522px;
	overflow: hidden;
}

.image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000 ;
	overflow: hidden;
}

.banner video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.6;
	max-width: unset;
}

.dropdown-toggle:after{
	width: unset !important;
	vertical-align: middle !important;
}
/*------------Footer----------------*/

.footer {
	padding: 40px 0 20px 0;
	background: #fff url(../img/testimonial.png) repeat-y;
	background-position: center top;
	background-size: 100%;
}
.footer h6{
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.f-menu ul{
	margin-left:0;
}

.f-menu ul li {
	display: block;
	line-height: 24px;
}
.f-menu ul li a {
	color: #333;
	font-weight: 500;
	line-height: 24px;
	padding: 8px;
	font-size: 14px;
}
.f-menu ul li a:hover{
	color: #0d949b;
}
.f-menu p{
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.social span {
	font-size:21px;
	color: rgb(121, 121, 121);
}
.social span:hover {
	color: #0d949b;
}
/*-------------Tec----------------*/

.bt-bg{
	background:url(../img/banner-2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 473px;
}
.s_hedding h1{
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 40px;
	margin: 20px 0;
	color: #fff;
}
.s_hedding p{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #fff;
}
.doc-img{
	top: -20%;
}
.booknow{
	background-color: #2a2a2a;
	border-color: #2a2a2a;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-radius: 0 0 0 0;
	padding: 13px 30px 12px 30px;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
}
.booknow:hover{
	color:#2a2a2a !important;
	background-color: #fff !important;
	border-color: #2a2a2a !important;
}
.ct-form .booknow{
	background-color: #2a2a2a !important;
	border-color: #2a2a2a !important;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-radius: 0 0 0 0 !important;
	padding: 13px 30px 12px 30px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	color: #fff !important;
}


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

.title {
	z-index: 1;
	position: relative;
	line-height: 1.1;
	padding: 0 40px 15px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 32px;
	letter-spacing: 1px;
}
.title span{
	color: #0d949b;
}
.title:after {
	background: #0d949b;
	content: "";
	display: inline-block;
	margin: auto;
	width: 70px;
	height: 4px;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -5px;
}
.letest_news{
	margin-bottom: 80px !important;
}
.letest_news .card {
	border: 1px solid #f1f1f1;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	margin-bottom: 15px;
	height: 100%;
}

.letest_news .card .card-img-top {
	height: 240px;
	-o-object-fit: cover;
	object-fit: cover;
}

.letest_news .card .card-body {
	padding: 0 20px !important;
}

.letest_news .card .card-body ul {
	margin-bottom: 5px;
	padding: 0;
}

.letest_news .card .card-body ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #949494;
	font-family: 'Mulish', sans-serif;
}
.letest_news .card .card-body ul li i{
	color: #0d949b;
}
.letest_news .card .card-body a h5 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
	color: #333;
}

.letest_news .card .card-body p {
	font-size: 14px;
	font-weight: 500;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.letest_news .card .card-body span {
	text-align: right;
}

.letest_news .card .card-body span a {
	color: #0d949b;
	font-weight: 600;
}

.letest_news .card:hover {
	-webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.letest_news .card .card-body ul li {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	color: #949494;
	font-family: 'Mulish', sans-serif;
}
.all-btn{
	font-size:14px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.25px;
	padding: 12px 24px;
	border: 2px solid transparent;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff!important;
	background-color: #3da9af;
	border-color: #3da9af;
}
.all-btn:hover{
	background-color: #0d949b;
	border-color: #0d949b;
}

/*--------------Product----------------*/

.product_bg{
	background: #fff url(../img/1.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}
.product-slider .item{
	border: 2px solid transparent;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.product-slider .item:hover{
	border: 2px solid #00a3c8;
}
.product-slider .item .prod_img img{
	object-fit: cover;
}
.product-slider .item h4{
	color: #333d46;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 26px;
	font-size: 21px;
	margin: 15px 0;
}

.product-slider .item p{
	margin: 0;
	font-size: 14px;
	line-height: 22px;
}
.side_text h4{
	color: #333d46;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	font-size: 32px;
	margin:0 0 20px 0;
}
.side_text h4 span{
	color: #0d949b;
}
.side_text h5{
	color: #333d46;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 36px;
	font-size: 28px;
	margin:0 0 20px 0;
}

.side_text p{
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	font-weight: 500;
	margin-bottom: 8px;
}

.product-slider .owl-next {
	right: -60px;
	top: 36%;
	position: absolute !important;
	width: 30px !important;
	color: #fff !important;
	height: 30px !important;
	cursor: pointer;
	line-height: 25px !important;
	border-radius: 50% !important;
	background: #00a3c8 !important;
	font-size: 25px !important;
}
.product-slider .owl-prev {
	left: -60px;
	top: 36%;
	position: absolute !important;
	width: 30px !important;
	color: #fff !important;
	height: 30px !important;
	cursor: pointer;
	line-height: 25px !important;
	border-radius: 50% !important;
	background: #00a3c8 !important;
	font-size: 25px !important;
}
.product-slider .owl-nav.disabled {
	display: block;
}
.owl-dots{
	display: none;
}
/*------------Sub Munu-----------------*/
.sub_catag{
	border-right: 1px solid #cee9eb;
	height: 75vh;
	overflow: hidden;
	overflow-y: auto;
}
.sub_catag:last-child{
	border-right: 0;
}
.sub_catag span a{
	color: #333d46;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 36px;
	font-size: 15px;
	margin:0 ;
}
.sub_catag .nav-item{
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.sub_catag .nav-item .nav-link{
	color: #333d46 !important;
	font-weight: 500;
	font-size: 13px;
}
.sub_catag .nav-item .active{
	color: #00a3c8 !important;
}
.sub_catag .nav-item .nav-link2{
	font-weight: 600;
	margin:0 0 8px 0;
	font-size: 13px;
	color: #004861 !important;
}
.sub_catag::-webkit-scrollbar {
	width: 3px;
}

.sub_catag::-webkit-scrollbar-track {
	background-color: #efefef;
}

.sub_catag::-webkit-scrollbar-thumb {
	background: #3da9af;
}

.drop_2 .dropdown-menu{
	width: 200px !important;
	left: auto !important;
	right: 7% !important;
}
/*--------------About--------------*/

.list-style-one{
	margin: 25px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.list-style-one li{
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #222222;
	font-weight: 600;
	padding-left: 22px;
	margin-bottom: 12px;
	width: 50%;
	flex: 0 0 50%;
	padding-right: 10px;
}
.list-style-one li:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: url(../img/plus.png) no-repeat;
	background-position: center left;
	background-size: 13px;
}

/*-----------decribe---------*/

.decribe_bg{
	background: url(../img/shape-1.png) repeat-y;
	background-position: top left;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.ct-form .form-control {
	border: 0;
	border-radius: 0;
	font-size: 15px;
	border-bottom: 1px solid #ced4da;
	resize: none;
	padding-top: 0;
	padding-left: 0;
	font-weight: 500;
	background:#fff;
}

.droppro-bg1{
	background: url(../img/mega_memi1.png) no-repeat;
	background-position: bottom right;
}
.droppro-bg2{
	background: url(../img/mega_memi2.png) no-repeat;
	background-position: bottom right;
}
.droppro-bg3{
	background: url(../img/image-03.png) no-repeat;
	background-position: bottom right;
}

/*----------inner_banner-------------*/

.inner_banner{
	background: url(../img/banner-2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;

}
.inner_btext h2{
	font-size: 36px;
	color: #fff;
	padding: 0;
	text-align: center;
	font-weight: 700;
}
.breadcrumb-item+.breadcrumb-item {
	font-size: 17px;
}
.breadcrumb {
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: .25rem;
	box-shadow: none;
	text-align: center;
	display: inline-flex;
	margin-left: 0;
}

.breadcrumb-item a {
	font-size: 14px;
	color: #fff;
}

.breadcrumb-item.active {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}

/*----------contact--------*/

.contact-sec .card{
	color: #101010 !important;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 0px;
	display: block;
}
.contact-sec span{
	color: #171F32 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5em;
	margin-top: 8px;
}
.contact-sec img{
	width: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.contact-sec .card{
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.contact-sec .card:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

/*----------Product------------*/

.product_list h3{
	color: #333d46;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 36px;
	font-size: 32px;
	margin: 0 0 20px 0;
}
.product_list h3 strong{
	margin-right: 4px;
	font-weight: 500;
}
.product_list h3 span{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #757e87;
}
.product_list ul li{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #141414;
	font-weight: 500;
	padding: 12px 0 0 0;
	margin-bottom:0px;
	line-height: 24px;
	background: url('http://sh007.hostgator.tempwebhost.net/~a1637oil/des/pollyhealth/wp-content/uploads/2022/01/tick.png') no-repeat;
	background-position: 0 15px;
	padding-left: 30px;
	background-size: 18px;
}
.product_list ul li ul li{
	display: block;
	padding-left: 10px;
	background: inherit;
	font-weight: 500 !important;
}


/*-----------Team-------------*/

.f_pic{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: table;
	margin-bottom: 0;
}
.f_pic img {
	object-fit: cover;
	width: 100%;
}
.fac_text{
	padding: 0 18px;
}
.fac_text small{
	font-size: 13px;
	font-weight: 400;
}
.team .card{
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 35px 10px 15px;
	border: 1px solid #cee9eb;
	border-radius: 0;
}
.team .card:hover{
	box-shadow: 0 .35rem .45rem rgba(0,0,0,.075)!important;
}
.fa_social{
	position: absolute;
	top: 0;
	right: -100px;
	background: #0d949b;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.fa_social ul li a{
	font-size: 16px !important;
	color: #fff !important;
	padding: 5px 8px;
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 0;
}
.team .card:hover .fa_social{
	right: 0;
}
.fac_text h2{
	font-size: 16px;
	color: rgba(21, 28, 42, 0.87);
	font-weight: 700;
	text-align: center;
}
.fac_text p{
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	margin-top: 10px;
	color: #333;
	font-weight: 500;
}

.pclose_s{
	height: 100%;
	border: 1px solid #cee9eb !important;
	border-radius: 10px;
}
/* .pclose_s .f_pic{
	border: 1px solid #ababad !important;
} */

.pro_dr_t table th{
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background: #efefef !important;
}
.pro_dr_t table th small{
	font-weight: 500;
	font-size: 11px;
	display: block;
	color: #7c7c7c;
}
.pro_dr_t .badge{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.8px;
}
.pro_dr_t table tr{
	font-size: 13px;
	font-weight: 500;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.badge-pink{
	background: plum;
	color: #fff;
}
.badge-yellow{
	background: #ffc107;
	color: #fff;
}
.badge-purple{
	background: #6f42c1;
	color: #fff;
}
.team_card .fac_text h2{
	font-size: 22px;
	text-align: left;
	/* line-height: 0px; */
}
.team_card .fac_text small{
	font-size: 13px;
	color: #969696;
	font-weight: 500;
	display: inline-block;
	padding: 8px 0;
}
/* .team_card ul{
} */
.team_card ul li{
	margin-right: 15px;
}
.team_card ul li a{
	color: #1c9ba1;
	font-size: 18px;
	display: block;
	padding: 0 5px;
}
.team_card p{
	display: block;
	text-align: left;
	clear: both;
}

.different ul {
	list-style-type: square;
	line-height: 2.1;
}
.different ul li{
	line-height: 22px;
	margin-bottom: 8px;
	font-size: 14px;
	padding: 0 15px 0 0;
	padding-left: 20px;
	color: #5c5776;
}

.accordian-sec .accordion h6{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
.accordian-sec .accordion h6 span{
	font-weight: 500;
	font-size: 14px;
	padding-left: 8px;
}
.accordian-sec .card-header{
	background-color: #3faab0;
	border-bottom: 1px solid #9ed4d7;
}
.accordion .card-header h6{
	color: #fff;
}
.accordian-sec .collapsed{
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #e1f2f2;
	border-bottom: 1px solid #9ed4d7;
}
.accordion .collapsed h6{
	color: #2a2a2a;
}
.accordian-sec .accordion .card{
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 12px;
	cursor: pointer;
}
.accordian-sec .accordion .card-header h6 i{
	transform: rotate(180deg);
	transition: 0.4s;
}
.accordian-sec .accordion .card-header.collapsed h6 i{
	transform: unset;
}

.fx-contact{
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 9;
}
.fx-sub_div {
	transform: rotate(-90deg);
}
.main-side {
	position: absolute;
	bottom: 0px;
	width: 134px;
	left: -25px;
	transition: all .5s;
	padding: 8px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	background-color: #3da9af;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: capitalize;
/* 	 */
	max-width:inherit;
}



/* New banner */
.banner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.6;
}




/*---------Menu_tree--------*/

/*  LIST TO MENU */
.tree, .section ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .tree {
/* 	background: #fbfbfb; */
	border: 0;
	margin-top: 20px;
  }
  .tree li {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 500;
/* 	  padding-left: 15px; */
  }
  .tree li a{
	color:#676772;
  }
	.tree li a:hover{
		color:#0d949b;
		padding-left: 4px;
	}
	.tree li:last-child {
		border: 0;
	}
	.tree label{
		width: 100%;
		margin-bottom: 0;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		padding-right: 40px;
	}
  /* (B) SUB-SECTIONS */
  /* (B1) TOGGLE SHOW/HIDE */
  .section ul { display: none; }
  .section input:checked ~ ul { display: block; }
  
  /* (B2) HIDE CHECKBOX */
  .section input[type=checkbox] { display: none; }
  
  /* (B3) ADD EXPAND/COLLAPSE ICON  */
  .section { 
	position: relative; 
	/*padding-left: 35px !important;*/
  }
	.category_tree_title{
		cursor:pointer;
	}
  .section label:after {
	content: "\0002B";
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	text-align: center;
	font-size: 30px;
	color: #0d949b;
	transition: all 0.5s;
	line-height: 0;
  }
  .section input:checked ~ label:after { 
	color: #d43d3d;
	transform: rotate(45deg);
  }
  
  /* (B4) SUB-SECTION ITEMS */
  .section ul { margin-top: 10px; }
  .section ul li { color: #0d949b; }
  
  /* DOES NOT MATTER */
  
  .accordian-sec h6{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
  }

.wpcf7-response-output, .wpcf7-not-valid-tip{
	font-size: 14px;
}
.bt-bg textarea{
	height: 70px;
}
.decribe_bg .ct-form textarea{
	height:120px;
}
.decribe_bg .product_image{
	height: 500px;
	object-fit: scale-down;
}

.navbar-dark .navbar-toggler{
	color: #000 !important;
	border: 0 !important;
}
.side_text p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin-bottom: 8px;
}

/* Side Box */

.side-pop {
    position: relative;
    z-index: 9999;
}
.main-side-pop {
    position: fixed;
    right: 0;
    bottom: 100px;
}
.main-side-pop ul li {
    transform: rotate(-90deg);
}
.main-side-pop ul li .main-side img {
    width: 15px;
}
.side-box {
    position: absolute;
    bottom: 0px;
    right: -300px;
    width: 270px;
    background-color: #ffffff;
    transition: all .5s;
    padding: 10px;
    box-shadow: 0px 0px 1px 1px #eee;
}
.side-box h6 {
    color: #000;
	font-size: 16px;
}
.side-box.active-sidePop {
    right: 0;
}
.main-side-pop ul li button.main-side {
   position: absolute;
    bottom: 0;
    width: 136px;
    left: -25px;
    transition: all .5s;
    padding: 8px;
    color: #ffffff;
    font-size: 16px;
    border: none;
    background-color: #1d979e;
}
.side-box p a{
    color: #008a92;
	font-size: 12px;
}
.main-side-pop ul li button.active-side {
    bottom: 247px;
}
.admin-pro-img img{
	width: 100%;
	height: 300px;
	object-fit: scale-down;
}

