@font-face {
    font-family: ebrima;
    src: url(../fonts/ebrima.ttf);
    font-weight: 500;
}

@font-face {
    font-family: ebrima;
    src: url(../fonts/ebrimabd.ttf);
    font-weight: 600;
}

body {
    font-family: ebrima;
    font-weight: 500;
}

a {
    text-decoration: none !important;
    transition: 0.5s;
}

button,
input {
    box-shadow: none;
    outline: none;
}

.container-xl {
    max-width: 1320px;
    margin: auto;
}

.an-header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
}

.an-banner {
    background-image: url(../img/banner-bg.jpg);
    background-size: cover;
    min-height: 100px;
    padding-top: 150px;
    overflow: hidden;
    height: 1080px;
    z-index: 1;
}

.an-banner h1 {
    font-size: 43px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.an-banner h1 span {
    color: #08b4c1;
    position: relative;
}


.an-banner p {
    font-size: 18px;
    margin-bottom: 20px;
}

.an-form {
    padding: 20px;
    background: #000000;
    border-radius: 20px;
    border: 1px solid #08b4c1;
    text-align: center;
    margin-bottom: 30px;
}

.an-form h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    margin-bottom: -20px;
}

.an-form h3 .an-price {
    width: 120px;
    display: inline-flex;
    height: 120px;
    background: #ed3463;
    color: #ffee00;
    font-size: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-top: -50px;
    position: relative;
    top: -30px;
    animation: bannerp 5s linear infinite;
}

@keyframes bannerp {
    20% {
        background: #ed3463;
    }

    20% {
        background: #5207a7;
    }

    50% {
        background: #000000;
    }

    80% {
        background: #fa602d;
    }


}

.an-form h3 .an-price small {
    font-size: 18px;
}

.an-form .row {
    margin: 0px;
}

.an-form .row>div {
    padding: 7px;
}

.an-form .form-control {
    height: 50px;
    border-radius: 0px;
    background: #E5E5E5;
    border: 1px solid #08b4c1;
}

.an-primary-btn {
    font-size: 16px;
    padding: 11px 30px;
    text-transform: uppercase;
}

.an-primary-btn.dark {
    background: transparent linear-gradient(180deg, #08b4c1 0%, #4e42f0 100%) 0% 0%;
    color: white;
    border: 1px solid #08b4c1;
}

.an-form .form-control::placeholder {
    text-transform: uppercase;
}

.an-form textarea.form-control {
    height: 120px;
}

.an-form .an-primary-btn.dark {
    width: 100%;
}

.an-t-logos {
    max-width: 100%;
}

.an-banner-logos-wrapper {
    position: absolute;
    width: 50%;
    display: flex;
    align-items: center;
    top: 50px;
    right: -170px;
    transform: rotate(328deg);
    z-index: -1;
}

.an-banner-logos-wrapper figure {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 0px 33px 0px #fcb10e3d;
    border-radius: 20px;
}

.an-banner-logos-wrapper figure img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: 0.5s;
}

.an-banner-logos-wrapper>div {
    padding: 15px;
}

.an-banner-logos-wrapper figure img {
    border-radius: 20px;
    max-width: 100%;
}

section {
    position: relative;
}

.an-banner-logo-6 {
    transform: scale(0.9);
}

.an-banner-logo-7 {
    transform: scale(0.9);
}

.an-banner-logo-1 {
    transform: scale(0.8);
}

.an-banner-logo-2 {
    transform: scale(0.7);
}

.an-header .nav-item a {
    font-size: 16px;
    text-transform: uppercase;
    color: black !important;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.an-header .nav-item {
    margin: 0px 6px;
}

.an-header .an-phone-btn {
    display: inline-block;
    /* background: linear-gradient(to right, #e01d27, #e01d27, #e01d27, #e11d27, #e11d27); */
    background: transparent linear-gradient(180deg, #08b4c1 0%, #4e42f0 100%) 0% 0%;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 50px;
}

.an-header .an-phone-btn span {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 100%;
    background: #fff8ee;
    margin-left: -24px;
    margin-top: -25px;
    margin-bottom: -25px;
}

.an-header .an-phone-btn:hover {
    background: black;
}

.an-header .open_chat_btn {
    align-items: center;
    margin-left: 20px;
    display: inline-flex;
    color: black;
    font-weight: 600;
    line-height: 16px;
    font-size: 18px;
}

.an-header .open_chat_btn small {
    display: block;
    font-size: 11px;
}

.an-header .open_chat_btn img {
    margin-right: 9px;
}

.an-header .open_chat_btn:hover {
    color: #ed3463;
}

.an-banner-logos-wrapper figure img:nth-child(2).active {
    opacity: 1;
}

.an-banner h1 span::before {
    content: "";
    position: absolute;
    width: 120%;
    left: -10%;
    bottom: -13px;
    background: url(../img/line.png);
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
}

.an-banner-shape-1 {
    position: absolute;
    top: 200px;
    left: 60px;
    z-index: -1;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.an-banner-shape-2 {
    position: absolute;
    top: 300px;
    z-index: -1;
    left: 52%;
    animation: banner1 5s linear infinite;
}

@keyframes banner1 {
    0% {
        left: 52%;
    }

    50% {
        left: 54%;
    }

    100% {
        left: 52%;
    }
}

.an-scroll-bottom {
    writing-mode: vertical-lr;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    width: 60px;
    display: flex;
    height: 240px;
    align-items: center;
    justify-content: center;
    left: 54%;
    transform: translateX(-50%);
    bottom: 30px;
    z-index: -1;
    line-height: 0px;

}

.an-scroll-bottom img {
    animation: scrollbottom 1s linear infinite;
}

@keyframes scrollbottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.swiper-slide {
    height: auto !important;
}

ul#protfolio {
    flex-wrap: nowrap;
    border-bottom: none;
}

.swiper-wrapper {
    height: auto;
}

.an-section-padding {
    padding: 70px 0px;
}

.an-portfolio-section {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.an-primary-heading {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.an-primary-heading span {
    color: #08b4c1;
    position: relative;
}

.an-primary-heading+p {
    font-size: 18px;
    margin-bottom: 40px;
}

.an-primary-heading span::before {
    content: "";
    position: absolute;
    width: 120%;
    left: 0%;
    bottom: -13px;
    background: url(../img/line.png);
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-tabs .nav-link {
    border: 1px solid #08b4c1;
    border-bottom: 1px solid #08b4c1;
    border-radius: 5px;
    font-size: 18px;
    color: black;
}

ul#protfolio.nav-tabs .nav-item {
    margin-bottom: 0px;
}

.protfolio-nav {
    padding: 0px 50px;
}

.protfolio-nav .swiper-button-prev {
    width: 45px;
    background: white;
    height: 45px;
    left: 0px;
    top: 22px;
}

.protfolio-nav .swiper-button-prev::after,
.protfolio-nav .swiper-button-next::after {
    font-size: 18px;
    color: black;
}

.protfolio-nav .swiper-button-next {
    width: 45px;
    background: white;
    height: 45px;
    right: 0px;
    top: 22px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    background: #08b4c1;
    color: white;
    border: 1px solid #08b4c1;
}

.protfolio-slider img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 100 / 100;
}

.protfolio-slider {
    margin-top: 40px;
}

.protfolio-slider .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: transparent;
    color: black;
    opacity: 1;
    border: 1px solid #08b4c1;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px !important;
}

.protfolio-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #11a7c7;
    color: white;
}

.an-portfolio-bottom-content {
    margin-top: 39px;
}

.protfolio-slider .protfolio-slider-pagination {
    margin-top: 20px;
}

.an-portfolio-bottom-content img {
    margin-bottom: 20px;
}

.an-portfolio-bottom-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.an-primary-btn {
    border-radius: 6px;
    display: inline-block;
}

.an-primary-btn.outline {
    border: 1px solid #11a7c7;
    color: black;
}

.an-btn-wrapper a {
    min-width: 210px;
}

.an-btn-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.an-primary-btn.outline:hover {
    background: black;
    color: white;
    border-color: black;
}

.an-primary-btn.dark:hover {
    background: white;
    color: black;
}

.an-why-choose-section {
    background: url(../img/choose-bg.jpg) no-repeat;
    min-height: auto;
    background-size: cover;
}

.an-why-choose-section .an-primary-heading {
    text-align: center;
    padding-bottom: 60px;
}

.an-why-choose-box {
    padding: 35px 50px;
    text-align: center;
    border: 1px solid #10a6c7;
    border-radius: 20px;
    margin-bottom: 30px;
    background: white;
    min-height: 360px;
    transition: 0.5s;
}

.an-why-choose-box h3 {
    font-weight: 700;
    font-size: 26px;
    color: black;
    margin-bottom: 15px;
}

.an-why-choose-box p {
    font-size: 16px;
    font-weight: 500;
    color: black;
    line-height: inherit;
}

.an-why-choose-box img {
    margin-bottom: 15px;
}

.an-why-choose-box:hover {
    background: #08b4c1;
}

.an-why-choose-box:hover img {
    filter: brightness(0) invert(1);
}

.an-why-choose-box:hover h3,
.an-why-choose-box:hover p {
    color: white;
}

.new-light-section {
    /* background: url(../img/light-bg.png) no-repeat; */
    /* min-height: 560px; */
    padding: 70px 0px;
    /* padding: 140px 0px 0px; */
    /* margin-top: -50px; */
    position: relative;
    background-color: #f9e4ce;
}

.new-light-section .an-primary-heading span::before {
    background: url(../img/line2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.inner-light p {
    font-size: 22px;
    font-weight: 500;
    color: black;
    max-width: 40%;
    margin-bottom: 20px;
}

.inner-light .an-btn-wrapper {
    justify-content: start;
    text-align: center;
}

.inner-light .an-btn-wrapper .an-primary-btn.outline {
    background: #08b4c1;
    color: white;
}

.inner-light .an-btn-wrapper .an-primary-btn.outline:hover {
    background: black;
    color: white;
}

.inner-light .an-btn-wrapper .an-primary-btn.dark {
    background: black;
    border-color: black;
}

.inner-light .an-btn-wrapper .an-primary-btn.dark:hover {
    background: transparent;
}

.light-sider {
    position: absolute;
    top: -50px;
    right: 250px;
    z-index: 1;
}

.new-light-section:after {
    content: '';
    position: absolute;
    background: url(../img/light-side.png) no-repeat;
    width: 670px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 0;
}

.process-section {
    padding: 100px 0px;
}

.process-section .an-primary-heading,
.process-section .an-primary-heading+p {
    text-align: center;
}

.process-txt figure {
    background: #FFFAEF;
    padding: 30px 50px;
    border-radius: 54px;
}

.process-txt figure img {
    margin-bottom: 15px;
}

.process-txt figure figcaption {}

.process-txt figure figcaption h4 {
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.process-txt p {
    color: #303030;
    font-size: 18px;
    font-weight: 500;
    margin: auto;
    max-width: 80%;
}

.process-txt {
    text-align: center;
    margin-bottom: 50px;
}

.second-process figure {
    border-radius: 0;
}

.third-process figure {
    border-radius: 160px;
}

.fourth-process figure {
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.fourth-process figure {
    position: relative;
}

.fifth-process figure {
    border-radius: 110px;
}

.sixth-process figure {
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


.revi-txt {
    background: black;
    text-align: end;
    padding: 50px 150px 50px 100px;
    position: relative;
    min-height: 350px;
}

.revi-txt p {
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.revi-txt span {
    font-size: 30px;
    color: white;
    font-weight: 600;
    display: block;
}

.revi-txt small {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.review-section .row {
    align-items: center;
}

.revi-txt img {
    position: absolute;
    right: 30px;
}

.slider-for img {
    width: 100%;
}

.review-section {
    position: relative;
}

.review-section:before {
    content: '';
    position: absolute;
    background: #F0D5BA;
    width: 100%;
    height: 170px;
    z-index: -1;
    top: 35%;
}


.slider-nav .slick-prev {
    left: -80%;
}

.slider-nav .slick-prev::before {
    display: none;
}

.slider-nav .slick-next::before {
    display: none;
}

.slider-nav .slick-prev i {
    font-size: 40px;
    color: black;
}

.slider-nav .slick-next i {
    font-size: 40px;
    color: black;
}

.slider-nav .slick-next {
    right: -50px;
}

.packages-section .an-primary-heading,
.packages-section .an-primary-heading+p {
    text-align: center;
}

.packer-tabs .nav-tabs {
    justify-content: center;
    gap: 20px;
    border-bottom: none;
}

.packer-tabs .nav-tabs .nav-item .nav-link {
    padding: 12px 100px;
    font-weight: 500;
    font-size: 22px;
}


.chat-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding-top: 15px;
}

.chat-bottom .open_chat_btn {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chat-bottom .open_chat_btn span small {
    font-size: 12px;
    color: black;
    font-family: 'Montserrat';
    font-weight: 600;
    display: block;
}

.chat-bottom .open_chat_btn span {
    font-size: 18px;
    color: black;
    font-weight: 800;
}

.chat-bottom .call-btns {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chat-bottom .call-btns span small {
    font-size: 12px;
    font-weight: 600;
    color: black;
    display: block;
}

.chat-bottom .call-btns span {
    font-size: 16px;
    font-weight: 800;
    font-family: 'Montserrat';
    color: black;
}

.inner-pack {
    background: #F8F8F8;
    padding: 30px 30px;
    margin: 12px;
    margin-bottom: 30px;
    position: relative;
}

.inner-pack h3 {
    color: #FCB10E;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-pack span {
    color: #08b4c1;
    font-size: 60px;
    font-weight: 700;
}

.inner-pack span sup {
    font-size: 30px;
    color: black;
    right: -20px;
    font-weight: 500;
    top: -20px;
}

.inner-pack span>sup+small {
    font-size: 30px;
    font-weight: 700;
    color: black;
    text-decoration: line-through;
}

.inner-pack ul {
    margin-bottom: 30px;
}

.inner-pack ul li i {
    color: #08b4c1;
    flex: 0 0 25px;
}

.inner-pack ul li {
    font-size: 16px;
    color: #303030;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}

.inner-pack .pack-butns a.pack-btns {
    width: 100%;
    border-radius: 10px;
    background: black;
    color: white;
    display: block;
    height: 50px;
    display: grid;
    place-content: center;
    font-size: 16px;
    font-weight: 700;
}

.inner-pack .pack-butns a.pack-btns:hover {
    background: transparent;
    border: 1px solid black;
    color: black;
}

.packer-tabs .tab-pane .row {
    padding-top: 50px;
}

.inner-pack ul {
    height: 220px;
    overflow: auto;
    overflow-anchor: initial;
    overflow-x: hidden;
}

.inner-pack ul::-webkit-scrollbar {
    height: 100px;
    width: 10px;
    background: #aca6a6;
    border-radius: 16px
}

.inner-pack ul::-webkit-scrollbar-track {
    color: #dcdcdc;
    border-radius: 16px
}

.inner-pack ul::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #08b4c1;
}

.recomed-badge {
    position: absolute;
    right: 0;
    top: -50px;
}

.standard {
    background: #FFFAEF;
}

.recommend-packs {
    background: #322C4E;
}

.recommend-packs h3,
.recommend-packs span,
.recommend-packs span sup,
.recommend-packs span>sup + small,
.recommend-packs span small,
.recommend-packs ul li {
    color: white;
}

.recommend-packs .pack-butns a.pack-btns {
    background: #08b4c1;
    color: white;
}

.recommend-packs .chat-bottom a span,
.recommend-packs .chat-bottom a span small {
    color: white;
}
.question-section{
    background: url(../img/question-bg.jpg) no-repeat;
    background-size: cover;
    /* background-position: 100%; */
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
}
.inner-question h2 {
    font-size: 78px;
}

.inner-question p {
    font-size: 20px;
    color: #303030;
    margin-bottom: 20px;
}

.quest-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
}

.quest-btn .call-btns {
    display: flex;
    align-items: center;
    font-size: 31px;
    font-weight: 600;
    color: black;
}

.quest-btn .call-btns span small {
    font-size: 15px;
    display: block;
    font-weight: 600;
}

.quest-btn .talk-btns {
    font-size: 20px;
    color: black;
    font-weight: 700;
    border: 1px solid #08b4c1;
    border-radius: 10px;
    padding: 15px 65px;
}

.inner-question .workpopup-btn {
    font-size: 20px;
    font-weight: 600;
    background: black;
    color: white;
    padding: 20px 200px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid black;
}
.quest-btn .talk-btns:hover {
    background: black;
    color: white;
    border-color: black;
}

.quest-btn .call-btns:hover {
    color: #e01d27;
}

.quest-btn .call-btns:hover img {
    filter: brightness(0) invert(1);
}

.quest-btn .call-btns img {
    transition: 0.5s;
}
.inner-question .workpopup-btn:hover {
    border: 1px solid black;
    background: transparent;
    color: black;
}
.question-sider {
    position: absolute;
    top: -80px;
    left: 127px;
}
.trusted-section{}
.trusted-section .an-primary-heading{
    text-align: center;
}
.trust-slider {
    padding-top: 40px;
}
.item-trust img {
    margin: auto;
}

.review-sec {
    padding: 0px 0 100px;
}

.review-sec .main-head {
    max-width: 60%;
    margin: auto;
}

.review-mn-testimonial {
    padding: 50px 30px;
    border: 2px solid #08b4c1;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    margin: 20px;
    min-height: 480px;
}

.review-mn-testimonial img {
    padding-bottom: 30px;
}

.review-mn-testimonial p {
    font-size: 18px;
    font-weight: 500;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.review-mn-testimonial span {
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding-top: 20px;
}

.review-mn-testimonial strong {
    font-weight: 500;
    font-size: 16px;
}

.review-mn-testimonial strong.trust {
    color: #00b67a;
    font-weight: 600;
}

.review-mn-testimonial strong.google {color: #e01d27;background: transparent;font-weight: 600;}

.review-inner .slick-dots li button ,
.packslider .slick-dots li button     {
    width: 15px;
    height: 15px;
    background: rgb(209, 209, 229);
    border-radius: 50%;
}

.review-inner .slick-dots li button:before ,
.packslider .slick-dots li button:before 
{
    display: none;
}

.review-inner .slick-dots li.slick-active button ,
.packslider .slick-dots li.slick-active button {
    width: 30px;
    border-radius: 10px;
    background: #08b4c1;
    transition: 0.5s;
}



.review-inner .slick-dots ,
.packslider .slick-dots 
 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 1111;
    transition: 0.5s;
}

.rev-mn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 40px;
}

.review-mn-testimonial a {
    text-decoration: none !important;
    color: black;
}
.review-inner.slick-slider .slick-dots li,  
.packslider.slick-slider .slick-dots li  

{margin: 2px;transition: 0.5s;}
section.review-sec .review-inner .slick-arrow,
.packslider .slick-arrow
 {
position: absolute;
display: block;
z-index: 11;
opacity: 1;
visibility: visible;
left: 0px;
background: #ed3369;
}

section.review-sec .review-inner .slick-arrow::before {
color: white;
}

section.review-sec .review-inner .slick-arrow:hover {
background: black;
}

section.review-sec .review-inner .slick-arrow.slick-arrow.slick-next {
right: 0px;
left:auto
}
.allinone-combo{
    background: url(../img/combo_bg.jpg) no-repeat;
    background-size: cover;
    min-height: 980px;
}
.comb-txt strong {
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.comb-txt h2 {
    font-size: 125px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}

.comb-txt h2 span {
    color: #ED3463;
}

.comb-txt p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.inner-combo h6 {
    color: black;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.inner-combo ul li {
    font-size: 16px;
    color: black;
    font-weight: 500;
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}

.inner-combo ul li strong {
    font-size: 16px;
    color: #FCB10E;
    font-weight: bold;
    flex: 0 0 26px;
}

.comb-txt .row {
    padding-bottom: 40px;
}
.combo-sider {
    position: absolute;
    top: 30px;
    right: 50px;
}

.combo-sider img {
    max-width: 100%;
}
.main-faqform .an-form {
    background: #F3F3F3;
}

.main-faqform .an-form h3 {
    color: black;
}

.faq-main h3 {
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.faq-main .card {
    margin-bottom: 20px;
    border-radius: 10px;
}

.faq-main .card .card-header {
    background: transparent;
    border-bottom: none;
}

.faq-main .card .card-header button {
    font-size: 22px;
    font-weight: 700;
    color: black;
    text-decoration: none !important;
}

.faq-main .card .card-body p {
    font-size: 16px;
    font-weight: 500;
    color: black;
}



.card .card-header button.btn.btn-link.collapsed {
    background: white;
    color: black;
}

.faq-main .card .card-header button[aria-expanded='true'] i:before {
    content: '\f068';
}

.faq-main  .card .card-header button {
    padding: 15px 0px;
    font-size: 22px;
    font-weight: 700;
    color: black;
    text-decoration: none !important;
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.faq-section .row {
    align-items: center;
}
footer {
    background: black;
    color: white;
    padding: 30px 0px;
}
.copright-mn p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.tems-foot ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    color: white;
    margin-bottom: 0;
}

.tems-foot ul li a {
    color: white;
    font-size: 18px;
    font-weight: 600;
}
.indus-box {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.indus-box img {
    float: left;
    margin-right: 10px
}

.indus-box h4 {
    color: rgb(41, 42, 49);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.industry .an-primary-heading , .industry .an-primary-heading + p {
    text-align: center;
}
.mobile-icon-wraper{
    display: none;
}
/* popup css   */
.popup_form {
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px
}

.popup_form .close_popup {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: center
}

.popup_form .close_popup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #fd0056;
    line-height: 1;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50px
}

.small,
small {
    font-size: .875em
}

.popup_form .title {
    color: #000;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 800;
    font-family: 'ebrima';
}

.popup_form .c_field {
    background: 0 0;
    border: 2px solid #a6a8af;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 12px;
    border-radius: 5px;
    color: #000;
    font-size: 13px
}

.popup_form .btn_green {
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    min-width: 130px;
    letter-spacing: .8px;
    background: #fd0056;
    border: none;
    color: var(--white);
    font-family: 'ebrima';
}

.popup_form .btn_green:hover,
.popup_form .close_popup:hover {
    color: #fff;
    background: #000
}

.popup_form .form-check label {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    letter-spacing: .3px
}

small.pkg_name {
    font-weight: 700;
    color: black;
    font-family: 'ebrima';
}

.indus-box {
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: 0.5s;
    border: 1px solid #08b4c1;
    min-height: 50px;
    margin: 10px;
}
.indus-box:hover {
    transform: translate(0, -5px);
    box-shadow: 0 15px 39px -11px #46638e45;
}
.show_loader:after {
    content: "";
    background: url(../img/loader.gif);
    width: 18px;
    display: inline-block;
    height: 18px;
    background-size: cover;
    margin-left: 6px;
    vertical-align: middle;
    margin-top: -4px;
}


.packslider .slick-list.draggable .slick-track {
    margin: 5rem 0 0;
}


.budget {
    background-image: -moz-linear-gradient( 90deg, rgb(219, 175, 188) 0%, rgb(147, 0, 44) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(128, 0, 39) 0%, rgb(147, 0, 44) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(128, 0, 39) 0%, rgb(147, 0, 44) 100%);
    padding: 40px 0;
}

.combo-list-style ul {
    display: block;
    color: #fff;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-family: 'Poppins', sans-serif;
    padding-left: 0;
}

.top-packages h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    line-height: normal;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

.combo-list-style ul li {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
}

.combo-list-style ul li i {
    color: #fff;
    font-size: 8px;
    padding-right: 10px;
}

.combo-list-style ul li h6 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.combo-list-style ul li {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(153 0 54 / 87%);
    padding: 4px 0;
    width: 100%;
}

.budgetList .combo-list-style {
    font-size: 0px;
    display: block;
}

.budgetList .combo-list-style ul li {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.budgetList .last {
    padding-right: 0px;
}

.budget .btn:before {
    border-color: #fff;
}

.budget .btn:hover:before {
    border-color: #d3071a;
}

.budget .btn:after {
    border-color: #fff;
}
.mn-h1 {
    color: white;
}
.mn-h1 span {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    line-height: normal;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}
.final {
    text-align: center;
}

.combo-slider.owl-carousel .owl-item img {
    width: 100% !important;
}

button#signupBtn {
    background: #b31212;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 20px;
}
.seller_order {
    font-size: 15px;
    background: transparent linear-gradient(180deg, #08b4c1 0%, #4e42f0 100%) 0% 0%;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 46px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #13a2c8;
    transition: all 0.5s;
    font-weight: 500;
}
.seller_order:hover {
    background-image: linear-gradient(to right, #fd0043, #721e72);
    background: #08b4c1;
    color: #fff;
    border-color: #08b4c1;
    transition: all 0.5s;
}
/* popup css   */