/*
Theme Name: GeneratePress Child
Template: generatepress
*/
.entry-content h2{margin-top:30px;}

.separate-containers .inside-article{
	    border: 1px solid #fafafa;
    box-shadow: 2px 1px 10px #ccc;
}

/*------------abhishek srivastava blog cta design css-------------*/
/*.blogcta-bg {
    background-image: url(https://www.doassignmenthelp.com/static/images/blog-cta-main.webp);
   
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 20px 0px;
        
}*/
.blog-cta-heading h2 span {
    color: #ff9600;
}
.blog-cta-heading h2 {
    text-align: center;
    margin-top: 0px !important;
}
.blog-cta-paragraph p {
    color: #0062a8;
    text-align: center;
}

.blog-cta-content {
    margin: 32px 0px;
}
.blog-cta-button a.blogbtn1 {
    background: #ff9600;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    margin: 0px 8px;
    font-weight: 600;
    font-size: 16px;
}
.blog-cta-button a.blogbtn2 {
    background: #0062a8;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
    margin: 0px 8px;
    font-weight: 600;
    font-size: 16px;
}
.blog-cta-button a.blogbtn1:hover {
    text-decoration: none;
    background: #0062a8;
}
.blog-cta-button a.blogbtn2:hover {
    text-decoration: none;
    background: #ff9600;
}
.blog-cta-button {
    text-align: center;
    margin: 20px 0px;
}

.blogcta-design {
    position: relative;
    background: #fff;
    padding: 35px 60px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        margin: 20px 0px;
}
.blogcta-design:before {
    content: "";
    background-image: url(https://www.doassignmenthelp.com/static/images/blogct-left.webp);
    position: absolute;
        width: 152px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.blogcta-design:after {
    content: "";
    background-image: url(https://www.doassignmenthelp.com/static/images/blogct-right.webp);
    position: absolute;
        width: 110px;
    height: 164px;
    background-repeat: no-repeat;
    background-size: contain;
    top:0;
    z-index: 9;
    right: 0;
}

@media(max-width:799px){
	.blog-cta-button a.blogbtn1{
		font-size: 13px;
	}
}