/*Homepage Blog CSS*/

/* Post  meta data */
.elementor-posts--thumbnail-top .elementor-grid-item .elementor-post__meta-data{
	margin-top:-75px;
	margin-bottom:56px !important;
	color:#7a7a7a;
}

/* Thumbnail Image */
.elementor-posts--thumbnail-top .elementor-grid-item img{
	margin-bottom:15px;
}

.elementor-posts--thumbnail-top .elementor-grid-item .elementor-post__thumbnail{
	margin-bottom:15px;
}

/* Post  read more */
.elementor-posts--thumbnail-top .elementor-grid-item .elementor-post__read-more{
	background-color:#006ec4;
	padding-left:30px;
	padding-right:30px;
	padding-top:13px;
	padding-bottom:13px;
	color:#ffffff;
	display:inline-block;
	transform:translatex(0px) translatey(0px) !important;
	margin-top:12px;
}

/* Heading */
.elementor-posts--thumbnail-top .elementor-grid-item h3{
	padding-top:4px;
}

/* Post  text */
.elementor-posts--thumbnail-top .elementor-grid-item .elementor-post__text{
	padding-top:4px !important;
	padding-bottom:27px !important;
}

/* Paragraph */
.elementor-posts--thumbnail-top .elementor-grid-item p{
	padding-top:8px;
}




/*------------------*/

.dt-half {
    margin-top: 30px;
    display: flex;
}

.dt-half input {
    width: 94%;
}
.dt-half label {
    width: 100%;
}
.dt-full {
    margin-top: 30px;
    width: 98%;
}
.dt-half>div {
    width: 50%;
}

.cash-offer-form input {
    background-color: #e0edf8;
    border: 1px solid #b7c3cd;
    border-radius: 0px;
}
.btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #006EC4;
    margin-top: 16px;
    color: #fff;
    font-weight: 600;
    width: 98%;
    font-family: 'Montserrat';
    font-size: 16px;
}
.cash-offer-form input.wpcf7-form-control.wpcf7-text {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 11px;
}
.dt-full textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin-top: 11px;
    background-color: #e0edf8;
    border: 1px solid #b7c3cd;
    border-radius: 0px;
}
.dt-half label {
    font-size: 14px;
    font-weight: 700;
}
.dt-full label{
     font-size: 14px;
    font-weight: 700;
}
.heading {
    text-align: center;
    margin-bottom: 50px;
    font-size: 26px;
    color: #262626;
    font-weight: 900;
    font-family: 'Montserrat';
}
span.star {
    color: red;
}

/*------responsive------------*/
@media only screen and (max-width: 600px) {
.about::before {
    bottom: 10px;
    right: 12px;
    width: 75px;
    height: 68px; 
}
 .dt-half {
    display: block;
}
.dt-half>div {
    width: 100%;
    padding-top: 10px;
}
.dt-half input {
    width: 100%;
}
.dt-full label{
    margin-top: 0px;
}
.dt-half label {
    padding-bottom: 17px;    
}
.dt-half{
    margin: 0px;
}
.dt-full{
    margin: 0px;

}

@media (max-width: 767px) 
{
	.dt-half label {
    padding-bottom: 0px;
		padding-top:14px;
}
	
}
	
	