._list-disc {
	list-style: disc;
	padding-left: 15px;
}
.product-item {
box-shadow: 0 1px 4px #ac998b;
  border:1px solid #ac998b;
  margin-bottom: 20px;
}
.best-deal-product .image img {
  height: 460px;
}
.easyzoom-flyout{display:none !important;}
.pro-large-img a{cursor: default;}
.header-top-right .fa.fa-phone {
  display: none;
}
.doa-enquery-form-cont .form-patrent p .wpcf7-spinner {
  position: absolute;
  top: 15px;
  right: 12px;
  z-index: 99;
}
.doa-enquery-form-cont .form-patrent p {
  position: relative;
}

/* enquiry form css  */
#enq-form-open {
	display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
	z-index: 999999;
}

.doa-enquery-form-cont .form-patrent {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}

.doa-enquery-form-cont .form-patrent .wpcf7-not-valid-tip {
  padding-left: 22px;
}

.doa-enquery-form-cont .form-patrent::-webkit-scrollbar {
	display: none;
}
.doa-enquery-form-cont .form-patrent {
  max-width: 400px;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  border-radius: 3px;
  margin: 0 8px;
  border: 1px solid #fff;
  overflow-y: scroll;
  max-height: 470px;
}

.doa-enquery-form-cont .form-data {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doa-enquery-form-cont .form-data-show{
    transform: scale(1);
}
.doa-enquery-form-cont .form-group input {
    width: 90%;
    margin: 10px auto;
    padding: 10px 8px;
    display: block;
    border-radius: 7px;
}

.doa-enquery-form-cont .form-group textarea {
    resize: none;
    width: 90%;
    margin: 10px auto;
    padding: 10px 8px;
    display: block;
    border-radius: 7px;
}

.doa-enquery-form-cont .blue {
    height: 80px;
    width: 100%;
    background-color: #a47855;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 15px;
    color: #333;
	position: relative;
}
.doa-enquery-form-cont .blue h1 {
  color: #fff;
}

.doa-enquery-form-cont .btnn {
  width: 90%;
  margin: 18px auto 12px;
  padding: 10px 8px;
  display: block;
  background-color: #db002f;
  border-radius: 3px;
  color: white;
  font-size: 18px;
  border: none;
}
.doa-enquery-form-cont .form-patrent h1 {
  letter-spacing: .1px;
  font-size: 28px;
  font-weight: 600;
}

.doa-enquery-form-cont #hide {
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #333;
  color: #fff;
  cursor: pointer;
}
 .about-us-img{
      position: relative;
    }
    .about-us-slogan{
      position: absolute;
      bottom: 20px;
      background-color: rgb(255,255,255,0.7);
      width: 100%;
		padding: 0px 10px;
    font-size: 21px;
    color: #000;
    text-align: center;
    }
.about-us-slogan h3{
	font-weight: 600;
}
.about-us-img img {
    outline: 2px solid #fff;
    outline-offset: -15px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.my-about-img img{
	height:400px;
}
.about-us-paragraph p{
	text-align: justify;
	font-size: 18px;
  font-weight: 500;
}
.my-para{
	padding-top:15px;
}

.about-us-paragraph ol li {
  font-size: 18px;
  font-weight: 500;
}
/* faq section css start */
.section-6{
    padding-top: 30px;
	padding-bottom: 30px;
  }
  .section-6-heading h2{
    font-size: 42px;
    color: #272727;
  }
  .faq-content{
    border: 1px solid #F4F5F7;
    margin-bottom: 10px;
    border-radius:30px;
  }
  .question{
    display: flex;
    justify-content: space-between;
    color: #272727;
    padding: 5px 20px;
    background: #F4F5F7;
/*     border-radius: 10px; */
  }
  .question h3{
    color: #272727;
    margin-top: 10px;
    font-size: 18px;
  }
  .answer {
    display: none;
    padding: 15px 20px;
  }
  .plus{
    font-size: 20px;
    color: #272727;
    background-color: #F4F5F7;
    border: none;
  }
/* faq section css end */
.wbtn{
	background: green !important;
}
.section-padding-1{
	padding: 35px 0px;
}
.contact{
	margin-bottom: 10px;
}
.contact a p{ 
	font-size: 18px;
}
.contact p{ 
	font-size: 18px;
}
.contactheading{
	padding-bottom: 50px;
}
.contactheading h1{
	font-weight: 800;
}
.contacticonleft{
	margin-right: 10px;
}
.headerpadding{
	padding: 0px 70px;
}
@media (min-width:200px) and (max-width:640px){
	.headerpadding{
		padding: 0px;
	}
}
.footer-widget .title {
	margin-top: 20px;
}
.description{
	padding-top: 15px;
}
.footsbtb{
	display: none;
}
@media only screen and (max-width: 767px) {
	
	.Our-Cat{
		display: none;
	}
	.pro-large-img a img:hover img {
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -moz-transform: none;
        transform: none;
     }
	.my-about-img img{
		height:auto;
	}
    .footsbtb.clearfix {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-top: #fff 1px solid;
        z-index: 99999;
    }

    .footsbtb.clearfix .sbn1{
        float: left;
        width: 33.3333%;
        text-align: center;
        color: #fff;
        background: #2271B1;
        display: block;
        line-height: 38px;
        height: 38px;
        font-size: 15px;
        font-weight: 600;
    }
	.footsbtb.clearfix .sbn2{
        float: left;
        width: 50%;
        text-align: center;
        color: #fff;
        background: #73bd19;
        display: block;
        line-height: 38px;
        height: 38px;
        font-size: 15px;
        font-weight: 600;
    }
	.footsbtb.clearfix .sbn3{
        float: left;
        width: 50%;
        text-align: center;
        color: #fff;
        background: #a47855;
        display: block;
        line-height: 38px;
        height: 38px;
        font-size: 15px;
        font-weight: 600;
    }
	
    .footsbtb.clearfix .sbn1 i, .footsbtb.clearfix .sbn2 i, .footsbtb.clearfix .sbn3 i {
        margin-right: 5px;
    }
}
table,td, th{ 
            border: 1px solid;
            border-collapse: collapse;
            box-sizing: border-box;
            padding:0.5rem;
	
        }
th{
	font-size: 16px;
}
td{
    padding: 0.4em 0.6em;
	vertical-align: top;
	border-color:green;
        }

.dot{
	list-style:disc;
}
.formfield{
	margin-bottom: 20px;
}
.header-top-middle{
	color: #fff;
}
.footer-contact{
	    margin-bottom: 9px;
}
.footer-contact .footer-content span{
	font-weight:800;
}
.footer-icon{
	margin-right: 10px;	
}
.footer-icon-logo{
	margin-left: 25px;
}
.footer-widget:nth-child(2){
	padding-left: 70px;
}
.flogo p{
	text-align: justify;
}
@media (min-width: 200px) and (max-width: 640px){
	.footer-widget:nth-child(2){
		padding-left: 12px;
	}
	.question h3{
		font-size: 14px;
	}
}
.section-6-heading{
	margin-bottom: 20px;
}
.product-desc{
	text-align: justify;
}
.dropdown {
            position: relative;
            display: block;
			padding-right: 55px;
        }

        .dropdown-icon {
            cursor: pointer;	
        }
        .dropdown-icon img{
	        position: relative;
			top: 5px;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
            z-index: 1;
			top: 55px;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

        .show {
            display: block;
        }
.enquiryform{
	padding: 20px 0px;
}
.enquiryfield{
	padding: 5px 20px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  color: #fff;
  background: #a47855;
}

.Our-Cat {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  line-height: 49px;
  height: 50px;
  align-items: center;
  margin-top: 20px;
  background-color: #a47855;
  padding: 0px 20px;
}

.modal-body .pop-btn {
  border: none;
  padding: 11px 22px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 700;
  background: #a47855;
  color: #fff;
}


.float2 {
	display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 92px;
  right: 23px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float2 i {
  margin-top: 12px;
}

@media(max-width: 769px){
	.float2{
		display: block !important;
	}
}