/**********|| Font-Family ||**********/
* {
    font-family: 'Montserrat', sans-serif !important;
    /* font-family: 'Poppins', sans-serif !important; */
    /* font-family: 'Lora', serif !important; */
}

h1 {
    font-size: 32px;
    /* letter-spacing: 0.166em; */
    letter-spacing: 4px;
    font-weight: 700;
    word-break: break-word;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    font-size: 18.72px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 13.28px;
}

h6 {
    font-size: 10.72px;
}

p {
    font-size: 16px;
}

.box-table {
    height: 100%;
    width: 100%;
    display: table;
}

.box-table-inner {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

/* width */
::-webkit-scrollbar {
    width: 12px;
    background-color: var(--color-eleven);
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px #a9077d; */
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-ten);
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-ten);
}

.form-control::-webkit-scrollbar {
    width: 8px;
}
.copyright{
    font-size: 18px;
}
.main-content img{
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px #000;
}
.ad-section, .multiplex-ad-section{
    background-color: #0000001e;
    height: auto;
    min-height: 150px;
    width: 100%;
    max-width: 95%;
    width: 991px;
    margin: auto;
    margin-bottom: 38px;
}
.multiplex-ad-section{
    margin-bottom: 0;
    padding-bottom: 15px;
}
.vertical-ad{
    background-color: #0000001e;
    padding: 0px;
    margin: 0px;
    height: 100vh;
    width: 150px;
    position: sticky;
    top: 0px;
}
.left-ads{
    float: left;
    margin-left: 0px;
}
.right-ads{
    float: right;
    margin-right: 0px;
}
@media (max-width: 991px) {
    .vertical-ad{
        display: none !important;
    }
}
@media (max-width: 1348px) {
    .vertical-ad {
        display: none;
    }
}