
.select-form{
padding: 20px 15px 0px 15px;
}
.select-form h3{
	color: #000;
	
}
#select-area h4{
	color: #000;
	
}
.contact-details{
height: 100%;

}
.col-locate-div{
/*background : #f8f9fa;*/
/*padding: 20px;*/
margin-top: 20px;
/*box-shadow: 0 8px 5px -11px rgb(0 0 0 / 40%);*/
}
.select-form select{
	height: 48px;
    width: 100%;
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid;
}
.default-btn {
	margin: 6px 0px;
    background-color: #4d0322;
    display: inline-block;
    line-height: 1;
    padding: 15px 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
}
.cart-totals .default-btn, .default-btn.proceed_btn {
    display: block;
    text-align: center;
    z-index: 999;
    bottom: 0;
    width: 100%;
    margin: 10px auto 0 auto;
    border: 1px solid #fff;
    background-color: #fb641b;
}
.default-btn:hover::before {
    width: 100%;
}

.default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    height: 100%;
    width: 1px;
    background-color: #966b7d;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}
.contact-details{
	padding: 10px 15px;
    border: 1px solid;
    /*border-radius: 10px;*/
    background: #fff;
    border-color: #4d0322;
}
.contact-details h4{
    font-size: 18px;
   /* color: #4d0322;*/
    text-transform: uppercase;
}
.show-data {
		border-top: 1px solid #4d0322;
		padding-top: 20px;
		padding-bottom: 40px; 
}
.show-data .col-md-4{
	padding:15px;
} 
.contact-details p{
	color: #000;
}
.contact-details h5{
	color: #4d0322;
}
.contact-details a{
	color:  #4d0322;
	display:inherit;
}
.contacts-text li i {
       display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #4d0322;
    text-align: center;
    font-size: 15px;
    color: #fff;
    /* margin-right: 0px; */
   /* position: absolute;*/
}
/*.contacts-text {
	list-style-type: none;
	float: right;
	margin-bottom: 0px;
	display: inline-block;
}*/
.Copyright p{
		color: #fff;
		margin-top: 10px;
}
/*.contacts-text li{
	padding: 5px 2px;
	display: inline-flex;
}*/
.second-section{
padding: 5px 15px;
}
.show-details{
padding-bottom: 50px;
    padding-top: 20px;
}
.select-form, .second-section{
	background: #f1f1f1;
}

.textdire{
    font-size: 13px;
}

.hidden {
  display: none;
  position: absolute;
  float: left;
}

/*blog css*/
.blog-section{
    padding-top:50px;
    padding-bottom:50px;
}
.blog-template h4{
 padding-left:10px;    
padding-right:10px;    
 padding-top:15px;
 padding-bottom:0px;
}
.blog-template .btn{
   margin-left:10px;    
margin-right:10px;   
}
.blog-template p{
 padding-left:10px;    
padding-right:10px; 
}
.blog-template img{
    height:250px;
    width:100%;
    border-radius:12px;   
}
.blog-template:hover{
box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;    
   
 transition: .2s;
}
.blog-template{
    border-radius:12px;
    margin-top:15px;
    border: 1px solid #ededed;
}