

@media(max-width: 1200px){
	.blog-right-sidebar .subscribe-form button {
    right: 5px;
}
.subscribe-form button {
    height: 33%;
    top: 39px;
    right: 3px;
}
.tags a {
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    margin: 0px 10px;
}
}

@media(max-width: 992px){
	.blog-left-sidebar ul {
    display: flex;
}
	.blog-left-sidebar ul li img {
    width: 55%;
   }
.blog-right-sidebar {
    margin-top: 40px;
}
.subscribe-form {
    display: block;
}
.blog-right-sidebar .subscribe-form button {
    height: 75%;
    right: 6px;
}
.subscribe-text {
    margin-bottom: 20px;
}
.subscribe-form button {
    height: 82%;
    top: 4px;
    right: 5px;
}

}

@media only screen and (max-width: 768px){
.getquote-div h2 {
    font-size: 25px;
}

}

@media only screen and (max-width: 767px){
   
    .blog-banner {
        padding: 50px 0px;
    }
    .blog-center-content {
        margin-top: 0px;
    }
    .addtoany_list.a2a_kit_size_32 > a {
        display: inline-block;
        margin-right: 10px;
    }
    }


@media (max-width: 480px){
	.blog-heading h1 {
    line-height: 33px;
    font-size: 23px;
}
.usefull-links {
    padding: 35px 20px;
}
.tags ul {
    display: block;
}
.tags a {
    padding: 10px 20px;
    width: fit-content;
    color: #000;
}
.getquote-div {
    padding: 2em;
}
.getquote-div h2 {
    font-size: 22px;
}
.heading-para-wrapper h2 {
    font-size: 20px;
    line-height: 34px;
}
.heading-para-wrapper h3 {
    font-size: 20px;
}
.table-of-contents {
    padding: 20px 0px;
    padding-left: 0px!important;
}
.table-of-contents h3 {
    font-size: 20px;
}
.blog-body .col-lg-10, .blog-banner .col-lg-10, .blog-body .col-lg-2{
    padding: 0px!important;
}
.addtoany_list.a2a_kit_size_32 a > span {
    width: 35px;
    height: 35px;
}
.blog-left-sidebar {
    padding-top: 30px;
}
.blog-left-sidebar h3, .blog-right-sidebar h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-banner {
    padding: 30px 0px;
}
.blog-image p{
    margin-bottom: 20px!important;
}
.blog-body p{
    text-align: justify;
}
}

@media(max-width:375px){
    .blog-details-section h2, .blog-details-section h3, .blog-details-section h4, .blog-details-section h5, .blog-details-section h6 {
        font-size: 18px;
    }
}

@media(max-width:360px){
    
}