.form_msg.alert.alert-success {
    display: none !important;
}

.form_msg.alert.alert-success {
    display: none !important;
}

header.fixed-header a {
    color: #0F335E;
    text-decoration: none;
    font-weight: 500;
}

img.me-2.site-logo {
    width: 200px;
}
.d-flex.align-items-center.justify-content-end.flex-col.md\:flex-row.gap-3.flex-col-reverse {
    color: #000;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}

.default-btn {
    text-decoration: none;
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff !important;
    background-color: #0f335e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #ffffff;
    background-color: #4792e3;
}

.hero-awards.bigg img {
    height: 100%;
    width: max-content;
}

.blink-soft {
    animation: blinker 1.2s linear infinite;
    color: #4792E3;
}

@keyframes blinker {
    50% {
        opacity: 1;
        color: #fff;
    }
}

ul.support-list {
    list-style: none;
}

ul.support-list li a {
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
}

.footer-area {
    background-color: #0f335e;
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

footer {
    background: linear-gradient(162deg, rgb(15 51 94) 0%, rgb(15 51 94) 48%, rgb(15 51 94) 100%);
}

.footer-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChange 1s linear 1s infinite;
    animation: imageChange 1s linear 1s infinite;
    background-image: url(../assets/img/footer-shape1.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.divider {
    width: 100%;
    position: absolute;
    height: 100px;
    pointer-events: none;
    /* -webkit-mask-image: url(data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e);
    mask-image: url(data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e); */
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #0f335e;
    top: -100px;
    left: 0;
    z-index: -1;
}

.single-footer-widget p {
    color: #acc5db;
}

.single-footer-widget h3 {
    color: #ffffff;
    margin-bottom: 29px;
    font-weight: 500;
    font-size: 22px;
}

.single-footer-widget .services-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .services-list li {
    color: #acc5db;
    margin-bottom: 10px;
}

.single-footer-widget .services-list li a {
    display: inline-block;
    color: #acc5db;
    text-decoration: none;
}

.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
    color: #ffffff;
    margin-bottom: 10px;
}

.copyright-area {
    border-top: 1px solid #1c2250;
    text-align: center;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-area::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-animation: imageChangeTwo 1s linear 1s infinite;
    animation: imageChangeTwo 1s linear 1s infinite;
    background-image: url(../assets/img/footer-shape2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

h4.head {
    margin-bottom: 11px;
    text-transform: uppercase;
    font-size: 24px;
}

@keyframes blink {
    50% {
        opacity: 1;
        color: #28A8E1 !important;
    }

    100% {
        opacity: 0;

    }
}

.hero-awards.bigg,
.bnn {
    margin-bottom: 20px;
}

.tell {
    display: flex;
}

.tell .country-select.inside {
    font-size: 12px;
    width: 20%;
    padding: 0;
    background: #f4f7fc;
    margin-right: 5px;

}

ul.services-list {
    column-count: 2;
    column-gap: 40px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer__form .iti__selected-dial-code {
    color: #000
}

footer.footer-area a {
    display: inline-block;
    color: #acc5db;
    text-decoration: none;
}


.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

ul.country-list {
    width: 200px !important;
    position: absolute;
}

.country-select .flag {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url('flags.png') !important;
    /* <-- Path to flag sprite */
    background-repeat: no-repeat;
}

body.popup-open {
    overflow: scroll !important;
}


.popup-coupon-close .close-pop {
    background-color: transparent !important;
    font-size: 0.0rem;
}

.popup-coupon-close {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent !important;
    font-size: 0.0rem;
}

.popup-coupon-close .close-pop:hover,
.popup-coupon-close .close-pop:active {
    background-color: transparent !important;
}

.d-sm-block {
    display: none !important;
}

.d-sm-block a.default-btn {
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 2px !important;
}

.d-sm-none {
    display: flex !important;
}

@media (max-width: 767px) {
    .popup-coupon-close .close-pop {
        height: 25px;
        width: 25px;
    }

    .d-flex.align-items-center.justify-content-end.flex-col.md\:flex-row.gap-3.flex-col-reverse.d-sm-block {
        flex-direction: row;
    }

    .d-flex.align-items-center.justify-content-end.flex-col.md\:flex-row.gap-3.flex-col-reverse {
        flex-direction: column;
        width: fit-content;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .section-with-big-image {
        padding: 10px 0;
        margin-bottom: 60px;
    }

    .d-sm-none {
        display: none !important;

    }

    .section-with-big-image__buttons {
        display: flex;
    }

    .section-with-big-image__buttons a:nth-child(2) {
        margin-right: 10px;
        font-size: 14px;
        padding: 10px 20px;
        line-height: 1.8;
    }

    .section-with-big-image__buttons a {

        font-size: 14px;
        padding: 10px 20px;
        line-height: 1.8;
    }

    .img-container.text-center.mbl-image img {
        width: 100% !important;
        height: 350px !important;
    }

    .img-container.text-center.mbl-image img {
        width: 100% !important;
        height: 350px !important;
        margin-top: 20px;
    }

    .d-sm-block {
        display: flex !important;
        flex-direction: row;
    }

    header.fixed-header {
        background: #000 !important;
    }

    .hide {
        display: none;
    }

    .fixed-header {
        position: relative;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .popup-coupon-close {
        height: 30px;
        width: 30px;
    }
}

header.fixed-header {
    background: #fff;
}

.popup-coupon-form label.error {
    color: red;
}

.popup-coupon-main .form-group.has-error .form-control {
    border-color: red;
}

.svg-icon svg {
    height: 1em;
    width: 1em;
    vertical-align: -0.125em;
}

button .svg-icon {
    margin-left: 10px;
}

/* .popup-open {
    overflow: hidden;
    } */
h1,
.h1 {
    font-weight: 700;
}

button i,
a.btn i {
    margin-left: 10px;
}

.hero-button {
    margin-bottom: 15px;
}

.hero-bottom-text {

    margin-bottom: 30px;
}

.hero-bottom-text i,
.hero-bottom-text .svg-icon {
    color: #ffd513;
}

.hero-h1 {
    line-height: 1.1;
}

.fixed-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    z-index: 1001;
    border-top-width: 0;
}

.hero-form {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    color: #000;
    max-width: 450px;
    margin: 0 auto;
}

.hero-form textarea.form-control {
    resize: none;
    height: 100px;
}

.hero-form__heading {
    color: var(--bs-primary);
    animation: blink1 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}


.hero-form input.form-control,
.hero-form textarea.form-control {
    background-color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px;
}

.hero {
    background-image: url('<?= $config['brand_name']; ?>services/book-publishing-offers/lpassetsnew/images/hero-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-primary {
    --bs-btn-active-bg: var(--bs-body-color);
    background: #F6782C;
    text-shadow: none;
    border: 1px solid #F6782C;
    color: #000;
}

.bg-primary {
    background: #F6782C !important;
}

h1.section-with-big-image__heading {
    color: #000;
}

p.section-with-big-image__description {
    color: #000;
}

.logo-slider img {
    margin: 0 auto;
    filter: brightness(0) saturate(100%)invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%)
}

.logo-slider-section {
    padding: 30px 0;
    margin: 20px 0;

}

.box-shadow-1 {
    box-shadow: 0 0 40px 2px rgba(246, 120, 44, 0.40);
}

.logo-slider:not(.slick-initialized) {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.logo-slider:not(.slick-initialized)>div:is(:nth-child(5), :nth-child(6), :nth-child(7), :nth-child(8)) {
    display: none;
}

@media (max-width: 767px) {
    .popup-coupon-activate {
        padding-right: 20px;
    }
}

@media (max-width:991px) {
    .btn-desktop_show {
        display: none;
    }

    .hero-form__desc br {
        display: none;
    }
}

@media(max-width:375px) {
    .hero-form__desc {
        font-size: 14px;
    }
}

.hero-button .btn-mobile_show {
    margin-bottom: 0;
}

@media (min-width:991px) {
    .btn-mobile_show {
        display: none;
    }
}

@media(max-width:767px) {
    .popup-coupon-close .close-pop:hover {
        background: #cd1010;
        border-color: #cd1010;
        color: #fff;
    }
}

@media(max-width:991px) {
    .footer__form textarea.form-control {
        height: 150px;
    }
}

.footer__form .form-control {
    background: #f4f7fc;
}

.footer__form button[type=submit] {
    width: 100%;
}

.hero-form input.form-control,
.hero-form textarea.form-control {
    background-color: #f4f7fc;
}

.footer-section {
    background-image: none;
}

.hero-button .btn-desktop_show.btn_phone {
    display: none;
}

.section-with-big-image__buttons a {
    margin-right: 10px;
}

@media(min-width:991px) {}

@media(max-width:991px) {

    .hero-button,
    .hero-awards,
    .hero-bottom-text {
        display: none;
    }
}

.package__form textarea.form-control,
.package__form-description {
    display: none;
}

.section__heding-small {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

span.bg-darks {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #F6782C !important;
    color: #000;
}

span.iti__country-name {
    color: #000;
}

.hero-text-top {
    font-size: 1.3rem;
    line-height: 1.6;
    font-weight: 500;
}

@keyframes imageChangeTwo {
    0% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes imageChange {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.hero-text-top {
    font-size: 18px;
    line-height: 1.6;
}

.swiper-wrapper video {
    width: 100%;
    height: 300px;
    /* max-height: 505px; */
}

.vid-sec {
    padding: 50px 30px
}

/* .swiper-button-next, .swiper-button-prev {
font-size: 20px !important;
width: 20px !important;
height: 20px !important;
object-fit: fill !important;
background-size: 20px 20px;
background-color: #fff;
padding: 16px !important;
border-radius: 5px;
} */
.swiper-pagination-bullet {
    padding: 3px 3px;
    border-radius: 0;
    width: auto;
    height: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #FFF;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-container.swiper-container-horizontal {
    padding: 40px 0px;
}

.slider-controls {
    position: relative;
    z-index: 12;
}

.slider-controls .swiper-pagination {
    text-align: center;
    margin-top: 50px;
    position: relative !important;
}

.swiper-button-next {
    right: 35%;
}

.swiper-button-prev {
    left: 35%;
}

.slider-controls .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity 0.5s, background-color 0.5s, width 0.5s;
    transition-delay: 0.5s, 0.5s, 0s;
}

.slider-controls .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.slider-controls .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #29A8E1;
    width: 100px;
    transition-delay: 0s;
}

.swiper-button-prev,
.swiper-button-next {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: var(--swiper-navigation-top-offset, 92%) !important;
    /* background: transparent; */
}

.swiper-button-prev {
    left: 38%;
}

.swiper-button-next {
    right: 38%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important
}

@media(max-width:768px) {
    .swiper-button-prev {
        left: 25%;
    }

    .swiper-button-next {
        right: 25%;
    }

    .swiper-wrapper video {
        width: 100%;
        height: 200px;
        /* max-height: 505px; */
    }
}

@media(max-width:700px) {
    .swiper-button-prev {
        left: 10%;
    }

    .swiper-button-next {
        right: 10%;
    }

}

@media(max-width:400px) {
    .swiper-button-prev {
        left: 5%;
    }

    .swiper-button-next {
        right: 5%;
    }

}

@media(max-width:350px) {
    .swiper-button-prev {
        left: -1%;
    }

    .swiper-button-next {
        right: -1%;
    }

}

.package__price-now {
    font-size: 30px !important;
    margin-top: 10px;
}

.package__price {
    display: block !important;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.package__price-now span,
.reg span {
    font-size: 1.8rem;
    font-weight: bold;
}

.reg {
    font-size: 1.4rem;
}

.package__price-now .blink {
    animation: blinker 1s linear infinite;
}

.reg span {
    text-decoration: line-through red;
}

.blink_me {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 1;
        color: #F6782C;
    }
}

li.pp:before {
    display: none;
}

li.pp {
    padding: 0 !important;
}

li.pp:after {
    display: none;
}

h2.package__title {
    font-size: 2.3rem;
    color: #F6782C;
}

.table-fixed {
    table-layout: fixed;
    width: 100%;
}

.table-fixed tbody {
    color: #fff;
    line-height: 3;
    padding: 10px;
    display: contents;
    font-weight: 500;
}

.chart-header-custom th:nth-child(1) {
    box-shadow: none !important;
}

.chart-header-custom th {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.5;
    background: #222222;
    box-shadow: 0 0 40px 2px  rgba(246, 120, 44, 0.40);
}

button.compare-now-btn.mb-10.mt-5 {
    display: flex;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 30px !important;
    box-shadow: 0 0 40px 2px  rgba(246, 120, 44, 0.40);
    background: transparent;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 25px;
}

tr.sub-head {
    background: #7a7a7a !important;
}

button.compare-now-btn.mb-10.mt-5 svg {
    width: 10px;
    margin-left: 10px;
}

.table-fixed {
    margin-top: 20px;
}

/* .chart-header-custom th{
background-color: #D39B2C;
color: #000;
text-align: center;
font-size: 1.4rem;
line-height: 2.5;
}
.bundle-comparison-chart .chart-header-custom th {
background-color: #878787;
color: #000;
font-size: 1.4rem;
line-height: 2.5;
border-top-right-radius: 20px;
border-top-left-radius: 20px;
text-align: center;
}
.chart-header-custom th:nth-child(3) {
border-top-right-radius: 20px;
border-top-left-radius: 20px;
transition: 0.4s ease-in-out;
box-shadow: 6px 5px 15px 8px rgba(0, 0, 0, 0.1);
text-align: center;
} */
.table-fixed tbody tr td {
    line-height: 1.2;
    padding: 23px 10px;
}

.table-fixed tbody tr:nth-child(odd) {
    background-color: #424242;
    /* color: #fff; */
    border: none !important;
}

.table-fixed tbody tr:nth-child(2n) {
    background-color: #575757;
    border: none !important;
}

tr.sub-head th {
    /* text-align: start; */
    /* padding-left: 43px; */
    font-size: 1.3rem;
}

i.bx.bx-check {
    font-size: 1.6rem;
    color: #67d267;
}

i.bx.bx-x {
    font-size: 1.6rem;
    color: #dc3545;
}

.expanded {
    max-height: 2700px;
}

.collapsed,
.expanded {
    transition: 0.8s ease-in-out;
}

.collapsed {
    max-height: 0;
    overflow: hidden;
}

/* .container-compare{
margin-bottom:80px;
} */

@media only screen and (max-width: 768px) {
    .table-fixed tbody tr td {
        line-height: 2;
        font-size: 0.6rem;
    }

    .chart-header-custom th {
        font-size: 1rem;
        line-height: 1.5;
    }

    tr.sub-head th {
        /* text-align: start; */
        /* padding-left: 43px; */
        font-size: 1rem;
    }
}

ul.pricing-features li:before {
    display: none;
}

ul.pricing-features li {
    padding-left: 0
}

ul.pricing-features li i {
    padding-right: 5px;
}

.package__inner .package-badge {
    position: absolute;
    right: -4px;
    top: -39px;
    animation: upAndDown 3s ease-in-out 0.6s infinite;
    z-index: 1;
}

.package__inner {
    position: relative;
}

@keyframes upAndDown {

    0%,
    100% {
        transform: translateZ(0);
    }

    50% {
        transform: translate3d(0, -2%, 0);
    }
}

.popular__package .package__inner::before {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    filter: invert(65%) sepia(54%) saturate(2448%) hue-rotate(167deg) brightness(88%) contrast(100%);
}

section.footer-links {
    padding: 50px 0 30px;
    border-bottom: 1px solid #6f6f6f;
}

section.footer-links ul li {
    list-style: none;
    margin-bottom: 10px;
}

section.footer-links ul li a {
    text-decoration: none;
}

ul.support-list {
    padding: 0;
}



/* popup form */
.overlay-popup-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 72%);
    z-index: 9999;
    backdrop-filter: blur(0px);
    visibility: hidden;
    opacity: 0;
}

.overlay-popup-form form {
    /* width: 500px; */
    margin: 0px 20px;
}

.popupForm {
    width: 500px;
}

.popupForm {
    position: relative;
}


.overlay-popup-form.active {
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(25px);
    transition: 200ms ease-in-out;
}

button.popup-close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    outline: none;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 200ms linear;
    background: #F6782C;
}

button.popup-close-btn img {
    width: 60%;
}


button.popup-close-btn:hover {
    background: #fff;
    transition: 200ms linear;
}
@media (max-width: 500px) {
    .popupForm {
        width: 100%;
    }
}
/* popup form end */


.section__heding-big {
    color: #F6782C;
}

.package__price-now {
    color: #F6782C;
}

.review__text {
    background: #F6782C;
    color: #000;
}

.review__text::before {
    border-bottom: 65px solid #F6782C;
}

.btn-light {
    color: #000;
    border: 1px solid #fff !important;
}

.btn:hover {
    background: #F6782C;
    color: #000;
    border: 1px solid #fff !important;
    box-shadow: none;
}

.btn-package:hover {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    
}