@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
    font-family: "Poppins", sans-serif !important;
}
img {
    width: 100%;
}
a {
    text-decoration: none !important;
}

            * {
                margin: 0;
                padding: 0;
                box-sizing: border-box
            }
            
            .top-offer-bar {
    background: #666ffa;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

.offer-slider div{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .3px;
}

.top-offer-bar .slick-slide{
    padding: 0 15px;
}
.offer-slider .slick-track{
    display: flex;
    align-items: center;
}

            .text-black {
                color: #242458;
            }

            .container {
                max-width: 1200px;
                margin: 0 auto;
                padding: 0 20px
            }

            .row {
                display: flex;
                flex-wrap: wrap;
                margin-left: -1rem;
                margin-right: -1rem
            }

            .row>div {
                padding: 0 1rem
            }

            .col-1 {
                width: 8.33333%
            }

            .col-2 {
                width: 16.66667%
            }

            .col-3 {
                width: 25%
            }

            .col-4 {
                width: 33.33333%
            }

            .col-5 {
                width: 41.66667%
            }

            .col-6 {
                width: 50%
            }

            .col-7 {
                width: 58.33333%
            }

            .col-8 {
                width: 66.66667%
            }

            .col-9 {
                width: 75%
            }

            .col-10 {
                width: 83.33333%
            }

            .col-11 {
                width: 91.66667%
            }

            .col-12 {
                width: 100%
            }

            .align-items-center {
                align-items: center
            }

            .align-items-end {
                align-items: end
            }

            .justify-content-center {
                justify-content: center
            }

            .img-fluid {
                max-width: 100%
            }

            .logo {
                width: 150px
            }

            .header {
                padding: .7rem 0;
                box-shadow: 1px 9px 20px 0 #0000001a
            }

            .header-right {
                display: flex;
                justify-content: flex-end;
                gap: 2rem
            }

            .link {
                font-size: 1.3rem;
                font-weight: 500;
                color: #000
            }

.head-btn {
    text-decoration: none;
    color: #242458;
    font-weight: 700;
    font-size: 1.2rem;
    display: block;
    width: max-content;
}
.thankyousec {
    background: linear-gradient(173deg, rgba(246, 230, 248, 0) 0, #f6e6f8 50%, rgba(246, 230, 248, 0) 100%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.header-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou h1 {
    color: #242458;
    font-size: 80px;
    font-weight: 600;
}
.thankyou p {
    font-size: 18px;
    width: 80%;
    margin: 0 auto 20px;
}

            .head-btn span {
                color: #d4004a;
                font-size: .8rem;
                font-weight: 500
            }
#package, .faq-sec {
    background: linear-gradient(173deg, rgba(246, 230, 248, 0) 0, #f6e6f8 50%, rgba(246, 230, 248, 0) 100%);
}
body .footer {
    background-color: #242458 !important;
}
            .primary-btn,.secondary-btn {
                background-color: #ff2756;
                padding: .9rem 1.3rem;
                border-radius: .8rem;
                color: #fff;
                text-decoration: none;
                font-size: 1.05rem;
                text-decoration: none;
                font-weight: 500;
                border: 1px solid #ff2756;
                display: block;
                width: max-content
            }

            .secondary-btn {
                background-color: transparent;
                color: #3f4ed9
            }

            .primary-btn:hover {
                background-color: transparent;
                color: #3f4ed9
            }

            .secondary-btn:hover {
                background-color: #3f4ed9;
                color: #fff
            }

            .hero-hd {
                font-size: 2rem;
                font-weight: 800;
                color: #25324c;
                margin-bottom: 1rem;
                /* text-shadow: 5px 8px 4px #0000004a; */
            }

            .hero-banner {
                padding: 3rem 0;
                background: #fff;
                background: linear-gradient(173deg,rgba(246,230,248,0) 0,#f6e6f8 50%,rgba(246,230,248,0) 100%);
            }

            .hero-para {
                font-size: 1.4rem;
                color: #000;
                font-weight: 500;
                margin-bottom: 1.7rem
            }

            .couple-btn {
                display: flex;
                align-items: center;
                gap: 2rem
            }

            .mb-1 {
                margin-bottom: .5rem
            }

            .mb-2 {
                margin-bottom: 1rem
            }

            .mb-3 {
                margin-bottom: 1.5rem
            }

            .mb-4 {
                margin-bottom: 2rem
            }

            .mb-5 {
                margin-bottom: 2.5rem
            }

            .mt-1 {
                margin-top: .5rem
            }

            .mt-2 {
                margin-top: 1rem
            }

            .mt-3 {
                margin-top: 1.5rem
            }

            .rated-hd {
                color: #e0005a;
                font-size: 1.4rem
            }

            .para-sm {
                font-size: 1.1rem;
                font-weight: 400
            }

            .form-area {
                max-width: 420px;
                margin-left: auto;
                border: 1px solid #00000067;
                padding: 1.4rem 1.5rem;
                border-radius: 1.3rem;
                background-color: #fff;
                box-shadow: 0 0 10px 0 #00000030,inset 0 0 10px 0 #00000030
            }

            .form-title {
                font-size: 1.1rem;
                color: #666ffa;
                font-weight: 700
            }

            .form-title-sec {
                font-size: 1.7rem;
                color: #000;
                font-weight: 700
            }

            .discount-circle {
                width: 5.5rem;
                height: 5.5rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                background-color: #ff2756;
                border-radius: 100%;
                color: #fff;
                font-size: 2.2rem;
                position: absolute;
                top: 0;
                left: 0;
                line-height: 1;
                transform: translate(-60%,-40%)
            }

            .discount-circle small {
                font-size: 1.1rem
            }

            .discount-hd {
                font-size: 3rem;
                color: #d4004a;
                text-transform: uppercase;
                font-weight: 700;
                display: flex;
                align-items: center;
                text-shadow: 0 8px 3px #0000001c
            }

            .input {
                width: 100%;
                padding: 1rem;
                border-radius: .4rem;
                font-size: 1rem;
                box-shadow: 0 0 9px 0 #0000002e;
                border: 0;
                resize: none;
                font-weight: 500
            }

            .d-block {
                display: block
            }

            .w-100 {
                width: 100%
            }

            .award-img {
                display: block;
                width: 22%;
                height: auto;
                object-fit: contain
            }

            .award-img img {
                object-fit: contain;
                height: auto
            }

            .awards {
                display: flex;
                gap: 1rem
            }

            .pad-y {
                padding: 3rem 0
            }

            .position-relative {
                position: relative
            }

            .pack-sec-layer {
                position: absolute;
                left: 0;
                top: 0;
                background-color: #242458;
                height: 100%;
                max-height: 370px;
                width: 100%
            }

            .para {
                font-size: 1.4rem
            }

            .text-center {
                text-align: center
            }

            .primary-hd {
                font-weight: 800;
                font-size: 2.8rem;
                color: #25324c
            }

            .sec-para {
                font-size: 1.6rem;
                font-weight: 500;
                color: #25324c
            }

            .text-white {
                color: #fff
            }

            .pack-slide {
                width: 32%;
                overflow: hidden
            }

            .i-amphtml-carousel-scroll {
                gap: 1rem
            }

.package {
    padding: 1.5rem;
    border-radius: .5rem;
    border: 2px solid #3c3f6e;
    background-color: #fff;
    transition: all .5s;
    margin: 0 auto;
    overflow: hidden;
    color: #000;
    position: relative;
}
.tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 40px 0 30px;
}
.pack-sec .tabcontent {
    display: none;
}
.tab-buttons .primary-btn.active {
    background-color: #fff;
    color: #ff2756;
}

            .package .hd-sm {
                font-size: 1.6rem;
                font-weight: 600
            }

            .pack-list {
                height: 300px;
                overflow: hidden;
                overflow-y: auto;
                padding: 1rem;
                background-color: #a1a1a133
            }

            .check {
                width: .8rem;
                height: .8rem;
                border: 1px solid #fff;
                border-radius: 50%;
                font-size: .7rem;
                color: #fff;
                background-color: #ff2756;
                display: grid;
                place-items: center;
                flex-shrink: 0;
                position: relative;
                margin-top: 1.7%
            }

            .sperate-border-list {
                display: flex;
                border-top: 1px solid #707070;
                list-style: none
            }

            .sperate-border-list li {
                width: 50%;
                padding: .8rem 0
            }

            .sperate-border-list li:not(:first-child) {
                border-left: 1px solid #707070
            }

            .link2 {
                font-size: 1rem;
                color: #000;
                display: block;
                width: max-content;
                line-height: 1.2;
                text-align: center;
                text-decoration: none
            }

            .link2 span {
                font-size: 1rem;
                font-weight: 600;
                color: #666ffa;
            }

            .pack-list li {
                display: flex;
                gap: .5rem;
                margin-bottom: .8rem
            }

            .pack-list::-webkit-scrollbar {
                width: 8px;
                background-color: #7070700c
            }

            .pack-list::-webkit-scrollbar-thumb {
                background-color: #00000085
            }

            .hd-price {
                font-size: calc(2rem + 1.7vw);
                font-family: Montserrat,sans-serif;
                font-optical-sizing: auto;
                font-weight: 600
            }

            .hd-price span {
                font-size: 2rem
            }

            .cut {
                font-size: 1.5rem;
                color: #707070a1;
                text-decoration: line-through
            }

            .pack-tag {
                position: absolute;
                top: 0;
                right: 0;
                background-color: #4fd8fd;
                color: #242458;
                text-transform: uppercase;
                font-weight: 700;
                padding: .5rem 3rem;
                font-size: .9rem;
                transform: rotate(40deg) translate(27%,-23%);
                box-shadow: -6px 6px 19px 0 #00000042
            }
            .packages-main {
    display: flex;
    gap: 15px;
}

            .mx-auto {
                margin-left: auto;
                margin-right: auto
            }

            .i-amphtml-base-carousel-arrow-next-slot {
                right: -28px
            }

            .i-amphtml-base-carousel-arrow-prev-slot {
                left: -28px
            }

            .i-amphtml-layout-size-defined {
                overflow: visible!important
            }

            .i-amphtml-base-carousel-arrow-background {
                background-color: #3f4ed9
            }

            .bg-light {
                background-color: #f3e8fa
            }

            .portfolio-img {
                width: 23.8%;
                aspect-ratio: 1/1;
                overflow: hidden;
                height: 550px
            }

            .portfolio-img img {
                object-fit: cover!important;
                object-position: top
            }

.testimonial {
    background-color: #242458;
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin: 0 8px;
}
.testimonial-slider .slick-dots, .portfolio-sec .slick-dots {
    display: none !important;
}
.testimonial-slider .para {
    min-height: 220px;
}
            .client-detail img {
    width: 100px;
    margin: 0 auto;
}

            .client-name {
                font-size: 1.5rem;
                font-weight: 600;
                color: #fff
            }

            .client-name-2 {
                font-size: 1rem;
                font-weight: 600;
                color: #fff
            }

            .accordion-btn {
                padding: .8rem;
                background-color: transparent;
                border: 0
            }

            .accordion-body {
                padding: .5rem
            }

            .accordion {
                border: 1px solid #00000051;
                border-radius: .4rem
            }

            .faq-card{
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
}

.faq-card .card-header{
    padding: 0;
    background: transparent;
    border: 0;
}

.faq-btn{
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-btn:hover{
    color: #fff;
    text-decoration: none;
}

.faq-btn:focus{
    box-shadow: none;
    text-decoration: none;
}

.card-body{
    color: #d4d4d4;
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 28px;
}

.faq-icon {
    font-size: 28px;
    line-height: 1;
    transition: 0.3s;
    float: right;
}

.faq-btn[aria-expanded="true"] .faq-icon{
    transform: rotate(45deg);
}

            .accordion[expanded] {
                background: #f3e8fa
            }

            .bg-dark {
                background-color: #25324c
            }
.star-img {
    width: 160px;
    position: relative;
    top: -5px;
    margin-left: 4px;
}
            .secondary-hd {
    font-size: 24px;
    color: #000;
    font-weight: 800;
}


            .fw-medium {
                font-weight: 500
            }

            .packages-list {
                height: 750px
            }

        

            .sidebar-list {
                list-style: none
            }

            .sidebar-btn {
                font-size: 1.5rem;
                margin-bottom: 1rem;
                display: block;
                width: max-content
            }

            .amp-sidebar {
                background-color: #f3e8fa;
                padding: 2rem;
                border-radius: 2rem 0 0 0
            }

            section {
                overflow: hidden
            }

            .line {
                width: 25px;
                height: 3px;
                background-color: #5a5a5a;
                display: block;
                margin: 4px 4px
            }

            .hamburger {
                background-color: transparent;
                border: 0
            }

            .hamburger {
                display: none
            }

            .feature-box {
                border: 1px solid #fff;
                padding: 1.5rem;
                border-radius: 1rem;
                height: 100%
            }

            .feature-box:hover {
                background: #5f00de;
                background: linear-gradient(348deg,#5f00de 0,#fc006b 100%)
            }

            .feature-icon {
                width: 6rem;
                height: 6rem;
                border-radius: 100%;
                background-color: #f0ebf9;
                padding: 1rem
            }

            .secondary-hd-2 {
                font-weight: 800;
                font-size: 2rem
            }

            .process-box {
                background-color: #fff;
                border-radius: 1.5rem;
                height: 100%
            }

            .process-content {
                padding: 1.5rem
            }

            .process-box:hover {
                background-color: #25324c
            }

            .process-box:hover * {
                color: #fff
            }

            .pop-area {
                background-color: #00000092;
                padding: 2rem;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center
            }

            .pop-form {
                padding: 1rem;
                background-color: #f0ebf9;
                border-radius: 1rem;
                width: 100%;
                max-width: 430px;
                position: relative
            }

            .close-btn {
                width: 3rem;
                height: 3rem;
                border-radius: 100%;
                background-color: #e0005a;
                color: #fff;
                border: 0;
                font-size: 2rem;
                font-weight: 700;
                position: absolute;
                top: 0;
                right: 0;
                transform: translate(50%,-50%);
                cursor: pointer
            }

            .packs-btns {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 1rem;
                flex-wrap: wrap
            }

            .tab-body {
                display: none
            }

            .tab-body[selected] {
                display: block
            }

            .amp-selector [option][selected] {
                cursor: auto;
                outline: 0
            }

            .primary-btn:hover,.primary-btn[selected] {
                background-color: #fff;
                color: #ff2756;
            }

            button {
                cursor: pointer
            }

            .hero-hd-sub {
                font-size: 3.5rem;
                color: #666ffa;
            }

            .keys {
                padding: 2rem 0;
                background: #f6e6f8;
                background: linear-gradient(173deg,rgba(246,230,248,0) 0,#f6e6f8 50%,rgba(246,230,248,0) 100%)
            }

            .key-list {
                display: flex;
                justify-content: center;
                color: #000;
                font-size: 1rem;
                letter-spacing: .8px;
                text-align: center
            }

            .key-list li {
                padding: 0 1rem;
                list-style: none
            }

            .key-list li:not(:first-child) {
                border-left: 2px solid #000
            }
.portfolio-blk {
    margin: 0 10px;
    background-color: #000;
}
.faq-card {
    border: 1px solid #00000052 !important;
    border-radius: 6px !important;
}
.faq-btn {
    text-align: left !important;
    color: #000 !important;
    padding: 12px 20px 10px !important;
}
.faq-card .card-body {
    color: #0000009e;
}

            @media (max-width: 1023px) {
                :root {
                    font-size:10px
                }

                .form-area {
                    margin: 1.5rem auto 0
                }

                .container {
                    max-width: 768px
                }

                .row>div {
                    width: 100%
                }


                .logo {
                    width: 100px
                }

                .m-text-center {
                    text-align: center
                }

                .m-justify-center {
                    justify-content: center
                }

                .pack-slide,.portfolio-img,.testimonial {
                    width: 100%
                }

                .packages-list {
                    height: 550px
                }

                .portfolio-slider {
                    height: 350px
                }

                .testimonial-slider {
                    height: 280px
                }

                .logo-area {
                    display: flex;
                    align-items: center;
                    justify-content: space-between
                }

                .hamburger {
                    display: block
                }

                .pack-list {
                    height: 260px
                }

                .form-area {
                    max-width: 420px;
                    width: 85%
                }
            }

            @media (max-width: 767px) {
                .key-list li {
                    width:50%;
                    padding: .5rem
                }

                .key-list li:nth-child(3) {
                    border-left: none
                }

                .key-list {
                    flex-wrap: wrap
                }
            }

           
             .cls-1 {
                                            fill: url(#linear-gradient-15)
                                        }

                                        .cls-2 {
                                            fill: url(#linear-gradient-13)
                                        }

                                        .cls-3 {
                                            fill: url(#linear-gradient-2)
                                        }

                                        .cls-4 {
                                            fill: url(#linear-gradient-10)
                                        }

                                        .cls-5 {
                                            fill: url(#linear-gradient-12)
                                        }

                                        .cls-6 {
                                            fill: url(#linear-gradient-4)
                                        }

                                        .cls-7 {
                                            fill: url(#linear-gradient-3)
                                        }

                                        .cls-8 {
                                            fill: url(#linear-gradient-5)
                                        }

                                        .cls-9 {
                                            fill: url(#linear-gradient-8)
                                        }

                                        .cls-10 {
                                            fill: url(#linear-gradient-14)
                                        }

                                        .cls-11 {
                                            fill: url(#linear-gradient-7)
                                        }

                                        .cls-12 {
                                            fill: url(#linear-gradient-9)
                                        }

                                        .cls-13 {
                                            fill: url(#linear-gradient-11)
                                        }

                                        .cls-14 {
                                            fill: url(#linear-gradient-6)
                                        }

                                        .cls-15 {
                                            fill: url(#linear-gradient-16)
                                        }

                                        .cls-16 {
                                            fill: url(#linear-gradient)
                                        }
                                        /* Custom Quote Popup Styles */
.custom-quote-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.custom-quote-popup-overlay.active {
    display: flex;
    opacity: 1;
}

.custom-quote-popup {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 1.5rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.custom-quote-popup-overlay.active .custom-quote-popup {
    transform: scale(1);
}

.close-popup-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #d4004a;
    color: #fff;
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.close-popup-btn:hover {
    background-color: #b0003d;
    transform: rotate(90deg);
}

.popup-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #25324c;
    margin-bottom: 1.5rem;
}
.logos-bar {
    position: relative;
    text-align: left;
    color: #fff;
    margin-top: 30px;
}
.company-logo {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    justify-content: start;
    gap: 10px;
}
.company-logo a {
    margin-right: 2px;
    display: inline-block;
}
.company-logo a:nth-child(3) img {
    width: 180px;
    position: relative;
    top: 6px;
}
.para {
    color: #000;
    font-size: 20px;
}
.awards img {
    width: 90px;
}
.aboutsec img {
    filter: drop-shadow(2px 4px 6px #000);
}
.abt-btns {
    display: flex;
    gap: 15px;
}
.aboutsec h2 {
    font-size: 36px;
    margin: 0 0 10px;
}
.gallery-sec {
    background-color: #242458;
}
.feature-card-1 {
    aspect-ratio: 1 / 1.7;
}
.feature-card-2 {
    aspect-ratio: 1 / 1.6;
}
.feature-card-3 {
    aspect-ratio: 1 / 1.2;
}
.feature-card-4 {
    aspect-ratio: 1 / 1.3;
}
.feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    width: 100%;
}
.feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
}
.align-items-md-end {
    align-items: flex-end !important;
}
.feature-row-third {
    transform: translateY(16rem);
    position: relative;
    z-index: 2;
}
.feature-card-5 {
    aspect-ratio: 1 / 1.15;
}
.feature-card-5-2 {
    outline: 1.5rem solid var(--mode);
    position: relative;
    z-index: 2;
}
.feature-card-5 {
    aspect-ratio: 1 / 1.15;
}
.feature-card-6 {
    aspect-ratio: 1 / 1.8;
}
.feature-card-7 {
    aspect-ratio: 1 / .67;
}
.gallery-sec .container-fluid {
    padding: 0 80px;
}
.feature-row {
    margin-top: -180px;
}

.testimonial-slider .slick-prev {
    left: -52px !important;
}
.testimonial-slider .slick-prev:before {
    content: '\2190';
    color: #ec0069;
    font-size: 50px;
}
.testimonial-slider .slick-next:before {
    content: '\2192';
    color: #ec0069;
    font-size: 50px;
}
.ftr-btn {
    margin-bottom: 4px !important;
}
.ftr-para {
    margin-bottom: 0 !important;
    font-size: 16px !important;
}

    


@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media (min-width: 1600px) {
.feature-row {
    margin-top: -160px;
}
.feature-row-third {
    position: relative;
    top: -44px;
}

}

@media (min-width: 1400px) and (max-width: 1599px) {
.feature-row {
    margin-top: -100px;
}
.feature-row-third {
    position: relative;
    top: -74px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.feature-row {
    margin-top: -100px;
}
.feature-row-third {
    position: relative;
    top: -102px;
}  
.testimonial-slider .slick-prev {
    left: -30px !important;
}
.testimonial-slider .slick-next {
    right: -15px !important;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
    font-size: 34px;
}
.footer .ftr-btn {
    margin-bottom: 4px !important;
} 

}

@media (min-width: 992px) and (max-width: 1199px) {
h1.hero-hd, .hero-para {
    text-align: left !important;
}
.feature-row {
    margin-top: -70px;
}
.feature-row-third {
    position: relative;
    top: -40px;
} 
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
    font-size: 28px;
}
.footer .ftr-btn {
    margin-bottom: 4px !important;
} 
.testimonial-slider .para {
    font-size: 15px;
    font-weight: 300;
    min-height: 210px !important;
}
.testimonial-slider .slick-prev {
    left: -19px !important;
    z-index: 999;
}
.testimonial-slider .slick-next {
    right: -11px !important;
    z-index: 999;
} 
.footer p, .footer a {
    font-size: 14px !important;
}
}
/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
}
/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {
.hero-banner .row, .footer .row {
    flex-direction: column;
    gap: 50px;
}
.hero-banner .col-7, .hero-banner .col-5, .footer .col-8, .footer .col-4, .footer .col-8 .row .mt-3 {
    max-width: 100%;
}
.tab-buttons {
    flex-wrap: wrap;
}
.packages-main {
    flex-direction: column;
}
.testimonial-slider .para {
    min-height: auto;
}
.footer .col-8 .row {
    gap: 0;
}
footer {
    text-align: center;
}
footer .head-btn {
    margin: 0 auto;
}
footer button.primary-btn {
    margin: 0 auto;
    width: 100%;
}
.faq-btn {
    padding-right: 40px !important;
    position: relative;
}
span.faq-icon {
    position: absolute;
    right: 4px;
    top: 20%;
}
.header-right {
    gap: 5px;
}
.header-right a:nth-child(2) {
    display: none;
}
.logo-area img {
    min-width: 110px;
}
.head-btn {
    font-size: 11px;
}
.primary-btn, .secondary-btn {
    padding: 8px 10px;
    font-size: 10px;
}
.hero-hd {
    font-size: 16px;
}
.hero-hd-sub {
    font-size: 30px;
}
.rated-hd {
    margin-top: 10px;
}
.secondary-hd {
    font-size: 20px;
}
.star-img {
    width: 140px;
    top: -2px;
}
.awards img {
    width: 80px;
}
.gallery-sec {
    display: none;
}
.testimonial-slider {
    height: auto !important;
    width: 90%;
    margin: 0 auto;
}
.testimonial-slider .para {
    font-size: 16px;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
    font-size: 28px;
}
.testimonial-slider .slick-prev {
    left: -20px !important;
}
.testimonial-slider .slick-next {
    right: -13px;
}
.footer a, .footer p {
    font-size: 16px !important;
}
.ftr-btn {
    margin: 10px auto 2px !important;
}
.pad-y {
    overflow: hidden;
}

}

