/*CSS Resets Start */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}
body {
    line-height: 1;
    font-family: "Inria Serif", serif;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*CSS Resests Completed */

/* default classes */
a {
    text-decoration: none;
    color: black;
}
.border {
    border: 1px solid rgba(128, 128, 128, 0.318);
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
.mini-container {
    max-width: 1190px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    /* border: 1px solid green; */
}

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-no-wrap {
    flex-wrap: nowrap;
}

.flex-colomn {
    flex-direction: column;
}
.justify-center {
    justify-content: center;
}
.justify-right {
    justify-content: right;
}
.justify-end {
    justify-content: end;
}
.align-center {
    align-items: center;
}
.align-start {
    align-items: start;
}
.align-end {
    align-items: end;
}
.space-between {
    justify-content: space-between;
}
.space-around {
    justify-content: space-around;
}
.space-evenly {
    justify-content: space-evenly;
}
.flex2 {
    flex: 0 1 2%;
}
.flex5 {
    flex: 0 1 5%;
}
.flex7 {
    flex: 0 1 7%;
}
.flex10 {
    flex: 0 1 10%;
}
.flex12 {
    flex: 0 1 12%;
}
.flex15 {
    flex: 0 1 15%;
}
.flex18 {
    flex: 0 1 18%;
}
.flex20 {
    flex: 0 1 20%;
}
.flex23 {
    flex: 0 1 23%;
}
.flex22 {
    flex: 0 1 22%;
}
.flex25 {
    flex: 0 1 25%;
}
.flex28 {
    flex: 0 1 28%;
}
.flex30 {
    flex: 0 1 30%;
}
.flex33 {
    flex: 0 1 33%;
}
.flex35 {
    flex: 0 1 35%;
}
.flex40 {
    flex: 0 1 40%;
}
.flex42 {
    flex: 0 1 42%;
}
.flex45 {
    flex: 0 1 45%;
}
.flex48 {
    flex: 0 1 48%;
}
.flex50 {
    flex: 0 1 50%;
}
.flex60 {
    flex: 0 1 60%;
}
.flex65 {
    flex: 0 1 65%;
}
.flex68 {
    flex: 0 1 68%;
}
.flex70 {
    flex: 0 1 70%;
}
.flex75 {
    flex: 0 1 75%;
}
.flex80 {
    flex: 0 1 80%;
}
.flex90 {
    flex: 0 1 90%;
}
.width-full {
    width: 100%;
}
.height {
    height: 100vh;
}

.article-page .content 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;
}

.article-page .content li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.article-page .content p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.article-page .content br {
    display: none;
}
.article-page .content h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    font-size: 1.3rem;
}
.article-page .content h3 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    font-size: 1.3rem;
}
.article-page .content h2 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    font-size: 1.3rem;
}
.article-page-inside{
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 100% 0 !important;
    margin: auto;
    line-height: 1.5;
}
.article-left{
    margin: 0 auto;
    width: 80%;
    /* max-width: 975px; */
}
.article-page-inside .article-left .heading{
    font-size: 1.5rem !important;
    line-height: 30px !important;
}
#read-more-btn{
    cursor: pointer;
    background: none;
    color: blue;
    border: none;
    margin-left: 32%;
    font-size: 17px;
    margin-top: 20px;
}
@media screen and (max-width: 550px) {
    .footer .nav-ul{
        padding: 0.3rem 0 !important;
    }
    .footer .nav-ul li a {
        font-size: 0.8rem !important;
    }
    .nav-ul-bg .nav-ul li{
        margin-bottom: 0 !important;
    }
    .header-wrapper{
        width: 100% !important;
        border: none !important;
    }
}
#ezoic-pub-ad-placeholder-101,
#ezoic-pub-ad-placeholder-102,
#ezoic-pub-ad-placeholder-103,
#ezoic-pub-ad-placeholder-109,
#ezoic-pub-ad-placeholder-110{
    overflow-x: hidden;
}
.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: black;
    margin: 0 10px;
}

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

.read-next-text .arrow {
    font-size: 12px;
    margin-top: 4px;
}
