*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.container {
    max-width: 1280px;
    margin: auto;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1280px;
    }
}
img{
    vertical-align: middle;
    max-width: 100%;
}
#page-content {
    background: #fff;
}
.full-container{
    margin: 0% 10%;
    display:flex;
    flex-direction: column;
    row-gap: 32px;
}
@media only screen and (min-width: 720px){
.full-container{
    display: flex;
    flex-direction: row;
    margin: 0% 10%;
    gap: 32px;
    padding: 40px 0px;
}
}
.aside-heading-style{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; 
    margin-bottom: 20px;
}

.img-txt-ali a{
    /* flex-direction: column; */
    /* display: flex; */
    /* align-items: center; */
    /* text-align: center; */
    /* color: #666; */
    /* padding: 10px 5px; */
}

.full-sec-layout{
    gap:32px;
}
.section-layout{
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    gap: 3%;
}
.single-cont-layout{
    display: flex;
    flex-direction: column;
    width:100%;
    margin-bottom: 32px;
    overflow-x: hidden;
}  
@media only screen and (min-width: 720px){
.single-cont-layout{
    display: flex;
    flex-direction: column;
    width:48%;
    margin-bottom: 32px;
}   
}
@media only screen and (min-width: 1024px){
    .single-cont-layout{
        display: flex;
        flex-direction: column;
        width:30%;
        margin-bottom: 32px;
    }   
    .img-txt-ali {
    border: 1px dashed #d7d7ff;
    border-radius: 15px 0px 10px;
    padding: 10px 8px;
}
    }

.sec-head-style{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0px 0px 30px;
    text-align: left;
    color: #000;
}
.cat-dat{
    display:flex;
    flex-direction: row;
    gap:4%;
    justify-content: space-between;
    margin: 12px 0px 12px;
}
.icon-dat{
    width:50%;
    display:flex;
    gap:4%;
}
.img-prop {
    width:100%;
    height:auto;
    border-radius: 8px;
    overflow: hidden;

}
.img-prop img{
    transition: transform .5s ease;
}    
.img-prop:hover img{
    transform: scale(1.2);
}

.span-style{
    display: flex;
    gap:2%;
    width:50%;
}
.heading-txt{
    margin-top: 12px;
}
.heading-txt a{
    color:  #2A2A2A;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}
.cat-txt a{
    color:#666;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.dat-txt{
    color:#808080;
    text-align: left;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; 
}
/*newly added--*/
/*page2 css--*/
.avtam-bread {
    margin: 40px 0px;
}
.avblg-wrap{
    display: flex;
    flex-wrap: wrap;
}
.avblg-listing-in{
    flex-basis: calc(33.3% - 30px);
    margin: 15px;
    margin-bottom: 30px;
    background: #fff;
    transition: 0.5s;
}
.avblg-listing-in:hover {
    transition: 0.5s;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.avblg-listing-in img{
    border-radius: 0;
    vertical-align: middle;
}
.avblg-listing-in a img {
    width: 100%;
}
.title-lg{
    font-family: Poppins;
    font-size: 15px;
    margin: 5px 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0px 10px;
}
.title-lg a{
    text-decoration: none;
    font-weight: 600;
    color: #2A2A2A;
    line-height: 25px;
    transition: 0.5s;
}
.title-lg a:hover {
    color: #6868f9;
    transition: 0.5s;
}
.avt-cat{
    font-size: 13px;
    text-decoration: none;
    float: left;
    color: #585656;
    padding: 0px 10px 15px;
}
.avt-date{
    font-size: 13px;
    float: right;
    color: #585656;
    padding: 0px 10px 10px;
}
.avt-date img {
    padding-right: 5px;
}
.avblg-listing-in{
    overflow: hidden;
    border-radius: 3px;
}
.avblg-listing-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .7s;
}
.avblg-hover{
    overflow: hidden;
    /*border-radius: 0.5em;*/
   /* border: 5px solid rgba(255, 255, 255, .05);*/
}
.avblg-listing-in .title-lg {
    margin-top: 15px;
}
.avblg-hover img {
    transition: transform .5s ease;
}
.avblg-hover:hover img  {
    transform: scale(1.1);
}
.avtamil-blog-wrap {
    /*display: flex;*/
    padding: 40px 0px 20px;
}
.aside-layout.aside-style {
    padding-right: 30px;
    border-right: 1px solid #e3e3e3;
}
.cat-sty {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.img-txt-ali {
    flex-basis: calc(16.6% - 20px);
    margin: 10px;
    text-align: center;
    background: white;
}
.img-txt-ali p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
}
.img-txt-ali a {
    text-decoration: none;
}
.img-txt-ali:hover img {
    border-radius: 50px;
    background-image: linear-gradient(to right top, #f0f0ff, #968fe9, #c3bcf5, #e2ddff, #ffffff);
    transition: 0.5s;
    opacity: 1;
}
.img-txt-ali:hover p{
    color: #6868f9;
}
.img-txt-ali img {
    border-radius: 50px;
    transition: 0.5s;
    margin-bottom: 5px;
}
.avtam-bread {
    margin: 40px 0px;
}
/*pagination--*/
.pagination {
    text-align: right;
    margin: 20px 0px;
}
.pagination ul li {
    list-style: none;
    display: inline-flex;
}
.pagination ul li a {
    padding: 1px 10px;
    color: #000;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #cdc7c7;
    margin: 0px 3px;
}
.pagination ul li a.active {
    background: #ff6427;
    color: #fff;
}
.pagination ul li span {
    padding-right: 10px;
}
.categ-list{
    display: flex;
    flex-wrap: wrap;
}
.choice-item-size {
    flex-basis: calc(20% - 20px);
    margin: 10px;
    text-align: center;
    background: radial-gradient(181.25% 176.52% at 50% 41.67%, #EFF1FF 0%, #ACB6FF 100%);
    padding: 32px 10px;
    border-radius: 8px;
    border-bottom: 4px solid #6868f9;
}
.choice-item-size p{
    text-align: center;
    margin-bottom: 0px;
}
a.subtitle-text {
    text-decoration: none;
    color: #000;
}
.nl-in{
    display: flex;
    background: #6868F9;
    padding: 30px;
}
.news-letter {
    margin: 50px 0px;
}

p.head-txt-style {
    color: #fff;
    margin-bottom:20px;
    font-size:20px;
}

.field-style {
    display: block;
    height: 40px;
    width: 100% !important;
    padding-left: 10px !important;
    border-radius: 4px !important;
    border: 1px solid #CCC !important;
    background: #F9F9F8 !important;
    margin-bottom: 12px !important;
    outline: none !important;
}
/*.inner-page {
    padding-top: 30px;
}*/
input.submit-style {
    text-align: center;
    border-radius: 4px;
    background: #F96823;
    border: none;
    margin-top: 8px;
    padding: 10px 30px;
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
}

form.input-form {
    width: 70%;
}

.form-container {
    align-self: center;
}
.content-in{
    display: flex;
    margin-top: 10px;
}
.left-wrap {
    margin-right: 1.5em;
    padding: 0;
    width: 70%;
    margin-top: 0px;
}
.left-wrap {
    font-size: 16px;
    color: #000;
}
.right-wrap {
    width: calc(30% - 20px);
    padding: 10px;
}
.avblog-title{
    font-size: 23px;
    margin-bottom: 15px;
    line-height: 33px;
    color: #6868f9;
    font-weight: 600;
}
.left-wrap p {
    margin-bottom: 15px;
    line-height: 28px;
}
.blog-image{
   border-radius: 5px;
    width: 100%;
    height: auto;
}
.avblog-subtitle {
    margin: 10px 0px;
    font-weight: 600;
    color: #000;
}
.share-icon-container {
    border: 1px dashed #9f9191;
    text-align: center;
    padding: 20px 30px;
    margin: 40px 0px;
    border-radius: 15px;
    background: #fff;
}

a.icon-prop {
    padding: 10px;
}
.right-wrap .form-container {
    background: #6868fa;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.form-text{
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
.form-img {
    align-self: center;
}
a.avblog-btn {
    background: #FE5E08;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #FE5E08;
    transition: 0.5s;
}
a.avblog-btn:hover {
    border: 1px solid #FE5E08;
    background: whitesmoke;
    color: #FE5E08;
    transition: 0.5s;
}
.captcha-wrap {
    font-size: 16px;
    color: #fff;
}
.captcha-wrap input#captcha {
    background: #fff;
    padding: 6px 12px;
}
.submit-style {
    background: #FE5E08;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 5px !important;
    border: 1px solid #FE5E08 !important;
}
label.error {
    color: red;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px !important;
    font-size: 10px;
    background: #fff;
}
.nl-in .nl-failure{
    color: #fff;
}
.nl-success {
    color: #42a742 !important;
    background: #fff !important;
    margin-bottom: 10px !important;
    border-radius: 2px !important;
    padding: 3px 10px !important;
    display: inline-block;
    font-size: 14px !IMPORTANT;
}
.right-wrap form.input-form {
    width: 100%;
}
.right-wrap form.input-form {
    width: 100%;
}
.right-wrap .submit-style {
    text-align: center;
    width: 100% !important;
}
.right-wrap .captcha-wrap input#captcha {
    width: 100%;
}
.substitute_widget_class {
    padding: 0 !important;
}
.share-icon-container p {
    text-align: center;
    font-weight: 600;
}
.avtamil-blog-wrap .wp-pagenavi {
    text-align: right !important;
}
.avtamil-blog-wrap .wp-pagenavi span.pages {
    text-align: right !important;
    right: 0px;
    font-weight: 600;
    color: #000;
}
.avtamil-blog-wrap .wp-pagenavi a, .wp-pagenavi a:link {
    background: #fff !important;
    border-radius: 4px !important;
    border: 1px solid #a7a1a1 !important;
    padding: 5px 10px !important;
    color: #000 !important;
}
.avtamil-blog-wrap .wp-pagenavi span.current {
    padding: 5px 10px;
    border-radius: 4px;
}
div.wp-pagenavi a:hover {
    color: #000000 !important;
}
#page-content {
    padding-bottom: 40px;
}
.fixed-box {
    width: 275px;
    position: fixed;
    top: 0;
    margin-top: 10px!important;
}
.nl-failure {
    color: red;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 14px;
}
.nl-success:empty, .nl-failure:empty {
    display: none;
}
#breadcrumbs-container .breadcrumbs, .breadcrumbs{
    margin: 15px 0 15px !important;
}
.field-style.error {
    margin-bottom: 0px !important;
}
.breadcrumbs a {
    color: #6868F9;
}
.choice-cat {
    margin-top: 30px;
}
/*recent blog css---*/
.media-heading a {
    color: #1e1e1e;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    line-height: 1.5;
}
.recent-para {
    color: #000;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0px;
    margin-top: -3px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.6;
}
.recent-blog .media {
    border: 1px solid #e7e5e5;
    border-radius: 0px;
    margin-top: 0px;
    padding: 5px 1px;
    background: #ebf1f8;
}
.media-heading {
    padding: 0px 5px;
    margin-top: 10px !important;
}
span.pull-left.media-link {
    margin: 13px;
    margin-right: 0px;
}
.media {
    border-bottom: 0px !important;
}
.media:last-child {
    border-bottom: 1px solid #e7e5e5 !important;
    border-radius: 0px 0px 10px 10px;
}
span.pull-left.media-link img {
    border-radius: 2px;
}
h2.recent-blog-title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    /* border-bottom: 1px dashed #9f9ff9; */
    padding: 10px;
    line-height: 1.8;
    background: #6868f9;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
}
.recent-blog {
    margin-bottom: 0px;
}
.recent-para span img {
    vertical-align: middle;
    padding-right: 5px;
}
ul.av-sidebar-catlist {
    margin: 0 0px 0px;
    padding: 5px 15px;
    background: #ebf1f8;
}
.media-wrap {
    margin: 0px 0px 20px;
}
.av-sidebar-catlist li {
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    list-style: none;
}
.av-sidebar-catlist li a {
    color: #282828;
    font-weight: 600;
    display: block;
    padding: 9px 0;
    font-size: 14px;
}
.av-sidebar-catlist li a:hover {
    color: #fe5e08;
}
.more-ico {
    margin-right: 5px;
    position: relative;
    top: 3px
}
.more-ico:after {
    content: url(https://www.astroved.com/tamil/wp-content/uploads/2024/12/right-arrow-icon.png);
    color: #000
}
.av-sidebar-catlist li a:hover {
    text-decoration: none;
}
.avt-categories-wrap {
    margin: 0px 0px 30px;
    border: 1px solid #d0c7c7;
    border-radius: 15px;
}
.tamil-blog-date img {
    vertical-align: top;
}
span.av-blog-cat {
    font-weight: 500;
    padding-left: 5px;
}
.tamil-blog-date {
    padding-bottom: 10px;
}
.content-in .avblog-title {
    margin-top: 0px;
    border-left: 3px solid #6868f9;
    padding-left: 10px;
}
.avt-date-detailed{
    font-size: 13px;color: #eb2d2d;
}
.avt-date-detailed img {
    vertical-align: middle;
    margin-right: 5px;
}
.art-prev-nxt a{
    border-radius: 2px;
    border: 1px solid #6868F9;
    padding: 7px 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background: #6868f9;
}
.art-prev-nxt {
    display: flex;
    justify-content: space-between;
    margin: 50px 0px;
}
.art-prev-nxt a:hover {
    color: #ff0;
}
.left-wrap button {padding: 6px 20px;background: #6868f9;color: #fff;border: 1px solid #6868f9;border-radius: 5px;font-size: 15px;transition: 0.5s;}

.left-wrap button:hover {
    background: transparent;
    color: #6868f9;
    transition: 0.5s;
}
/*social share--*/
.avblog-social-share {
    background: #ffffff00 none repeat scroll 0 0;
    padding: 0;
    text-align: center;
}
.avblog-social-share a {
    background-image: url(https://www.astroved.com/blogs/assets/images/social-share.jpg);
    background-repeat: no-repeat;
    height: 33px;
    margin: 0px 1px;
    width: 110px;
    display: inline-block;
}
    a.fb-share{background-position: -1px 0;text-align: left;}
    a.twit-share{background-position: -115px 0px;}
    a.youtube-share{background-position: -231px 0;display: none;}
    a.linked-share {background-position: -348px -2px;}

.av-sidebar-catlist li:last-child {
    border-bottom: 0px;
}
.media:nth-child(odd) {
    background: #e0ecfa;
}
/*responsive code--*/
@media (max-width: 1200px) {
    .title-lg{
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 1500px) {
    .avblog-in-wrap{
        float: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .avblg-listing-in{
        flex-basis: calc(50% - 30px);
    }
    .aside-layout.aside-style{
        padding-right: 10px;
    }
}
@media(max-width:991px){
    .content-in {
        display: block;
    }
    .left-wrap, .right-wrap {
        width: 100%;
    }
    .right-wrap {
        display: flex;
        padding: 0;
    }
    .avt-categories-wrap,.recent-blog {
        flex: 1;
        margin: 10px !important;
    }
}
@media (max-width:767px){
    .pagination ul li a {
        font-size: 12px;
        padding: 0px 9px;
    }
    .avblg-listing-in{
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #e9e9e9;
        padding-bottom: 20px;
    }
    .avtamil-blog-wrap {
        display: block;
    }
    .cat-sty {
        display: flex;
        flex-wrap: wrap;
    }
    .img-txt-ali {
        flex-basis: calc(33.3% - 20px);
        margin: 10px;
    }
    .img-txt-ali p {
        margin-bottom: 0px;
    }
    .avtamil-blog-listing{
        padding-left: 0px;
    }
    .aside-layout.aside-style{
        padding-right: 0px;
        border: none;
    }
    .sec-head-style{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .choice-item-size {
        flex-basis: calc(50% - 20px) !important;
    }
    .nl-in{
        display: block !important;
    }
    form.input-form{
        width: 100% !important;
    }
    .avtam-bread{
        margin: 20px 0px !important;
    }
    .inner-page{
        padding-top: 0px;
    }
    .left-wrap, .right-wrap{
        margin: 0px !important;
    }
    .content-in{
        display: block !important;
    }
    .art-prev-nxt {
        margin: 20px 0px;
    }
    #breadcrumbs-container .breadcrumbs, .breadcrumbs {
        margin: 0px !important;
    }
    div#page-content {
        padding-bottom: 0px;
    }
    .share-icon-container {
        margin: 10px 0px 30px;
        padding: 10px 20px;
    }

}
@media(max-width: 600px){
    .right-wrap {
        display: block;
    }
    .avt-categories-wrap, .recent-blog{
        margin: 15px 0px !important; 
    }
    .right-wrap{
        padding:0; 
    }
    
}
@media(max-width: 350px){
    .art-prev-nxt a{
        padding: 5px 10px;
    }
}

.social-media-promo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}