* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}
.afs-body-bg {
    /* background: url(/assets/body-bg.png) no-repeat; */
    background-color: var(--themeColor);
    background-position: center;
    background-size: cover;
    width: 100%;
    color: white;
    /* height: 100vh; */
}
.search-afs-ads {
    width: 98%;
    padding: 0.3rem 0.3rem;
    background: none;
    border: none;
    outline: none;
    background-color: var(--searchInputColor);
    display: flex;
    justify-content: space-between;
    border-radius: 0.5rem;
    margin-top: 1rem;
}
.search-afs-ads input {
    width: 85%;
    padding: 0.5rem 0.5rem;
    background: none;
    border: none;
    outline: none;
    background-color: var(--searchInputColor);
}
.search-afs-ads button {
    padding: 0.3rem 0.8rem;
    background: none;
    background-color: var(--themeColor);
    border: none;
    color: white;
    border-radius: 0.5rem;
}

.afs-body-bg img {
    display: block;
    margin-top: 15px;
}
.afs-ads-content {
    border: 1px solid transparent;
    width: 40%;
    margin: auto;
    /* height: 93vh; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
}
.afs-ads-content .each-afs-ad {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2a56c6;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease-in-out;
}
.afs-ads-content .each-afs-ad div {
    display: flex;
    align-items: center;
}
.afs-ads-content .each-afs-ad .line {
    border-left: 4px solid green;
    height: 2.5rem;
    border-radius: 0.5rem;
    margin-right: 1rem;
}
.afs-ads-content a:nth-child(3) .each-afs-ad .line {
    border-left: 4px solid #bedb39 !important;
}
.afs-ads-content a:nth-child(4) .each-afs-ad .line {
    border-left: 4px solid #ffe11a !important;
}
.afs-ads-content a:nth-child(5) .each-afs-ad .line {
    border-left: 4px solid #fd7400 !important;
}

.afs-ads-content a:nth-child(6) .each-afs-ad .line {
    border-left: 4px solid #004358 !important;
}

.afs-ads-content a:nth-child(7) .each-afs-ad .line {
    border-left: 4px solid #1f8a70 !important;
}
/* .afs-ads-content .each-afs-ad:hover {
 background-color: #582228;
} */
.afs-ads-content a {
    text-decoration: none;
    font-size: 1.1rem;
    color: white;
    /* display: block; */
    margin-bottom: 1rem;
}
.afs-ads-content .each-afs-ad p {
    text-decoration: none;
    font-size: 1.1rem;
}
.afs-ads-content .afs-ads-content-list {
    margin-top: 1.5rem;
}

.afs-ads-content-list span {
    color: white;
}
.afs-ads-content-heading h2 {
    font-size: 28px;
    color: white;
    margin: 1rem 0;
    width: 80%;
}
#relatedsearches1{
    margin: 10px 0;
}
.afs-ads-content-heading p {
    font-size: 16px;
    color: white;
}
.afs-ads-content-body {
    overflow-x: hidden;
}
.afs-ads-content-body p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px !important;
    line-height: 24.8px;
    letter-spacing: 1px;
}
.afs-ads-content-body h6 {
    font-size: 1rem;
    margin: 1rem 0;
    color: white;
}
/* about sec */
.about-sec {
    padding: 0.5rem 0;
    margin: 4rem 0;
}
.about-sec .content {
    margin: auto;
    text-align: center;
    line-height: 2;
    padding: 0.5rem 1rem;
    color: white;
}

.about-sec .content p {
    width: 80%;
    margin: auto;
    text-align: center;
    line-height: 1.5;
    font-size: 0.9rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
}
.about-sec .content .line {
    height: 0.1rem;
    background-color: white;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.about-sec .content span {
    text-align: center;
    display: block;
}
.about-sec .content small {
    font-weight: 900;
}

.footer1 {
    width: 100%;
    background-color: var(--themeColor);
    border-top: 1px solid white;
}

.footer1 .footer-child ul {
    color: black;
    font-size: 0.8rem;
    display: flex;
    width: 50%;
    margin: auto;
    padding: 1rem 0.2rem;
    justify-content: space-between;
    flex-wrap: wrap;
    color: white;
}
.footer1 .footer-child ul li a{
    color: white;
    text-decoration: none;
}
.afs-ads-content-body p br{
    display: none;
}
.search-afs-ads form{
    float: left;
    width: 100%;
}
@media screen and (max-width: 1050px) {
    .about-sec .content p {
        width: 80%;
    }
}

@media screen and (max-width: 870px) {
    .about-sec .content p {
        width: 90%;
    }
    .afs-ads-content {
        width: 70%;
    }
}

@media screen and (max-width: 720px) {
    .footer1 .footer-child ul {
        width: 70%;
    }
    .afs-body-bg img {
        margin: 15px auto;
    }
    .search-afs-ads input{
        width: 73%;
    }
}

@media screen and (max-width: 570px) {
    .footer1 .footer-child ul {
        width: 90%;
    }
    .about-sec .content p {
        width: 100%;
    }
    .afs-ads-content {
        width: 90%;
    }
    .footer1 .footer-child ul li {
        width: 35%;
        margin: auto;
        margin-bottom: 0.5rem;
    }
}

@media screen and (max-width: 495px) {
    .afs-ads-content-heading h2 {
        width: 100%;
    }
}
.afs-ads-content-body ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
.afs-ads-content-body ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    list-style-type: disc;
    line-height: 2em;
}
.afs-ads-content-body strong{
    font-weight: 700;
}
.afs-ads-content-body .article-left .heading{
    font-size: 22px;
    margin-bottom: 13px;
}
.read-next-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.read-next-wrapper .line {
    flex-grow: 1;
    height: 1px;
    background-color: white;
    margin: 0 10px;
}

.read-next-text {
    text-align: center;
    white-space: nowrap;
}

.read-next-text .arrow {
    font-size: 12px;
    margin-top: 4px;
}
.afs-ads-content-body ul li br{
    display: none;
}
.afs-ads-content-body ul br{
    display: none;
}
.search-results{
    padding: 1px !important;
}
.li-urls a{
    color: white !important;
}
.li-urls .contentsnipp{
    color: white !important;
}
.search-afs-ads input{
    color: white;
}
.afs-body-bg span{
    color: white !important;
}
.article-left{
    margin: 0 !important;
}

@media screen and (max-width: 495px) {
    .article-page-inside{
        width: 100% !important;
    }
}
