body {
    overflow-x: hidden !important;

    padding-right: 0px !important;
    min-height: 100vh;
}


body.modal-open {
    overflow: hidden !important;

}

/*enable notification popup*/
.notification-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 20px;
    width: auto;
    height: auto;
    background-color: #1b74e4 !important;
    z-index: 1000;
    padding: 25px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.notification-modal-content {
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.notification-modal-content p {
    margin-bottom: 20px;
}

/*enable notification popup*/

input.form-check-input {
    padding: 0px 0px;
}

.emojionearea-editor,
textarea {
    white-space: pre-line !important;
}

figcaption {
    font-size: 14px;
    padding: 0px 20px;
}

.color_theme {
    color: #1b74e4 !important;
}

.btn-gold {

    color: #fff;
    background-color: goldenrod;
    border-color: goldenrod;
    box-shadow: none;
    opacity: 1;
    transition: all .5;

}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {

    color: #fff;
    background-color: goldenrod;
    border-color: goldenrod;
    box-shadow: none !important;
    opacity: .8;

}

.article_featured_container .unfeatured {
    color: rgb(223, 182, 63);
}

.article_featured_container .featured {
    color: #101010;
}

.link-preview {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    background-color: #fafafa;
}

.link-preview img {
    border-radius: 4px;
}

.bi-24 {
    font-size: 24px !important;
}

.bi-20 {
    font-size: 20px !important;
}

.bi-28 {
    font-size: 28px !important;
}

.bi-20 {
    font-size: 20px !important;
}

.bi-30 {
    font-size: 30px !important;

}

.bi-24 {
    font-size: 24px !important;
}

.bi-16 {
    font-size: 16px !important;
}

.bi-14 {
    font-size: 14px !important;
}

.bi-15 {
    font-size: 15px !important;
}

.gray-sep {
    height: 5px;
    background-color: #c4bdb4;
    width: 100%;
}

.color-gold {
    color: goldenrod;
}

.color-gray {
    color: #808080;
}

.bi-14 {
    font-size: 14px;
}

.like {
    color: #808080;
}

.unlike {
    color: #0d6efd;
}

.color-gold:hover,
.color-gold.active {
    color: goldenrod;
}

.color_search {
    color: #009cdd !important;
}

.mb-100 {
    margin-bottom: 100px;
}

.my-150 {
    margin: 150px 0px;
}

.btn-language {
    padding: 5px 15px;
    font-size: 16px;
    background: transparent !important;
}

.img-lang {
    display: inline-block;
    margin-top: -4px;
}

.swiper {
    height: 800px;
}

.package-card-beta {
    height: 525px;
}

.package-card-beta .package-thumb {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.package-card-beta .package-thumb img {
    min-height: 300px;
    width: 100%;

}

/*fixed height of articles images*/
.blog-card-gamma {
    height: 400px;
    margin-bottom: 25px;
}

.blog-card-gamma-articles {
    height: 420px;
}

.blog-card-gamma .blog-thumb {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.blog-card-gamma .blog-thumb img {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
}

.blog-card-gamma span.bookmark-status {
    cursor: pointer;
}

.blog-card-gamma span.bookmark-status i.inactive {
    color: #888;
}

.blog-card-gamma span.bookmark-status i.active {
    color: #1b74e4;
}

.blog-card-gamma .blog-content {
    text-align: left;
    padding: 10px 15px;
}

.blog-card-gamma .book-btn {
    width: auto;
    display: inline-block;
}

.blog-card-gamma .book-btn a {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #1b74e4;
    background: #ffffff;
    border: 1px solid #1b74e4;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 8px 16px;
    transition: all 0.3s;
    white-space: nowrap;
}

.blog-card-gamma .book-btn a i {
    margin-left: 5px;
    transition: all 0.2s;
}

.blog-card-gamma .book-btn:hover a {
    background: var(--c-primary);
    color: #fff;
}

.blog-card-gamma .book-btn:hover i {
    transform: translateX(5px);
}

/*fixed height of articles images*/

.bg-dark-header {
    background: #f0f2f5 !important;
}

header .bg-dark-header .main-nav ul li a {

    color: #000;
}

header .bg-dark-header .main-nav ul li .sub-menu {
    background: rgba(255, 255, 255, 1);

    border-radius: 5px;
}

header .bg-dark-header .main-nav ul li ul.sub-menu>li a {
    color: #000;
}

header .header-style-three .main-nav ul li.has-child-submenu:after {
    color: #ffffff !important;
    top: 20px !important;
}

header .header-style-three .main-nav ul li.more-child:after {
    right: -8px;
}

.blog-sidebar .widget-tag-cloud .tag-cloud a.active {
    border-color: #1b74e4;
    background: #1b74e4;
    color: #fff;
}


header .header-style-three .main-nav ul li.has-child-menu:after {
    content: "\F22C";
    top: 26px;
    font-size: 16px;
}

header .header-style-three .main-nav ul li:hover.has-child-menu:after {
    content: "\F238";
    top: 26px !important;
    font-size: 16px;
}

.nav-link {
    color: #000;
}

.nav-link i {
    color: #1b74e4;
}

.nav-link:hover {
    color: #1b74e4;
}

.nav-sub-link {
    padding-left: 45px;
}

/*pagination*/
.pagination-style-one .page-item {
    text-align: center;
    margin-right: 15px;
}

.pagination-style-one .page-item a {
    border: 2px solid #1b74e4;
    border-radius: 50%;
}

.pagination-style-one .page-item.active .page-link {
    border: 2px solid #1b74e4;
    border-radius: 50%;
    font-weight: 700;
    padding: 7px 10px;
    min-height: 40px;
    min-width: 40px;
}

.page-item:first-child .page-link {
    border-radius: 50%;
    font-weight: 700;
    padding: 5px 10px;
    min-height: 40px;
    min-width: 40px;
    border-width: 2px;
    border-color: #1b74e4;
}



.page-item:last-child .page-link {
    border-radius: 50%;
    font-weight: 700;
    padding: 5px 10px;
    min-height: 40px;
    min-width: 40px;
    border-width: 2px;
    border-color: #1b74e4;
}

.page-item.disabled .page-link {
    border-width: 2px;
    border-color: #dee2e6;
    color: #dee2e6;
}

/*pagination*/
/*profile popup*/
header .header-style-three .nav-right-icons .user-dropdown i {
    font-style: normal !important;
    font-weight: 500;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list {
    color: #000;
    border-radius: 24px;
    background: #f3f6fc;
    box-sizing: border-box;
    min-width: 240px;
    padding: 10px 10px;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section {
    background-color: #fff;
    padding: 10px;
    margin: 0px;


}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section:first-child {
    margin-bottom: 2px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;

}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section:last-child {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding-top: 20px;

}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section .flex-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section .flex-section i.bg {
    width: 60px;
    height: 60px;
    font-size: 22px;

}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section .flex-section i.bg img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section .flex-section .bx-info {
    margin-left: 15px;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section .flex-section .bx-info .bx-info-name {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 600;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section .flex-section .bx-info .bx-info-email {
    color: rgb(101, 98, 98);
    font-size: 13px;
    font-weight: 400;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li a {
    color: #1f1f1f;
    font-size: 15px;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li {
    margin-bottom: 20px;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li a.active i,
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li a.active span {
    color: #0d6efd;
}


header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li:first-child {
    margin-top: 20px;
}

/*

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li:first-child a {
    border: 2px solid #1f1f1f;
    padding: 4px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 8px;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li:first-child a:hover {
    background-color: rgba(198, 192, 192, 0.925);
}
*/

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li:last-child a {

    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li a i {
    height: inherit;
    width: inherit;
    background: inherit;
    display: inherit;
    justify-content: center;
    align-items: center;
    color: #1f1f1f;
    border: none;
    font-size: inherit;
    border-radius: inherit;
    cursor: pointer;
    margin-right: 10px;
}

header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li a:hover span,
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list-section ul li a:hover i {
    color: #1b74e4;
}

header .header-style-three {
    padding-left: 0%;
    padding-right: 0%;
}

/*top-header*/
.top-header {
    height: 50px;
    border-bottom: 1px solid #ccc;
    padding-left: 2%;
    padding-right: 2%;
    background-color: #1b74e4;

}

.top-header.top-header-hide {
    opacity: 0;
    height: 0px;

}

header .header-style-three .nav-right-icons div {
    margin-left: 8px;
    margin-right: 0px;
}

header .header-style-three .nav-right-icons div:first-child {
    margin-right: 0px;
}

.notifications-container {
    margin-left: 0px !important;
}

header .header-style-three .nav-right-icons .container_notification_item,
header .header-style-three .nav-right-icons .container_notification_item div {
    margin-left: 2px;
    margin-right: 2px;
}


.bottom-header {
    padding-left: 2%;
    padding-right: 2%;
}

.top-header span.main-caption {
    color: #fff;
}

.bg-dark-header span.main-caption {
    /*color: #000;*/
}

.top-header .wrapper-account-img img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    object-fit: cover;
}



/*top-header*/

.privacy-section {
    width: 100%;
    padding-top: 8px;
    text-align: center;
}

.privacy-section ul li {
    display: inline;
}

.privacy-section ul li:first-child {
    margin-right: 10px;
}

.privacy-section ul li a {
    color: #1f1f1f;
    font-size: 12px !important;
}

/*profile page*/
.card-profile {
    background: #ffffff;
    box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 20px;
}

.edit-loader {
    display: none;
    border: 3px solid #f0f2f5;
    border-radius: 50%;
    border-top: 3px solid #1b74e4;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.btn-account {
    /*width: 180px;*/
    border: 1px solid #1b74e4 !important;
}

.btn-account:hover {
    background-color: #fff !important;
    color: #1b74e4 !important;
    border: 1px solid #1b74e4 !important;
}

.widget-account ul li a {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.widget-account ul li a.active {
    color: #1b74e4 !important;
}

.widget-account ul li a span {
    font-size: 16px;
    margin-left: 12px;
}

#text-danger-errors {
    display: none;
}

.top-70 {
    top: 70% !important;
}

.select-lang {
    width: 50%;
    border: 1px solid #ddd;
}

.wrapper-lang {
    display: flex;
    margin-right: 15px;
    align-items: center;
}

.wrapper-lang select:focus,
.wrapper-lang select:active {
    border: none !important;
    box-shadow: none;
}

.select-header-lang {
    width: auto;
    background-color: transparent !important;
    color: #fff;
    border: none;
    padding-left: 5px;
}

.wrapper-lang option {
    color: #000;
    font-size: 18px;
    padding: 5px 12px;

}

/*flatlist*/
select.flatpickr-monthDropdown-months {
    display: inline-block !important;
}

/*text editor content styles start*/
.blog-details-home {
    width: 60%;
    margin: 0px auto;
}

.post-thumb figure {
    width: 100%;
    text-align: center;
}

.post-thumb figure img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.post-thumb figure figcaption {
    display: inline-block;
    margin-top: 3px;
}

.blog-details .post-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.post-body figure {
    width: 100% !important;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.post-body figure img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.text-logout {
    color: red !important;
}

.text-logout:hover span {
    color: red !important;
}

.breadcrumb-style-one {

    background-size: cover !important;
}

.select-dropdown::after {
    content: "";
    position: absolute;
    top: 60%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    border-width: 0.5em;
    border-style: solid;
    border-color: #888 transparent transparent transparent;
}

.text-danger-birthday {
    display: none;
}

.text-custom-error {
    display: none;
}

/*text editor content styles end*/
/*modal*/
.modal-content {
    border-radius: 1.3rem !important;
}

/*modal*/
.category-sidebar-wrapper .category-sidebar {
    max-width: 350px;
}

.footer-area .footer-main-wrapper {
    padding-top: 0px;
}

.footer-area .footer-main-wrapper .footer-about .footer-social-wrap {
    padding-top: 0px;
}

.submit-loader {
    border: 4px solid #3498db;
    border-top: 4px solid #f3f3f3;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    display: inline-block;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.submit-btn {
    width: 100px;
    height: 38px;
}

.ps-page {
    position: relative;
    overflow: hidden;
}

.ps-section__overlay {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 100;
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.ps-section__loading {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #103178;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/*pill section*/
.pill-list {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 1.6rem 0.8rem;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    overflow: hidden;
}

.pill-list button {
    margin-right: 5px;
}

.pill-list .btn-pill {
    border-radius: 1.99rem;
    font-size: 16px;
    height: 40px;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    background-color: transparent;
    border: 1px solid #888;
    box-sizing: border-box;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    font-family: inherit;
    justify-content: center;
    position: relative;
    box-sizing: border-box !important;
    /* Include padding and border in the total width and height */
    transition-property: background-color, border, color;
    display: inline-block;
    margin: 3px 0px;
}

.pill-list .btn-pill:hover,
.pill-list .btn-pill:focus,
.pill-list .btn-pill.active {

    border: 2px solid #888;
    background-color: #f9f9f9;
    outline: none !important;
    box-shadow: none !important;
}

.pill-list button:last-child {
    margin-right: 0px;
}

/*pill section*/
/*items list*/
.items-list {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 0;
    /*border-radius: 5px;*/
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15);
    /*overflow: hidden;*/
}

/*items list*/
.clearfix,
.clearfix::after {

    clear: both;
}

/*social footer*/
.social-footer .black-caption {
    color: #000 !important;
}

.social-footer .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li {
    padding-top: 0px !important;
}

.policy-links ul li {
    padding-top: 0px !important;
}

.policy-links ul li a {
    font-size: 14px !important;
}

.policy-list li a {
    padding-left: 5px;
    padding-right: 5px;
}

.policy-list li:first-child a {
    padding-left: 0px;

}

.policy-list li:last-child a {
    padding-right: 0px;

}

.policy-links ul li p,
.copyright-link p,
.copyright-link p a {
    font-size: 14px !important;
}

/*notification*/
.notification-box {
    position: relative;
}

.badge-notification {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: #fff;
    font-size: 16px;
    display: none;
}

.badge-notification.active {

    display: block;
}

.wrapper-account-img {
    height: 38px;
    width: 38px;
    background: #1b74e4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none !important;
    font-size: 23px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease-out 0s;
}

.account-drop-account-active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
    z-index: 6 !important;
}

header .header-style-three .nav-right-icons .wrapper-account-img img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    object-fit: cover;
}

.mega-menu {
    position: absolute;
    top: 150%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale3d(1, 1, 0) translateY(30px);
    background-color: rgba(25, 26, 28, 1);

    padding-top: 20px;
    padding-bottom: 50px;
    z-index: 100;
    box-shadow: 0 5px 5px #464749;
    border-radius: 20px;
}

.mega-menu__row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    min-width: 500px;
    margin-left: -15px;
    margin-right: -15px;
}

.mega-menu__column {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 150px;
}

.mega-menu__column a {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
}

.mega-menu ul li a {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: normal;
    transition: all 0.35s;
}

.mega-menu li a:hover {
    transform: translateX(14px);
}

.mega-menu li a:hover::before {
    opacity: 1;
}

.mega-menu li a::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    height: 5px;
    width: 5px;
    background: #1b74e4;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.35s;
}

/*mobile navigation footer*/
.ps-navigation--footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    background-color: white;
    border-top: 1px solid #f0f2f5;
    display: flex;
    padding: 5px 0;
}

.ps-navigation--footer .ps-nav__item {
    flex: 1;
    text-align: center;
    font-size: 22px;
}

.ps-navigation--footer .ps-nav__item a {
    color: #808080;
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ps-navigation--footer .ps-nav__item a.active {
    color: #1b74e4;

}

.ps-navigation--footer .ps-nav__item img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.ps-navigation--footer .ps-nav__item i {
    font-weight: 600;
}

.ps-navigation--footer .ps-nav__item .badge {
    position: absolute;
    top: 4px;
    right: 2px;
    width: 18px;
    height: 18px;
    font-size: 9px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #103178;
    color: white;
}

.ps-navigation--footer .ps-nav__item #close-menu {
    display: none;
}

.ps-navigation--footer .ps-nav__item.active #close-menu {
    display: inline-flex;
}

.ps-navigation--footer .ps-nav__item.active #open-menu {
    display: none;
}

.nasa-logo {
    width: 90%;
}

.apod-btn {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #1b74e4;
    background: #ffffff;
    border: 1px solid #1b74e4;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 8px 16px;
    transition: all 0.3s;
    white-space: nowrap;
}

.apod-btn-sign-in {

    font-size: 14px;
    border-radius: 25px;
    padding: 6px 12px;
    border: 1px solid #fff;

}

.apod-btn i {
    margin-left: 5px;
    transition: all 0.2s;
}

.apod-btn:hover {
    background: var(--c-primary);
    color: #fff;
}

.apod-btn:hover i {
    transform: translateX(5px);
}

.finish-caption {
    margin: 100px 0px 300px;
}

.header-search {
    position: relative;
}

.mobile-search {
    position: absolute;
    top: 150%;
    right: 0px;
    left: inherit;
    width: 500px;
    padding: 0px 0px;
}

.blog-details-wrapper {
    padding-bottom: 110px;
}

.emojionearea-editor {
    border: 0 !important;
    outline: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}




@media (min-width: 768px) {
    .ps-navigation--footer {
        display: none;
    }
}

@media (max-width: 768px) {
    .mobile-search {
        width: 300px;
    }

    .top-header {
        display: none;
    }


}

/*mobile-navigation footer*/