/* Home */
a{
	color:var(--mydbc-color-font);
}

th, td {
	padding: 5px;
}
.linebg_color{
	height:8px;
	background-color: var(--mydbc-color-secondary);
}

.mainbg_color{
	height:70px;
	background-color: var(--mydbc-color-primary);
}

.mydbc-img{
	width:400px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	position:absolute;
	top:220px;
}

.mydbc-photo{
	position:absolute;
	border-radius:5px;
	display: block;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	width:140px;
	height:140px;
	margin-right: auto;
	margin-left: auto;
	top:28px;
    left: 0;
    right: 0;
	background-color: #ffffff;

}

.person-name{
	color:var(--mydbc-color-primary);
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin-bottom:5px;    
}

.person-designation{
	color:var(--mydbc-color-primary);
	text-align:center;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;    
}

.firm-slogan{
	color:var(--mydbc-color-slogan);
	text-align:center;
	font-weight:bold;
	font-style:italic;
	margin-top:0px;
	margin-bottom:5px;    
}

.whatsapp_button{
	width:100px;
	height:50px;
	text-align: center;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	padding:5px;
	color:var(--mydbc-color-formfield);
	font-size:14px;
}

.share_button{
	width:100px;
	height:50px;
	text-align: center;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	padding:5px;
	color:var(--mydbc-color-formfield);
	font-size:14px;
}

.save_button{
	width:100px;
	height:50px;
	text-align: center;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius:5px;
	padding:5px;
	color:var(--mydbc-color-formfield);
	font-size:14px;
}

.icon_size{
	font-size:25px;
	color:var(--mydbc-color-formfield);
}
/*
.mydbc-topicon{
	font-size:36px;
	color:var(--mydbc-color-font);
	text-align:center;
	display:block;
}

.mydbc-whatsapp{
	color:var(--mydbc-color-whatsapp);
}

.mydbc-share{
	color:var(--mydbc-color-share);
}

.mydbc-save{
	color:var(--mydbc-color-save);
}*/

.mydbc-facebook{
	font-size:36px;
}

.mydbc-instagram{
	font-size:36px;
}

.mydbc-pagetitle{
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
}

.mydbc-contacticon{
	width:36px;
	height:36px;
	background-color:var(--mydbc-color-primary);
	border:1px solid var(--mydbc-color-primary);
	border-radius:5px;
	font-size:22px;
	text-align:center;
	line-height:37px;
	color:var(--mydbc-color-icon);
}

ul.mydbc-social {
	list-style: none;
	text-align:center;
	padding-left:0px;
	margin-top:10px;
	margin-bottom:10px;
}

ul.mydbc-social li {
	display: inline-block;
	width:36px;
	height:36px;
	background-color:var(--mydbc-color-primary);
	color:var(--mydbc-color-icon);
	border-radius:5px;
	border:var(--mydbc-color-primary) 2px solid;
	font-size:20px;
	/*  padding-top:7px;*/
	margin-bottom:5px;
	justify-content: center;
	align-items: center;
	line-height:35px;
}

.boxbg{
	background-color:var(--mydbc-color-primary);
	color:var(--mydbc-color-icon);
	border-radius:5px;
	padding-top:10px;
	padding-bottom:10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

}

.bottomline{
	background-color:var(--mydbc-color-primary);
	height:5px;
}

.text-color{
	color:var(--mydbc-color-primary);
}

.text-14{
    font-size:14px;
}


/*About*/

.about-line{
/*	border-top: 4px solid var(--mydbc-color-line); */
}


/*service*/

.service-line{
/*	border-top: 4px solid var(--mydbc-color-line);*/
}

.service-icon{
	width:155px;
	height:155px;
	background-color:var(--mydbc-color-service-iconbg);
 	border-radius:80px;
	display: flex;
  	justify-content: center;
	align-items: center;
}
/*.service-img{
	width:150px;
	height:150px;
	background-color:var(--mydbc-color-service-iconbg);
 	border-radius:80px;
	display: flex;
  	justify-content: center;
	align-items: center;
}*/

.service-img{
	background-color:var(--mydbc-color-service-iconbg);
	position: relative; 
	width: 155px; 
	height: 155px; 
	overflow: hidden; 
	border-radius: 50%;
}

.service-img img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}

.service-text{
    font-weight:bold;
}
.arrow-icon{
	width:30px;
	height:30px;
	background-color:var(--mydbc-color-product-frame);
	border-radius:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}

table.border-bottom  {
	border-collapse: collapse;
}

tr.border-bottom {
	border-bottom: 2px dotted var(--mydbc-color-product-frame);
}


/*product*/

.product-line{
/*	border-top: 4px solid var(--mydbc-color-line); */
}

.pimg-single {
	box-sizing: border-box;
}

.pimg-single-column {
	float: left;
/*	width: 100%;*/
	padding: 5px;
	width: 100%;
	border: 1px solid var(--mydbc-color-product-frame);
	margin-left:auto;
	margin-right:auto;
}

.pimg-single-row:after {
	content: "";
	display: table;
	clear: both;
}

.product-img{
	width:100%;
	height:250px;
	display:block;
}

.product-detail{
/*	height:100px;
	overflow:auto;*/
	overflow-y:auto;
    height:auto;
    max-height:100px;	
	padding:5px;
	text-align:justify;
}

.pimg-two {
	box-sizing: border-box;

}

.pimg-two-column {
	float: left;
/*	width: 50%;*/
	padding: 5px;
	width: 100%;
	border: 1px solid var(--mydbc-color-product-frame);
	margin-left:auto;
	margin-right:auto;

}

.pimg-two-row:after {
	content: "";
	display: table;
	clear: both;
}

.product-two-img{
	width:100%;
	height:130px;
	display:block;

}

.product-two-detail{
/*	height:100px;
	overflow:auto;*/
	overflow-y:auto;
    height:auto;
    max-height:100px;	
	padding:5px;
	text-align:justify;
}

.product-row:after{
	content: "";
	display: table;
	clear: both;
}

.product-column {
	float: left;
	width: 45.90%;
	margin: 5px;
	height: auto;
	border:1px solid var(--mydbc-color-product);
	background-color:var(--mydbc-color-product);
	border:#FF0000 1px solid;
}

.product-center{
	margin-left:auto;
	margin-right:auto;
}

.row {
	display: flex;
}

.column {
	flex: 50%;
	margin: 10px;
	height: 300px;
}

.product-column-single {
	width: 350px;
	margin: 5px;
	height: auto;
/*	border:1px solid var(--mydbc-color-product);
	background-color:var(--mydbc-color-product); */
}

.product-name{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
 	font-weight:bold;
}


/*video*/

.video-line{
/*	border-top: 4px solid var(--mydbc-color-line);*/
}


/*gallery*/

.gallery-line{
/*	border-top: 4px solid var(--mydbc-color-line);*/
}

.galleryimg-single {
	box-sizing: border-box;
}

.galleryimg-single-column {
	float: left;
	width: 100%;
	padding: 5px;
	border: 1px solid var(--mydbc-color-product-frame);

}

.galleryimg-single-row:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-img{
	width:100%;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	display:block;

}

.gallery-detail{
	height:100px;
	overflow:auto;
	padding:5px;
	text-align:justify;
}

.galleryimg-two {
	box-sizing: border-box;
}

.galleryimg-two-column {
	float: left;
	width: 100%;
	padding: 5px;
	border: 1px solid var(--mydbc-color-product-frame);

}

.galleryimg-two-row:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-two-img{
	width:100%;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	display:block;

}

.gallery-two-detail{
	height:100px;
	overflow:auto;
	padding:5px;
	text-align:justify;
}

.gallery-row:after{
	content: "";
	display: table;
	clear: both;
}

.gallery-column {
	float: left;
	width: 168px;
	margin: 5px;
	height: auto;
}

.gallery-column-single {
	float: left;
	width: 350px;
	margin: 5px;
	height: auto;
}


/*payment*/

.payment-line{
/*	border-top: 4px solid var(--mydbc-color-line); */
}

tr:nth-child(even)#mydbc-table {
	background-color: var(--mydbc-color-table);
}

.table-heading{
    font-weight:bold;
/*	background-color: var(--mydbc-color-fontlight);*/
	color:var(--mydbc-color-icon);
}

.bg-color{
	background-color: var(--mydbc-color-bgcolor);
}


/*download*/

.pdf-icon{
    font-size:24px;
	color:var(--mydbc-color-pdfred);
}


/*inquiry*/

.inquiry-line{
/*	border-top: 4px solid var(--mydbc-color-line);*/
}

.input-field{
	width:100%;
	height:30px;
	border-radius:5px;
	border: 1px solid var(--mydbc-color-formfield);
}

.textarea-field{
	width:100%;
	height:100px;
	border-radius:5px;
	border: 1px solid var(--mydbc-color-formfield);
}

.input-button{
	width:100px;
	height:40px;
	color:var(--mydbc-color-icon);
	border-radius:5px;
	border: 1px solid var(--mydbc-color-primary);
	background-color:var(--mydbc-color-primary);
	cursor:pointer;
}