/*
Theme Name: Wallpapers.com
Author: Yuliia V
Version: 0.1
*/

.image-viewer .overlay-icon {
    position: absolute;
    top: 10px; /* Distance from the top edge */
    right: 10px; /* Distance from the right edge */
    width: 40px; /* Adjust icon size as needed */
    height: 40px;
    pointer-events: none; /* Prevents interaction with the icon */
}

.premium_content #dl-screen-size .btn.btn-primary.btn-lg {
	background: #f3b940;
}

.premium_content .content-section #download-blocks .download-block-free.mobi {
	display: none;
}

.premium .content-section #download-blocks .download-block-free.mobi {
	display: none;
}
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
    Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    line-height: 1.6;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

a, a:hover {
    color: #011010;
    text-decoration: none;
}

.center {
    text-align: center;
}

p, h3 {
    margin: 0;
}

p {
    font-size: 16px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0 5px 0;
    display: flex;
}

h2 {
    font-size: 18px;
    margin: 0;
}

h3 {
    font-size: 14px;
}

.container {
    max-width: 92rem;
    margin: 0 auto;
}

.footer {
    /*                 border-top: 1px #e0e0e0 solid; */
    padding: 15px;
    padding-left: 0;
    position: relative;
    padding-top: 50px;
}

footer .navbar {
    display: flex;
    justify-content: center;
}

nav ul li {
    margin-right: 2px;
    padding: 7px 20px;
}

header nav ul.navbar-nav {
	justify-content: space-evenly;
	flex: 1;
}

header nav ul li {
    padding: 0;
    font-weight: bold;
    font-size: 18px;
	flex: 1;
	display: flex;
}

header nav form {
    padding: 0 10px;
    border-left: 1px solid #f0f0f0;
	min-width: 16em;
}

footer nav ul li {
    padding: 7px 10px;
	margin-right: 20px;
}

footer nav ui li:after {
    content: '\00B7';
    padding-left: 5px;
}

header nav ul.navbar-nav > li:last-child {
    flex: 2;
}

header nav ul.navbar-nav li > a {
	margin: auto;
	flex: 1;
	text-align: center;
}

header nav ul li a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7)
}

.hidden {
    display: none;
}

.section {
    margin: 40px 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.logo-footer {
    position: absolute;
    margin-left: 50%;
    left: -25px;
    top: -25px;
    background: white;
    width: 70px;
    padding: 0 10px;
}

main {
    min-height: 600px;
}

.top-button {
    position: fixed;
    width: 50px;
    height: 50px;
/*     background: #2464C5; */
    color: white;
    right: 0px;
    bottom: 160px;
    text-align: center;
    padding: 1px 0;
    z-index: 4;
    cursor: pointer;
    border-radius: 25px;
}

.category__title {
    font-weight: 700;
}

.category__title a {
    font-size: 18px;
}

.category__list {
    /*                 min-height: 100px; */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 40px;
}

.category__list__item:after {
    content: '\00B7';
    padding: 5px;
    font-weight: bolder;
	cursor: default;
}

.category__list__item:hover{
	text-decoration: none;
}

.category__list__item:hover:after {
	color: #011010;
}

.categories-card .card {
    max-width: 280px;
    min-height: 180px;
    color: white;
    position: relative;
}

.card-columns.posts a:hover {
    text-decoration: none;
    color: default;
}

/* .card:hover {
    -webkit-box-shadow: 4px 4px 11px 0px rgba(224, 217, 224, 1);
    -moz-box-shadow: 4px 4px 11px 0px rgba(224, 217, 224, 1);
    box-shadow: 4px 4px 11px 0px rgba(224, 217, 224, 1);
} */

.card {
    border: none;
}

.card img {
    height: auto;
    width: 100%;
    background: lightgray;
    height: 250px;
    object-fit: cover;
}

.card.content img {
    height: auto;
    width: 100%;
    background: lightgray;
}

.card-body.normal {
    position: inherit;
    padding: 20px 0;
}

.card-body.normal.border {
    padding: 20px;
}

.card-body {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0;
}

.categories-card .card-title a {
    color: white;
    display: block;
    padding-top: 100px;
    position: absolute;
    bottom: 25px;
    padding-bottom: 25px;
    min-width: 200px;
}

.categories-card .card-title a:hover {
    text-decoration: none;
}

.category__title.card {
    margin-bottom: 24px;
}

.category__title.card .card-img {
    height: 180px;
}

.category__title.card img {
    height: 100%;
    border-radius: 0;
}

.category__title .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    display: flex;
    flex-direction: column-reverse;
    background: linear-gradient(transparent 0 50%, rgba(0,0,0,0.6));
}

.category__title .info > * {
    color: white;
}

.category__title .info a {
    font-size: 24px;
    line-height: 1.2;
}
.category__title .info a:hover {
    text-decoration: none;
}

.related-tag .image-tag {
    white-space: nowrap;
    margin-bottom: 8px;
}

.section-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-weight: 700;
}

header {
    background: white;
}

.breadcrumb-item > a {
    border-bottom: 2px solid #feb300;
}

header nav .sub-menu li {
    font-weight: normal;
}

.subcategory-list-mobile {
    gap: 0.5rem;
    padding: 0.5rem;
}

@media only screen and (max-width: 490px) {
    header nav ul.navbar-nav>li {
        border-right: 8px solid;
        border-bottom: 1px solid #ededed;
        margin-right: 0;
    }
    header nav ul.navbar-nav>li:nth-child(1) {
        border-right-color: #F19725;
    }
    header nav ul.navbar-nav>li:nth-child(2) {
        border-right-color: #DF2A52;
    }
    header nav ul.navbar-nav>li:nth-child(3) {
        border-right-color: #1B76BC;
    }
    header nav ul.navbar-nav>li:nth-child(4) {
        border-right-color: #21CDCE;
    }
    header nav ul.navbar-nav>li:nth-child(5) {
        border-right-color: #29AB88;
    }
    header nav ul.navbar-nav>li:nth-child(6) {
        border-right-color: #8353C1;
    }

    header nav ul.navbar-nav>li:nth-child(6):hover {
        border-right-color: 6px;
    }
    header nav ul.navbar-nav>li:nth-child(7) {
        border-right-color: #52B03D;
    }
    header nav ul.navbar-nav>li:nth-child(8) {
        border-right-color: #2465C3;
    }
    #menu-top-menu{
        border-top: #ededed 1px solid;
        border-bottom: 10px solid #ececec;
    }
    #menu-top-menu li {
        height: 54px;
        color: #010101;
        padding-left:15px;
        line-height: 39px;
    }
    #navbarMainContent {
        height: 100vh;
    }
    .sub-menu-mobile-wrap {
        z-index: 9;
    }

    header .container {
        padding: 0;
    }

    .card-columns {
        column-count: 2;
    }

    .card-columns.posts {
        column-count: 1;
    }

    nav img {
        max-width: 200px !important;
    }

    .menu-footer-menu-container ul {
        flex-direction: row;
    }

    .menu-footer-menu-container ul li {
        padding: 7px 5px;
    }

    .container.non-mobile {
        padding: 0;
    }

    .bottom-list {
        float: left !important;
    }

    .collapsible-filter-menu {
        position: relative;
    }

    header nav ul.navbar-nav > li:last-child {
        padding: 7px 25px;
        font-size: 18px;
    }

    .filter-menu-item {
        border-bottom: 1px solid #e0e0e0;
    }

    .filter-menu-item > button {
        width: 100%;
        text-align: left;
        height: 46px;
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-direction: row;
        padding-top: 10px;
    }

    .filter-menu-item > button:hover {
        color: white;
        background: #2464c4;
    }

    .filter-menu-item > button:hover svg {
        transform: rotate(270deg) !important;
    }

    .filter-menu-item > button:hover svg path {
        fill: #fff;
    }

    .btn:focus {
        box-shadow: none !important;
        color: #2464c4;
    }

    header nav li.menu-item-has-children .sub-menu {
        display: none;
    }

    .card-body.normal {
        position: inherit;
        padding-top: 20px;
    }

    .card-body.normal.border {
        position: inherit;
        padding: 20px;
    }

    .navbar-mobile {
	column-count: 2;
    }
}

@media only screen and (min-width: 491px) and (max-width: 750px) {
    header nav ul.navbar-nav>li {
        border-right: 4px solid;
        border-bottom: 1px solid #ededed;
        margin-right: 0;
    }
    header nav ul.navbar-nav>li:nth-child(1) {
        border-right-color: #F19725;
    }
    header nav ul.navbar-nav>li:nth-child(2) {
        border-right-color: #DF2A52;
    }
    header nav ul.navbar-nav>li:nth-child(3) {
        border-right-color: #1B76BC;
    }
    header nav ul.navbar-nav>li:nth-child(4) {
        border-right-color: #21CDCE;
    }
    header nav ul.navbar-nav>li:nth-child(5) {
        border-right-color: #29AB88;
    }
    header nav ul.navbar-nav>li:nth-child(6) {
        border-right-color: #8353C1;
    }

    header nav ul.navbar-nav>li:nth-child(6):hover {
        border-right-color: 6px;
    }
    header nav ul.navbar-nav>li:nth-child(7) {
        border-right-color: #52B03D;
    }
    header nav ul.navbar-nav>li:nth-child(8) {
        border-right-color: #2465C3;
    }
    #menu-top-menu{
        border-top: #ededed 1px solid;
        border-bottom: 10px solid #ececec;
    }
    #menu-top-menu li {
        height: 54px;
        color: #010101;
        padding-left:15px;
        line-height: 39px;
    }
    #navbarMainContent {
        height: 100vh;
    }
    .sub-menu-mobile-wrap {
        z-index: 9;
    }

    .card-columns {
        column-count: 2;
    }

    .card-columns.posts {
        column-count: 1;
    }

    .card-body.normal {
        position: inherit;
        padding-top: 20px;
    }

    .card-body.normal.border {
        position: inherit;
        padding: 20px;
    }

    .bottom-list {
        float: left;
    }

    .sort-by {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .collapsible-filter-menu {
        position: relative;
    }

    header nav ul.navbar-nav > li:last-child {
        padding: 7px 25px;
        font-size: 18px;
    }

    .filter-menu-item {
        border-bottom: 1px solid #e0e0e0;
    }

    .filter-menu-item > button {
        width: 100%;
        text-align: left;
        height: 46px;
        display: flex;
        align-content: center;
        justify-content: space-between;
        flex-direction: row;
        padding-top: 10px;
    }

    .filter-menu-item > button:hover {
        color: white;
        background: #2464c4;
    }

    .filter-menu-item > button:hover svg {
        transform: rotate(270deg) !important;
    }

    .filter-menu-item > button:hover svg path {
        fill: #fff;
    }

    .btn:focus {
        box-shadow: none !important;
        color: #2464c4;
    }
}


@media only screen and (min-width: 751px) and (max-width: 1199px) {
    header nav ul.navbar-nav>li:nth-child(1) {
        border-bottom-color: #F19725;
    }
    header nav ul.navbar-nav>li:nth-child(2) {
        border-bottom-color: #DF2A52;
    }
    header nav ul.navbar-nav>li:nth-child(3) {
        border-bottom-color: #1B76BC;
    }
    header nav ul.navbar-nav>li:nth-child(4) {
        border-bottom-color: #21CDCE;
    }
    header nav ul.navbar-nav>li:nth-child(5) {
        border-bottom-color: #29AB88;
    }
    header nav ul.navbar-nav>li:nth-child(6) {
        border-bottom-color: #8353C1;
    }
    header nav ul.navbar-nav>li:nth-child(6):hover {
        border-bottom-width: 6px;
    }
    header nav ul.navbar-nav>li:nth-child(7) {
        border-bottom-color: #52B03D;
    }
    header nav ul.navbar-nav>li:nth-child(8) {
        border-bottom-color: #2465C3;
    }
	header nav .navbar-collapse .search {
		display: none!important;
	}

    .card-columns {
        column-count: 2;
    }

    .refine-button {
        border-right: 1px solid #e0e0e0;
    }

    .sort-by {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .collapsible-filter-menu {
        position: absolute;
        z-index: 4;
        background: white;
    }

    header nav li.menu-item-has-children:hover ul.sub-menu {
        display: grid;
    }

    header nav ul.sub-menu .col1 {
        grid-column: 1;
    }

    header nav ul.sub-menu .col2 {
        grid-column: 2;
    }

    header nav ul.sub-menu .col3 {
        grid-column: 3;
    }

    header nav ul.sub-menu .col4 {
        grid-column: 4;
    }

    header nav li.menu-item-has-children ul::before {
        content: 'Wallpaper Categories >';
        color: #52B03D;
        font-size: 1.2rem;
        padding-left: 29px;
        white-space: pre;
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

@media only screen and (min-width: 1200px) {
	header nav ul.navbar-nav > li {
		border-bottom: 0;
	}
	header nav ul.navbar-nav > li > a.menu-item-link {
		padding-bottom: 7px;
		border-bottom: 4px solid #fff;
		margin-bottom: 12px;
	}
    header nav ul.navbar-nav > li:nth-child(1) > a.menu-item-link {
        border-bottom-color: #F19725;
    }
    header nav ul.navbar-nav > li:nth-child(2) > a.menu-item-link {
        border-bottom-color: #DF2A52;
    }
    header nav ul.navbar-nav > li:nth-child(3) > a.menu-item-link {
        border-bottom-color: #1B76BC;
    }
    header nav ul.navbar-nav > li:nth-child(4) > a.menu-item-link {
        border-bottom-color: #21CDCE;
    }
    header nav ul.navbar-nav > li:nth-child(5) > a.menu-item-link {
        border-bottom-color: #29AB88;
    }
    header nav ul.navbar-nav > li:nth-child(6) > a.menu-item-link {
        border-bottom-color: #8353C1;
    }
    header nav ul.navbar-nav > li:nth-child(6):hover > a.menu-item-link {
		padding-bottom: 5px;
        border-bottom-width: 6px;
    }
    header nav ul.navbar-nav > li:nth-child(7) > a.menu-item-link {
        border-bottom-color: #52B03D;
    }
    header nav ul.navbar-nav > li:nth-child(8) > a.menu-item-link {
        border-bottom-color: #2465C3;
    }

    .card-columns.column3 {
        column-count: 3;
    }

    .card-columns {
        column-count: 4;
    }

    .refine-button {
        border-right: 1px solid #e0e0e0;
    }

    .sort-by {
        border-left: 1px solid #e0e0e0;
        border-right: 1px solid #e0e0e0;
    }

    .collapsible-filter-menu {
        position: absolute;
        z-index: 4;
        background: white;
		margin-top: 10px;
    }
}

.card-img-top.post {
    max-width: 280px;
    height: auto !important;
    width: auto !important;
    margin: auto;
    display: block;
}

.image-tags {
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: white;
    padding: 1.25rem;
}

.image-tags a {
    color: white;
}

.card-columns .card-title a {
    color: white;
    display: block;
    padding-top: 100px;
    position: absolute;
    bottom: 55px;
    padding-bottom: 100px;
    min-width: 250px;
}

.card-columns .card-title a:hover {
    text-decoration: none;
}

.image-tag {
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-right: 10px;
}

.post-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.content-block {
    display: flex;
    flex-direction: row;
}

.nickname {
    color: #e0e0e0;
}

ol.breadcrumb {
    background: none;
    padding: .75rem 0;
}

.dropdown-menu.dropdown-menu-wide {
    min-width: 100%;
    text-align: center;
}

.dropdown .btn {
    font-weight: 700;
}

.download-box {
	margin: 0.3rem;
}

.download-item:nth-child(even) {
	filter: brightness(0.95)
}

.download-item+.download-item {
	margin-top: 0;
}

ul.card-columns {
    padding-inline-start: 0;
}

.breadcrumb-item::before {
	content: none !important;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}

.breadcrumb-item::after {
    content: '\00B7';
    font-weight: 900;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.breadcrumb-item:last-child::after {
    content: none;
}

.search {
    border-bottom: 4px solid #2465C3;
    cursor: pointer;
    padding: 7px 5px 10px 0px;
    display: flex;
    flex-direction: row;
    position: relative;
	margin-bottom: 12px;
}

.search.show .searchInput {
    visibility: visible;
}

.searchInput {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 10px;
}

.searchInput.show {
    visibility: visible;
}

.non-list {
    list-style: none;
    padding-left: 0;
}

.footer nav:nth-child(1) {
    padding-left: 0;
}

.footer nav li:nth-child(1) {
    padding-left: 0px;
	list-style: none;
}

.info-block {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.card:hover .info-block {
    display: block;
}

label.btn .toggle-buttons {
    fill: #999;
}

label.btn.active .toggle-buttons {
    fill: #010101;
}

.bottom-list {
    float: right;
}

.filter-menu-item > button {
    width: 100%;
    text-align: left;
    height: 46px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 10px;
}

.btn:focus {
    box-shadow: none !important;
    color: #2464c4;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e0e0e0;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.carousel-indicators .active {
    background-color: #2464C5;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    margin-top: 20px;
    background: white;
    max-width: 200px;
}

#module {
    font-size: 1rem;
    line-height: 1.5;
}

.sub-keywords #collapseSubs.collapse:not(.show) {
    display: flex;
    max-height: 57.5rem;
    overflow: hidden;
}

.sub-keywords #collapseSubs.collapsing {
    max-height: 57.5rem;
}

/* .sub-keywords>button.collapsed:after {
  content: 'View More';
}

.sub-keywords>button:not(.collapsed):after {
  content: 'View Less';
} */


.footer-section-column {
    padding-left: 30px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-bottom: 34px;
}

.footer-section-column:last-child {
    border-right: none;
}

.navbar-expand-lg {
    padding-left: 0;
    padding-right: 0;
}

.action-block {
    min-height: 300px;
    display: flex;
    justify-content: space-between;
}

.action-block main {
    padding: 10px;
    min-height: 400px;
    border: 1px dashed #e0e0e0;
    width: 100%;
}

.upload-action {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
}

.upload-action:hover, .upload-action.highlight {
    background-color: #e0e0e0;
}

.upload-action button {
    height: 40px;
    background-color: #2464C5;
    color: white;
    border: none;
    padding: 5px;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
    min-width: 40px;
    cursor: pointer;
}

.upload-action button:nth-child(1) {
    border-radius: 4px 0px 0px 4px;
}

.upload-action button:nth-child(2) {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
}

.upload-action button:nth-child(3) {
    border-radius: 0px 4px 4px 0px;
}

.upload-action button svg {
    margin-left: 3px;
}

.step1, .step2, .step3 {
    display: none;
}

.step1.show, .step2.show, .step3.show {
    display: block;
}


.submit-input {
    width: 100%;
    border: #e0e0e0 solid 1px;
    padding: 10px;
}

.submit-input:first-child {
    height: 40px;
    border-radius: 4px 4px 0px 0;
}

.submit-input:nth-child(2) {
    border-radius: 0 0 4px 4px;
}

.step2 .card:hover {
    box-shadow: none !important;
}

.step2 .card:hover .remove-img {
    display: block;
}

.remove-img {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    right: 10px;
    border-radius: 15px;
    top: 10px;
    cursor: pointer;
}

.tag-manager {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 30px;
}

@media screen and (max-width: 799px) {
    .navbar-brand {
        margin-right: 0.25rem!important;
    }
}

form > div {
    margin-bottom: 12px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 40px;
    cursor: pointer;
}

.next-button-block {
    display: none;
}

.next-button-block.show {
    display: block;
}

.info-upload-block {
    margin: auto;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: -50px;
    color: gray;
}

.add-keyword-button.hide, .ui-menu.hide, .progress.hide {
    display: none;
}

.ui-menu input.keywords-autocomplete {
    height: 40px;
    border-radius: 10px;
    border: none;
    padding: 10px;
}

.ui-menu input.keywords-autocomplete:focus {
    outline: none;
    border: none;
}

.btn.btn-primary:focus {
    color: white;
}

.pending-icon {
    position: absolute;
    bottom: 40px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 40px;
    border-radius: 24px;
    left: 23%;
}

.card-text {
    height: 50px;
    overflow: hidden;
}

main main {
    max-width: 70rem;
}

main aside {
    max-width: 22rem;
}

body.search {
    display: block;
}

.navigation li.nav_go_prev > a, .navigation li.nav_go_next > a {
    background-color : #fff;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
    padding: 0 3px;
}

.navigation li.nav_ellipsis{
    color: #608dc9;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    font-weight: bold;
    color: #608dc9;
    background-color: #f8f8f8;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #2d58b2;
    color : #fff;
}

.form-control.search-field {
    height: 60px;
    max-width: 800px;
}

.ui-autocomplete {
    z-index: 1200 !important;
}

.extra-list {
    padding-left: 15px;
    height: 54px;
    line-height: 39px;
    border-bottom: 1px solid #ececec;
    width: 100vw;
}

.navbar-toggler:focus {
    outline: none;
}
.extra-submit-button {
    background: #2464c4;
    color: white;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    line-height: 39px;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    cursor: pointer;
}

.share-btn { width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.share-fb { background-color: #3a5a99; }
.share-tw { background-color: #30a2f4; }
.share-pt { background-color: #be0d19; }
.share-wa { background-color: #69c442; }
.share-em { background-color: #ed7fb4; }
.share-mo { background-color: #a1a1a1; }


.ads-container {text-align: center; margin-top: 0.5em; margin-bottom: 0.5em; font-size: 80%; font-weight: bold;}
.ads-container::before, .ads-container::after {
	display: block;
	min-height: 0.5rem;
	text-transform: uppercase;
	color: #888;
}
.ads-container::before {
/* 	content: "Advertisement"; */
	content: " ";
}
.ads-container::after {
/* 	content: "Continue reading below" */
	content: " ";
}
.ads-unit-hr {width: 320px; height: 100px;}

.faq-a{
	display:flex;
	cursor:pointer;
}
.faq-left{
	font-size: 2rem;
    margin-left: 30px;
    color: #2465C3;
}
.faq-mid-qn{
	font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 10px;
	width: 60%;
}
.faq-mid-ans{
	font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 10px;
}
.faq-svg {
	width: 32%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.card-header-faq{
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(0,0,0,.125);
}
.drop-down{
	display:flex;
	padding:0.75rem 1.25rem;
	background: #e0e0e0;
}
.faq-ul {
  list-style: none;
}
.faq-ul li::before {
  content: "\2022";
  color: #2465C3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.container form .form-group{
	width: 80%
}
.contact-btn{
	width: 80%
}
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#2464C4;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#ACC4E9;}
@media(min-width: 500px) { .ads-unit-hr {width: 468px; height: 60px;} }
@media(min-width: 800px) { .ads-unit-hr {width: 728px; height: 90px;} }
