
/*** Blog css start ***/
.blog__items{
	 box-shadow: 0px 7px 14px 0px rgb(162 104 97);
	 padding:15px;
	 
}

.blg-btn1{
 padding:10px 25px 10px 25px;
 font-size:15px;
 border-radius:25px;
}


.recent-post-bg{
	
background:#00b9b3;	
}

.recent-post-bg .list{
	
border-radius:25px;
}

.post-image{
	border-radius:25px;
}

.blog-left-bg{
	background:#eff3f3;
}

/*** Blog css End ***/


/*** Login and Register page css  Start ***/
.login-bg{
	background:#00498b;
}

.login-btn1{

    background:rgb(128, 0, 0);;
    color: var(--white-color);
}



.title-color1{
	color:#f3e605;
}

.account__login--input {
    height: 4.2rem;
}
/*** Login and Register page css  End ***/


/*** Forget passwod css start ***/
.forget-section{
 height:390px;	
}
/*** Forget passwod css start ***/



/*** WEB MY ACCOUNT CSS START ***/
.tab-main-section{
	border: 1px solid #b39f9f;
    box-shadow: 1px 0px 6px 0px #564d4dbf;
}

.tab-main{
	width:240px;
	text-align:left;
	font-weight:bold;

}

.tab-inner-section{
	border: 1px solid #c9b7b7;
    box-shadow: 1px 0px 6px 0px #a59494bf;
    overflow-x: auto;
    width: 100%;
}

.account-button{
	position: relative;
	width:175px;
	height:35px;
	font-weight:bold;
	border-radius:25px;
	font-size:16px;
	margin-left:203px;
}

.account-button2{
	position: relative;
	width:184px;
	height:35px;
	font-weight:bold;
	border-radius:25px;
	font-size:16px;
	margin-left:192px;
}

.my-account-title{
 font-size:30px;	
 color:red;
}


.section-padding{
 padding:20px;	
 background:#fff6e4b5;
}

.form-control{
 padding: 10px 0px 10px 10px;
 font-size:14px;
}

/*** WEB MY ACCOUNT CSS END ***/


/*** Gallery css start ***/
.gal-list{
	border-radius:55px !important;
	 box-shadow: 0px 7px 14px 0px rgb(162 104 97);
}

/*** Gallery CSS eND ***/

/*** Contact us Start ***/
.contactus-bg{
	background:#b4dbffa8;
	height:470px;
}

.contact-left-bg{
	background:#00498b;
}

.contact-btn1{

    background: #00498b;
    color: var(--white-color);

}

/*** Contact us End ***/




