@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Syne", sans-serif;
}

a {
    text-decoration: none;
}

figure {
    margin: 0;
    padding: 0;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

a, button {
    display: inline-block;
}

    button:focus {
        outline: none;
        box-shadow: none;
    }

select {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

/************************** Header css **************************/
/************************** Header css **************************/
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    transition: 0.5s;
    background: #0101017a;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-bottom: 2px solid #fff;
}

    .main-header.scroll {
        background: #010101;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .main-header.scroll .upper-list {
            margin-top: -36px;
        }

        .main-header.scroll .logo {
            width: 130px;
        }



    .main-header .logo {
        width: 150px;
        transition: 0.5s;
    }

    .main-header .nav-item {
        padding: 0 16px;
    }

        .main-header .nav-item .nav-link {
            font-size: 16px;
            font-weight: 500 !important;
            color: #fff !important;
            transition: 0.5s;
            text-transform: capitalize;
        }

            .main-header .nav-item .nav-link.active {
                color: #E3C83A !important;
            }

            .main-header .nav-item .nav-link:hover {
                transform: scale(1.1);
            }

.nav-btn .book-btn {
    background-color: #E3C83A;
    border: 1px solid #E3C83A;
    border-radius: 5px;
    padding: 10px 25px;
    color: #000000 !important;
    transition: 0.5s;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}

    .nav-btn .book-btn:hover {
        background-color: transparent;
        border: 1px solid #ffffff;
        color: #fff !important;
    }
/************************** Header css end **************************/
.main-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    font-size: 0;
}

    .main-banner::before {
        content: '';
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.1;
    }

    .main-banner video {
        width: 100%;
        height: 100svh;
        object-fit: cover;
    }

.main-banner-video video {
    height: 80vh;
}

.main-banner .content-box {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40%;
}

    .main-banner .content-box h3 {
        font-size: 60px;
        font-weight: 600;
        color: #E3C83A;
        padding-bottom: 5px;
    }

    .main-banner .content-box h1 {
        font-size: 55px;
        font-weight: 700;
        color: #fff;
        line-height: 59px;
        padding-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .main-banner .content-box .drive-btn {
        background-color: #ffffff;
        border: 2px solid #ffffff;
        padding: 10px 18px;
        font-size: 16px;
        font-weight: 600;
        color: #000000 !important;
        transition: 0.5s;
        border-radius: 5px;
    }

.main-video-banner-content {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 57.5%;
    left: 52%;
    transform: translate(-50%, -50%);
}

    .main-video-banner-content .left-content-box {
        width: 100%;
        height: 68vh;
        border-right: 2px solid #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

        .main-video-banner-content .left-content-box h1 {
            color: #fff;
            font-size: 150px;
            line-height: 150px;
            font-weight: 500;
            margin-bottom: 80px;
            text-transform: uppercase;
        }

    .main-video-banner-content .safe-left-content-box h1 {
        font-size: 120px;
    }

    .main-video-banner-content .left-content-box h2 {
        color: #fff;
        font-size: 50px;
    }

    .main-video-banner-content .right-content-box {
        width: 100%;
        height: 68vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0 30px 150px 30px;
    }

    .main-video-banner-content .conciergestylepara {
        padding: 0 30px 150px 50px;
    }

    .main-video-banner-content .safe-right-content-box {
        padding: 0 30px 60px 30px;
    }

    .main-video-banner-content .right-content-box h3 {
        color: #fff;
        font-size: 32px;
        font-weight: 400;
    }

    .main-video-banner-content .conciergestylepara h3 {
        line-height: 52px;
    }

    .main-video-banner-content .safe-right-content-box h3 {
        font-size: 24px;
        line-height: 42px;
    }

    .main-video-banner-content .extrastyle h3 {
        line-height: 58px;
    }

.hero-booking-form {
    width: 70%;
    padding: 30px;
    background: #0b0b0bbd;
    position: absolute;
    z-index: 1;
    border: 2px solid var(--white-color);
    border-radius: 10px;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

    .hero-booking-form h2 {
        font-size: 42px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }

.booking-field-box {
    position: relative;
    padding: 7px 0;
}

.b-input-field {
    width: 100%;
    padding: 12px 52px 12px 20px;
    border: 2px solid #E3C83A;
    background: transparent;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
    position: relative;
}

    .b-input-field option {
        color: #000000 !important;
    }

    .b-input-field:focus {
        border: 2px solid #fff;
        outline: unset;
        box-shadow: unset;
        background-color: transparent;
        color: #fff;
    }

    .b-input-field::placeholder {
        color: #fff;
    }

.booking-field-box i {
    width: 50px;
    height: 48px;
    position: absolute;
    top: 9px;
    right: 3px;
    background: #191a1b;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.quote-btn {
    width: 100%;
    border: none;
    padding: 15px !important;
    text-align: center;
    background: #E3C83A;
    color: #000000;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
}

    .quote-btn:hover {
        color: #000;
        background: #fff;
    }

.sec-our-story {
    background-color: #191a1b;
    padding: 80px 0;
    position: relative;
    border-top: 3px solid #fff;
}

    .sec-our-story::before {
        content: '';
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 48%;
        transform: translateX(-50%);
        width: 2px;
    }

    .sec-our-story .heading-box {
    }

        .sec-our-story .heading-box h2 {
            font-size: 80px;
            font-weight: 700;
            color: #fff;
            line-height: 59px;
            padding-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .sec-our-story .text-box {
    }

        .sec-our-story .text-box .para {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
            padding: 3px 0;
        }

.sec-we-provide {
    background-color: #191a1b;
    padding: 60px 0;
    position: relative;
    border-top: 3px solid #fff;
}

    .sec-we-provide::before {
        content: '';
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 26%;
        width: 2px;
    }

    .sec-we-provide::after {
        z-index: 0;
        content: '';
        background-image: url('../images/logo-after.png');
        position: absolute;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        right: -121px;
        width: 32vw;
        height: 52vh;
        opacity: 0.3;
    }

    .sec-we-provide .top-heading {
        margin-bottom: 50px;
    }

        .sec-we-provide .top-heading h2 {
            font-size: 80px;
            font-weight: 700;
            color: #fff;
            line-height: 59px;
            padding-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .sec-we-provide .provider-box {
    }

        .sec-we-provide .provider-box ul {
            list-style: disc;
        }

            .sec-we-provide .provider-box ul li {
                font-size: 24px;
                color: #fff;
                font-weight: 600;
                padding: 7px 0;
            }

                .sec-we-provide .provider-box ul li span {
                    font-weight: 700;
                }

    .sec-we-provide .provider-side-list {
        position: relative;
        z-index: 10;
    }

        .sec-we-provide .provider-side-list ul {
            list-style: disc;
            padding-left: 40px;
            margin-bottom: 30px;
        }

            .sec-we-provide .provider-side-list ul li {
                font-size: 24px;
                color: #fff;
                font-weight: 600;
                padding: 7px 0;
            }

                .sec-we-provide .provider-side-list ul li a {
                    color: #fff;
                }

        .sec-we-provide .provider-side-list .contact-btn {
            background-color: #E3C83A;
            border: 1px solid #E3C83A;
            border-radius: 5px;
            padding: 10px 25px;
            color: #000000 !important;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 600;
            width: 100%;
            text-align: center;
        }


.sec-showcase {
    background-color: #ffffff;
    padding: 60px 0;
    position: relative;
}

    .sec-showcase::before {
        content: '';
        background-color: #191a1b;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 48%;
        transform: translateX(-50%);
        width: 2px;
    }

    .sec-showcase .heading-box {
    }

        .sec-showcase .heading-box h2 {
            font-size: 80px;
            font-weight: 700;
            color: #191a1b;
            line-height: 80px;
            padding-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .sec-showcase .text-box {
    }

        .sec-showcase .text-box .para {
            font-size: 20px;
            color: #191a1b;
            font-weight: 600;
            padding: 3px 0;
        }

.gallery-section {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-top: 2px solid #191a1b;
}


.gallery-img-box {
    width: 100%;
}

    .gallery-img-box .image-box {
        width: 100%;
        padding: 2px;
        border: 2px solid #000;
        border-radius: 10px;
        margin-bottom: 30px;
    }

        .gallery-img-box .image-box a {
            width: 100%;
        }

        .gallery-img-box .image-box .gallery-image-1 {
            border-radius: 10px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

.gallery-section .gallery-img-box .image-box {
    position: relative;
}

    .gallery-section .gallery-img-box .image-box p {
        position: absolute;
        top: 30px;
        left: 40px;
        background: #660c0b;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        width: fit-content;
        padding: 5px 15px;
        border-radius: 10px;
    }
/* gallery section css end */
.sec-murqee {
    background-color: #191a1b;
    padding: 60px 0;
    position: relative;
    border-top: 3px solid #fff;
}

    .sec-murqee h2 {
        font-size: 60px;
        font-weight: 700;
        color: #fff;
        line-height: 59px;
        text-transform: uppercase;
    }

        .sec-murqee h2 span {
            padding-left: 40px;
            color: #434343;
            font-size: 80px;
        }

    .sec-murqee .murqee-box {
        display: flex;
        gap: 0 40pc;
    }

.sec-client-feedback {
    background-color: #191a1b;
}

    .sec-client-feedback .client-box {
        padding: 60px 60px;
        border: 1px solid #fff;
        min-height: 560px;
    }

    .sec-client-feedback .heading-box {
        background-color: #fff;
    }

    .sec-client-feedback .client-box h3 {
        font-size: 60px;
        font-weight: 500;
        color: #191a1b;
        line-height: 60px;
        padding-bottom: 15px;
        text-transform: uppercase;
    }

    .sec-client-feedback .client-box h6 {
        font-size: 26px;
        color: #fff;
        font-weight: 700;
        padding: 3px 0 10px;
    }

    .sec-client-feedback .client-box .para {
        font-size: 19px;
        color: #fff;
        font-weight: 600;
        padding: 5px 0;
    }

.sec-contact {
}

    .sec-contact .contact-info {
        padding: 60px 60px;
        border: 1px solid #fff;
    }

        .sec-contact .contact-info h3 {
            font-size: 30px;
            font-weight: 700;
            color: #191a1b;
            padding-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .sec-contact .contact-info .info-box {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            width: 100%;
            padding: 12px 0;
        }

            .sec-contact .contact-info .info-box .icon-box {
                display: inline-block;
                margin-right: 20px;
            }

                .sec-contact .contact-info .info-box .icon-box i {
                    background-color: #000;
                    width: 50px;
                    height: 50px;
                    border-radius: 10px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                }

            .sec-contact .contact-info .info-box .text-box {
            }

                .sec-contact .contact-info .info-box .text-box h6 {
                    font-size: 20px;
                }

                .sec-contact .contact-info .info-box .text-box .info-arc {
                    font-size: 18px;
                    text-decoration: underline;
                    color: #000;
                }

    .sec-contact .contact-form {
        padding: 50px;
        border-left: 2px solid #000;
    }

        .sec-contact .contact-form h2 {
            font-size: 80px;
            font-weight: 700;
            color: #191a1b;
            line-height: 80px;
            padding-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .sec-contact .contact-form .contact-field-box {
            padding: 7px 0;
        }

            .sec-contact .contact-form .contact-field-box label {
                font-size: 18px;
                color: #191a1b;
                font-weight: 600;
                padding: 5px 0;
            }

            .sec-contact .contact-form .contact-field-box .contact-input {
                border: unset;
                border-bottom: 1px solid #000;
                border-radius: 0;
                padding: 10px 12px;
            }

            .sec-contact .contact-form .contact-field-box .submit-btn {
                background-color: #1b1c1d;
                border: 1px solid #191a1b;
                border-radius: 5px;
                padding: 10px 25px;
                color: #ffffff !important;
                transition: 0.5s;
                font-size: 18px;
                font-weight: 600;
                width: 25vw;
                text-align: center;
            }

.close-protection-sec {
    width: 100%;
    padding: 80px 0 0 0;
    border: 2px solid #000;
}

    .close-protection-sec .main-heading-sec {
        width: 100%;
    }

        .close-protection-sec .main-heading-sec h1 {
            font-size: 110px;
            font-weight: 500;
            color: #000;
            padding-bottom: 80px;
            text-transform: uppercase;
            margin-left: 20px;
        }

    .close-protection-sec .protection-div {
        width: 100%;
        border-top: 2px solid #000;
    }

        .close-protection-sec .protection-div .pro-left {
            width: 100%;
            padding: 40px 30px;
            border-right: 2px solid #000;
            border-bottom: 2px solid #000;
        }

            .close-protection-sec .protection-div .pro-left p {
                color: #000;
                font-size: 20px;
                line-height: 48px;
            }

        .close-protection-sec .protection-div .pro-bottom-btn {
            width: 100%;
            height: 16%;
            padding: 0px 30px 0 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 2px solid #000;
        }

            .close-protection-sec .protection-div .pro-bottom-btn .pro-btn {
                background-color: #E3C83A;
                border: 1px solid #E3C83A;
                border-radius: 5px;
                padding: 10px 25px;
                color: #000000 !important;
                transition: 0.5s;
                font-size: 16px;
                font-weight: 600;
                width: 100%;
                text-align: center;
            }

        .close-protection-sec .protection-div .pro-right {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            height: 100%;
        }

            .close-protection-sec .protection-div .pro-right ul li {
                list-style: disc;
                font-size: 24px;
                color: #000;
                line-height: 48px;
            }

.bodyguard-section {
    width: 100%;
    padding: 80px 0 0 0;
    border: 2px solid #fff;
    background: #000;
}

    .bodyguard-section .bodyguard-content-box {
        width: 100%;
        padding: 0 30px 80px 30px;
    }

        .bodyguard-section .bodyguard-content-box h1 {
            font-size: 110px;
            font-weight: 500;
            color: #fff;
            text-transform: uppercase;
            margin-left: 20px;
        }

.bodyguard-main {
    width: 100%;
    border-top: 2px solid #fff;
}

    .bodyguard-main .bodyguard-left {
        width: 100%;
        padding: 60px 30px;
        border-right: 2px solid #fff;
    }

        .bodyguard-main .bodyguard-left .bodyguard-image {
            width: 100%;
            height: auto;
            border-radius: 50px;
            object-fit: cover;
        }

        .bodyguard-main .bodyguard-left .jewellery-left-image {
            height: 650px;
        }

        .bodyguard-main .bodyguard-left a {
            width: 100%;
            position: relative;
        }

        .bodyguard-main .bodyguard-left .security-doors {
            height: 650px;
        }

    .bodyguard-main .bodyguard-right {
        width: 100%;
        padding: 30px 40px;
        border-bottom: 2px solid #fff;
    }

    .bodyguard-main .jewellery-right {
        padding: 220px 40px;
    }

    .bodyguard-main .sucurity-doors-right {
        padding: 212px 40px;
    }

    .bodyguard-main .bodyguard-right p {
        color: #fff;
        font-size: 24px;
        line-height: 52px;
    }

    .bodyguard-main .bodyguard-bottom-btn {
        width: 100%;
        height: 16%;
        padding: 60px 30px 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 2px solid #000;
    }

        .bodyguard-main .bodyguard-bottom-btn .bodyguard-btn {
            background-color: #E3C83A;
            border: 1px solid #E3C83A;
            border-radius: 5px;
            padding: 10px 25px;
            color: #000000 !important;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 600;
            width: 100%;
            text-align: center;
        }

.slick-prev {
    background: #fff;
    border: none;
    padding: 8px 15px;
    position: absolute;
    top: 50%;
    left: 10%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.slick-next {
    background: #fff;
    border: none;
    padding: 8px 15px;
    position: absolute;
    top: 50%;
    right: 10%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.family-section {
    width: 100%;
    padding: 80px 0 0 0;
    border: 2px solid #000;
}

    .family-section .family-content-box {
        width: 100%;
        padding: 0 30px 80px 30px;
    }

        .family-section .family-content-box h1 {
            font-size: 110px;
            font-weight: 500;
            color: #000;
            text-transform: uppercase;
            margin-left: 20px;
        }

.family-main {
    width: 100%;
    border-top: 2px solid #000;
}

    .family-main .family-left {
        width: 100%;
        padding: 10px 20px;
        border-left: 2px solid #000;
    }

        .family-main .family-left a {
            width: 100%;
            position: relative;
        }

        .family-main .family-left .family-protection-image {
            width: 100%;
            height: auto;
            border-radius: 50px;
            object-fit: cover;
        }

        .family-main .family-left .safes-images {
            height: 650px;
        }

    .family-main .family-right {
        width: 100%;
        padding: 150px 60px;
        border-bottom: 2px solid #000;
    }

    .family-main .private-chef-right {
        padding: 140px 60px;
    }

    .family-main .familyrightsafes {
        padding: 120px 60px;
    }

    .family-main .extrastylecctv {
        padding: 60px;
    }

    .family-main .newextrastylecctv {
        padding: 130px 60px;
    }

    .family-main .family-right p {
        color: #000;
        font-size: 24px;
        line-height: 52px;
    }

    .family-main .family-bottom-btn {
        width: 100%;
        padding: 60px 30px 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .family-main .private-chef-btn {
        padding: 35px 30px 0 30px;
    }

    .family-main .familysafebottom {
        padding: 12px 30px 0 30px;
    }

    .family-main .extrabottomcctv {
        padding: 25px 30px 0 30px;
    }

    .family-main .newextrabottomcctv {
        padding: 30px 30px 0 30px;
    }

    .family-main .family-bottom-btn .family-btn {
        background-color: #E3C83A;
        border: 1px solid #E3C83A;
        border-radius: 5px;
        padding: 10px 25px;
        color: #000000 !important;
        transition: 0.5s;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

.event-sec {
    width: 100%;
    padding: 80px 0 0 0;
    border: 2px solid #fff;
    background: #000;
}

    .event-sec .event-heading-sec {
        width: 100%;
    }

        .event-sec .event-heading-sec h1 {
            font-size: 110px;
            font-weight: 500;
            color: #fff;
            padding-bottom: 80px;
            text-transform: uppercase;
            margin-left: 20px;
        }

    .event-sec .evnet-security-div {
        width: 100%;
        border-top: 2px solid #fff;
    }

        .event-sec .evnet-security-div .event-left {
            width: 100%;
            padding: 40px 30px;
            border-bottom: 2px solid #fff;
        }

            .event-sec .evnet-security-div .event-left p {
                color: #fff;
                font-size: 22px;
                line-height: 48px;
            }

        .event-sec .evnet-security-div .event-bottom-btn {
            width: 100%;
            padding: 15px 30px 0 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 2px solid #000;
        }

            .event-sec .evnet-security-div .event-bottom-btn .event-btn {
                background-color: #E3C83A;
                border: 1px solid #E3C83A;
                border-radius: 5px;
                padding: 10px 25px;
                color: #000000 !important;
                transition: 0.5s;
                font-size: 16px;
                font-weight: 600;
                width: 100%;
                text-align: center;
            }

        .event-sec .evnet-security-div .event-center {
            width: 100%;
            height: 100%;
        }

            .event-sec .evnet-security-div .event-center .event-image {
                width: 100%;
                height: 100%;
            }

        .event-sec .evnet-security-div .event-right {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

            .event-sec .evnet-security-div .event-right ul li {
                list-style: disc;
                font-size: 28px;
                color: #fff;
                line-height: 68px;
            }

.main-banner-img {
    width: 100%;
    height: 80vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/vip-travel-banner-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.safe-rooms-and-safes-banner {
    width: 100%;
    height: 80vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/safe-rooms-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-section {
    width: 100%;
    background: #000;
    border-top: 2px solid #fff;
}

    .faq-section .faq-div {
        width: 100%;
    }

        .faq-section .faq-div .accordion-button:not(.collapsed) {
            color: #ffffff !important;
            background-color: #000000 !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            font-size: 64px !important;
            border-bottom: 2px solid #fff;
        }

        .faq-section .faq-div button.accordion-button {
            color: #ffffff !important;
            background-color: #000000 !important;
            box-shadow: none !important;
            border-radius: 0 !important;
            font-size: 64px !important;
        }

        .faq-section .faq-div .accordion-item {
            background-color: #000;
            border-bottom: 2px solid #fff;
            border-radius: 0 !important;
        }

        .faq-section .faq-div .accordion-button::after {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(246deg) brightness(106%) contrast(101%);
            font-size: 42px;
        }

        .faq-section .faq-div .accordion-body {
            padding: 0 !important;
        }

.faq-left-content {
    width: 100%;
    padding: 60px 30px 60px 30px;
}

    .faq-left-content ul li {
        font-size: 34px;
        color: #fff;
        line-height: 48px;
    }

    .faq-left-content ul {
        margin-bottom: 60px;
    }

    .faq-left-content .fqa-btn {
        background-color: #E3C83A;
        border: 1px solid #E3C83A;
        border-radius: 5px;
        padding: 8px 20px;
        color: #000000 !important;
        transition: 0.5s;
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

.faq-left-bottom-content {
    width: 100%;
    padding: 0;
}

    .faq-left-bottom-content p {
        color: #fff;
        font-size: 34px;
        line-height: 48px;
        padding: 15px 30px;
        border-top: 2px solid #fff;
    }

.faq-image-content {
    width: 100%;
    height: 100%;
}

    .faq-image-content .faq-image {
        width: 100%;
        height: 100%;
    }

.faq-services-section {
    width: 100%;
    padding: 80px 0;
    border-bottom: 2px solid #000;
}

    .faq-services-section .faq-service-box {
        width: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .faq-services-section .faq-service-box svg {
            width: 50px;
            height: 50px;
            margin-bottom: 12px;
        }

        .faq-services-section .faq-service-box h3 {
            font-size: 32px;
            color: #000;
            font-weight: 600;
            padding-bottom: 10px;
            text-align: center;
        }

.sec-result {
    padding: 60px 0;
}

    .sec-result .upper-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
        background: #edf2fa;
        border: 2px solid #000000;
        border-radius: 10px;
    }

        .sec-result .upper-list li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .upper-list li .icon-box {
            }

                .sec-result .upper-list li .icon-box .img-icon {
                    width: 60px;
                    height: 100%;
                    object-fit: contain;
                }

            .sec-result .upper-list li .text-box {
                padding: 0 10px;
            }

                .sec-result .upper-list li .text-box h6 {
                    font-size: 16px;
                    font-weight: 600;
                    color: #000;
                }

                .sec-result .upper-list li .text-box p {
                    font-size: 14px;
                }

    .sec-result .number-box {
        padding: 30px 40px;
    }

        .sec-result .number-box ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .sec-result .number-box ul li {
                width: 24%;
                position: relative;
            }

                .sec-result .number-box ul li .num-circle {
                    text-align: center;
                }

                    .sec-result .number-box ul li .num-circle h6 {
                        background-color: #000000;
                        width: 50px;
                        height: 50px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50%;
                        font-size: 20px;
                        margin: 0 auto;
                        color: #ffffff;
                        font-weight: 600;
                    }

                    .sec-result .number-box ul li .num-circle p {
                        font-size: 14px;
                        margin-top: 15px;
                        text-transform: uppercase;
                        color: #000;
                    }

    .sec-result .completed {
        background-color: #e3c83a !important;
        color: #000000 !important;
    }

    .sec-result .for-line {
        position: relative
    }

        .sec-result .for-line::before {
            content: '';
            background-color: #000000;
            position: absolute;
            width: 67%;
            height: 4px;
            top: 30%;
            border-radius: 10px;
            left: 70%;
        }

    .sec-result .cancellation-box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        background-color: #000000bd;
    }

        .sec-result .cancellation-box .img-box {
            background-color: #fff;
            padding: 10px;
            border-radius: 10px;
        }

            .sec-result .cancellation-box .img-box .shield-img {
                width: 50px;
            }

        .sec-result .cancellation-box .text-box {
            padding-left: 10px;
        }

            .sec-result .cancellation-box .text-box p {
                line-height: 23px;
                color: #fff;
                font-size: 18px;
            }


.update-fleet-box {
    background: #edf2fa;
    margin: 20px 0;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 2px solid #000000;
    border-radius: 15px;
}

    .update-fleet-box .img-box {
        margin-bottom: 10px;
    }

        .update-fleet-box .img-box img {
            width: 100%;
            height: 120px;
            object-fit: contain;
        }

    .update-fleet-box .car-text {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 10px;
        font-weight: 700;
    }

    .update-fleet-box .private-text {
        font-size: 14px;
    }

    .update-fleet-box .star-list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 7px 0 0;
    }

        .update-fleet-box .star-list li {
            padding: 0 1px;
        }

            .update-fleet-box .star-list li i {
                color: #000000;
                background-color: #FFC107;
                padding: 4px;
                border-radius: 5px;
            }

    .update-fleet-box .fleet-detail {
        padding: 0px 13px;
        border-right: 1px solid #bbbbbb;
        border-left: 1px solid #bbbbbb;
    }

        .update-fleet-box .fleet-detail h4 {
            font-size: 22px;
            font-weight: 600;
            padding-bottom: 5px;
            color: #000000;
        }

        .update-fleet-box .fleet-detail .passenger-list {
            /* display: flex; */
            align-items: center;
        }

            .update-fleet-box .fleet-detail .passenger-list li {
                font-size: 13px;
                padding: 0 8px 6px 0;
                font-weight: 600;
            }

                .update-fleet-box .fleet-detail .passenger-list li i {
                    font-size: 16px;
                    padding-right: 5px;
                }

        .update-fleet-box .fleet-detail .passenger-list-2 {
            padding: 0px 0 10px;
        }

            .update-fleet-box .fleet-detail .passenger-list-2 li {
                font-size: 15px;
                padding: 3px 10px;
                border: 1px solid #e3c83a;
                margin: 7px 0;
                border-radius: 6px;
                font-size: 12px;
                background-color: #e3c83a;
                width: fit-content;
                color: #000000;
            }

                .update-fleet-box .fleet-detail .passenger-list-2 li i {
                    font-size: 16px;
                    padding-right: 5px;
                }

        .update-fleet-box .fleet-detail .info-btn {
            color: #f9b442;
            text-decoration: underline;
            font-weight: 500;
        }

    .update-fleet-box .rate-box {
        margin-top: 10%;
    }

        .update-fleet-box .rate-box h6 {
            font-size: 15px;
            margin-top: 4px;
        }

        .update-fleet-box .rate-box .prize-box {
            text-align: center;
            padding: 4px 0;
            font-size: 20px;
            line-height: 29px;
            color: #000;
            font-weight: 600;
        }

        .update-fleet-box .rate-box .done-btn {
            padding: 0px;
            border-radius: 5px;
            text-align: center;
            color: #000000;
            font-weight: 600;
        }

.right-card {
    background-color: #edf2fa;
    padding: 20px;
    margin-top: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 2px solid #000000;
    border-radius: 10px;
}

    .right-card .top-heading {
        display: flex;
        align-items: center;
        padding: 10px 0 15px;
    }

        .right-card .top-heading i {
            font-size: 24px;
            padding-right: 10px;
            color: #000000;
        }

        .right-card .top-heading h5 {
            font-size: 22px;
            color: #000000;
        }

    .right-card .distance-box {
        padding: 20px 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

        .right-card .distance-box h6 {
            color: #000;
        }

        .right-card .distance-box ul {
            padding: 10px 0 0;
        }

            .right-card .distance-box ul li {
                font-size: 14px;
                padding: 5px 0px;
                color: #000;
            }

                .right-card .distance-box ul li i {
                    font-size: 16px;
                    color: #000000;
                    padding-right: 5px;
                }

    .right-card .cal-mile {
        padding: 10px 0 0;
    }

        .right-card .cal-mile li {
            font-size: 16px;
            padding: 5px 0;
            color: #000;
        }

            .right-card .cal-mile li i {
                padding-right: 5px;
                color: #000000;
            }

    .right-card .distance-box-2 ul li {
        font-size: 14px;
        padding: 5px 0;
        color: #000;
    }

        .right-card .distance-box-2 ul li i {
            font-size: 15px;
            color: #000000;
            padding-right: 3px;
        }

.ui-menu {
    height: 250px !important;
    overflow-y: scroll;
}

.Passenger-Information {
    background: #edf2fa;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 2px solid #2d3e4f;
    border-radius: 15px;
}

    .Passenger-Information h3 {
        font-size: 22px;
        font-weight: 600;
        padding-bottom: 5px;
        color: #000000;
    }

    .Passenger-Information .input-box {
        padding-bottom: 10px;
    }

        .Passenger-Information .input-box label {
            text-align: center;
            padding: 4px 0;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
            color: #000;
            margin: 0;
        }

        .Passenger-Information .input-box .b-field {
            width: 100%;
            border: 1px solid #ccc !important;
        }

        .Passenger-Information .input-box p {
            font-size: 13px;
            padding: 4px 0;
        }

    .Passenger-Information .input-box-extra {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .Passenger-Information .input-box-extra input {
            margin: 0 !important;
        }

        .Passenger-Information .input-box-extra label {
            padding-left: 10px;
        }
/************************** media-query **************************/
@media only screen and (min-width: 1921px) and (max-width: 7368px) {
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1601px) and (max-width: 1800px) {
    html {
        overflow-x: hidden;
    }

    .main-banner .content-box {
        width: 50%;
    }

    .hero-booking-form {
        width: 76%;
        bottom: 3%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    html {
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .main-banner-video video {
        height: 75.5vh;
    }

    .main-video-banner-content .left-content-box h1 {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 40px;
    }

    .main-video-banner-content .left-content-box h2 {
        font-size: 40px;
    }

    .close-protection-sec {
        padding: 40px 0 0 0;
    }

        .close-protection-sec .main-heading-sec h1 {
            font-size: 80px;
            padding-bottom: 40px;
        }

        .close-protection-sec .protection-div .pro-left p {
            font-size: 16px;
            line-height: 44.3px;
        }

        .close-protection-sec .protection-div .pro-right {
            justify-content: center;
        }

            .close-protection-sec .protection-div .pro-right ul li {
                font-size: 16px;
                line-height: 45px;
            }

    .bodyguard-section {
        padding: 40px 0 0 0;
    }

        .bodyguard-section .bodyguard-content-box {
            padding: 0 30px 40px 30px;
        }

            .bodyguard-section .bodyguard-content-box h1 {
                font-size: 80px;
            }

    .bodyguard-main .bodyguard-right {
        padding: 10px 20px;
    }

        .bodyguard-main .bodyguard-right p {
            font-size: 20px;
            line-height: 42px;
        }

    .bodyguard-main .bodyguard-bottom-btn {
        height: auto;
        padding: 40px 30px 0 30px;
    }

    .close-protection-sec .protection-div .pro-left {
        padding: 20px 10px;
    }

    .family-section {
        padding: 40px 0 0 0;
    }

        .family-section .family-content-box {
            padding: 0 30px 40px 30px;
        }

            .family-section .family-content-box h1 {
                font-size: 80px;
            }

    .family-main .family-right {
        padding: 39px 50px;
    }

        .family-main .family-right p {
            font-size: 22px;
            line-height: 50px;
        }

    .event-sec {
        padding: 40px 0 0 0;
    }

        .event-sec .event-heading-sec h1 {
            font-size: 80px;
            padding-bottom: 40px;
        }

        .event-sec .evnet-security-div .event-right ul li {
            font-size: 20px;
            line-height: 44px;
        }

        .event-sec .evnet-security-div .event-left {
            padding: 20px;
        }

            .event-sec .evnet-security-div .event-left p {
                font-size: 20px;
                line-height: 40px;
            }

        .event-sec .evnet-security-div .event-bottom-btn {
            padding: 10px 30px 10px 30px;
        }

    .main-video-banner-content .left-content-box {
        height: 66.2vh;
    }

    .main-banner-img {
        height: 74.2vh;
    }

    .faq-section .faq-div .accordion-button:not(.collapsed) {
        font-size: 44px !important;
    }

    .faq-section .faq-div button.accordion-button {
        font-size: 44px !important;
    }

    .faq-left-content {
        padding: 40px 20px 40px 20px;
    }

        .faq-left-content ul {
            margin-bottom: 40px;
        }

            .faq-left-content ul li {
                font-size: 24px;
                line-height: 38px;
            }

    .faq-left-bottom-content p {
        font-size: 24px;
        line-height: 38px;
        padding: 10px 20px;
    }

    .main-video-banner-content .right-content-box {
        padding: 0 30px 50px 10px;
    }

    .main-video-banner-content .extrastyle h3 {
        line-height: 38px;
    }

    .main-video-banner-content .right-content-box h3 {
        font-size: 22px;
    }

    .family-main .family-left .family-protection-image {
        height: 600px;
    }

    .family-main .family-left .response-protect {
        height: 280px;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header.scroll .logo {
        width: 120px;
    }

    .main-header .nav-item {
        padding: 0 8px;
    }

        .main-header .nav-item .nav-link {
        }

    .main-banner .content-box {
        width: 57%;
    }

    .hero-booking-form {
        width: 90%;
        padding: 20px;
        bottom: 3%;
    }

    .sec-our-story {
        padding: 40px 0;
    }

        .sec-our-story .heading-box h2 {
            font-size: 50px;
            line-height: 49px;
            letter-spacing: 0px;
        }

    .sec-we-provide {
        padding: 40px 0;
    }

        .sec-we-provide .top-heading {
            margin-bottom: 20px;
        }

            .sec-we-provide .top-heading h2 {
                font-size: 50px;
                line-height: 49px;
                letter-spacing: 0px;
            }

        .sec-we-provide::before {
            display: none;
        }

        .sec-we-provide::after {
            display: none;
        }

        .sec-we-provide .provider-box ul li {
            font-size: 20px;
            padding: 5px 0;
        }

        .sec-we-provide .provider-side-list ul li {
            font-size: 18px;
            padding: 7px 0;
        }

    .sec-showcase {
        padding: 40px 0;
    }

        .sec-showcase .heading-box h2 {
            font-size: 50px;
            line-height: 50px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

    .sec-client-feedback .client-box {
        padding: 20px;
        min-height: 600px;
    }

        .sec-client-feedback .client-box h3 {
            font-size: 40px;
            line-height: 40px;
            padding-bottom: 5px;
        }

    .sec-contact .contact-form {
        padding: 20px;
    }

    .sec-contact .contact-info {
        padding: 0;
    }

    .sec-contact .contact-form h2 {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 5px;
        letter-spacing: 0;
    }

    .sec-client-feedback .client-box .para {
        font-size: 18px;
    }

    .sec-client-feedback .client-box h6 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    html {
        overflow-x: hidden;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header.scroll .logo {
        width: 100px;
    }

    .main-header .nav-item {
        padding: 0 5px;
    }

        .main-header .nav-item .nav-link {
            font-size: 15px;
        }

    .main-banner .content-box {
        width: 80%;
    }

    .hero-booking-form {
        width: 90%;
        padding: 20px;
        bottom: 3%;
    }

    .sec-our-story {
        padding: 40px 0;
    }

        .sec-our-story .heading-box h2 {
            font-size: 50px;
            line-height: 49px;
            letter-spacing: 0px;
        }

    .sec-we-provide {
        padding: 40px 0;
    }

        .sec-we-provide .top-heading {
            margin-bottom: 20px;
        }

            .sec-we-provide .top-heading h2 {
                font-size: 50px;
                line-height: 49px;
                letter-spacing: 0px;
            }

        .sec-we-provide::before {
            display: none;
        }

        .sec-we-provide::after {
            display: none;
        }

        .sec-we-provide .provider-box ul li {
            font-size: 20px;
            padding: 5px 0;
        }

        .sec-we-provide .provider-side-list ul li {
            font-size: 18px;
            padding: 7px 0;
        }

    .sec-showcase {
        padding: 40px 0;
    }

        .sec-showcase .heading-box h2 {
            font-size: 50px;
            line-height: 50px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

    .sec-client-feedback .client-box {
        padding: 20px;
        min-height: 600px;
    }

        .sec-client-feedback .client-box h3 {
            font-size: 40px;
            line-height: 40px;
            padding-bottom: 5px;
        }

    .sec-contact .contact-form {
        padding: 20px;
    }

    .sec-contact .contact-info {
        padding: 0;
    }

    .sec-contact .contact-form h2 {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 5px;
        letter-spacing: 0;
    }

    .sec-client-feedback .client-box .para {
        font-size: 18px;
    }

    .sec-client-feedback .client-box h6 {
        font-size: 20px;
    }

    .main-banner-video video {
        height: 75.5vh;
    }

    .main-video-banner-content .left-content-box h1 {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 40px;
    }

    .main-video-banner-content .left-content-box h2 {
        font-size: 40px;
    }

    .close-protection-sec {
        padding: 40px 0 0 0;
    }

        .close-protection-sec .main-heading-sec h1 {
            font-size: 80px;
            padding-bottom: 40px;
        }

        .close-protection-sec .protection-div .pro-left p {
            font-size: 16px;
            line-height: 37.3px;
        }

        .close-protection-sec .protection-div .pro-right {
            justify-content: center;
        }

            .close-protection-sec .protection-div .pro-right ul li {
                font-size: 16px;
                line-height: 40px;
            }

    .bodyguard-section {
        padding: 40px 0 0 0;
    }

        .bodyguard-section .bodyguard-content-box {
            padding: 0 30px 40px 30px;
        }

            .bodyguard-section .bodyguard-content-box h1 {
                font-size: 80px;
            }

    .bodyguard-main .bodyguard-right {
        padding: 10px 20px;
    }

        .bodyguard-main .bodyguard-right p {
            font-size: 20px;
            line-height: 40px;
        }

    .bodyguard-main .bodyguard-bottom-btn {
        height: auto;
        padding: 40px 30px 0 30px;
    }

    .close-protection-sec .protection-div .pro-left {
        padding: 20px 10px;
    }

    .family-section {
        padding: 40px 0 0 0;
    }

        .family-section .family-content-box {
            padding: 0 30px 40px 30px;
        }

            .family-section .family-content-box h1 {
                font-size: 80px;
            }

    .family-main .family-right {
        padding: 39px 50px;
    }

        .family-main .family-right p {
            font-size: 22px;
            line-height: 44px;
        }

    .event-sec {
        padding: 40px 0 0 0;
    }

        .event-sec .event-heading-sec h1 {
            font-size: 80px;
            padding-bottom: 40px;
        }

        .event-sec .evnet-security-div .event-right ul li {
            font-size: 20px;
            line-height: 44px;
        }

        .event-sec .evnet-security-div .event-left {
            padding: 20px;
        }

            .event-sec .evnet-security-div .event-left p {
                font-size: 20px;
                line-height: 40px;
            }

        .event-sec .evnet-security-div .event-bottom-btn {
            padding: 10px 30px 10px 30px;
        }

    .main-video-banner-content .left-content-box {
        height: 66.2vh;
    }

    .main-banner-img {
        height: 74.2vh;
    }

    .faq-section .faq-div .accordion-button:not(.collapsed) {
        font-size: 44px !important;
    }

    .faq-section .faq-div button.accordion-button {
        font-size: 44px !important;
    }

    .faq-left-content {
        padding: 40px 20px 40px 20px;
    }

        .faq-left-content ul {
            margin-bottom: 40px;
        }

            .faq-left-content ul li {
                font-size: 24px;
                line-height: 38px;
            }

    .faq-left-bottom-content p {
        font-size: 24px;
        line-height: 38px;
        padding: 10px 20px;
    }

    .main-video-banner-content .right-content-box {
        padding: 0 30px 50px 10px;
    }

    .main-video-banner-content .extrastyle h3 {
        line-height: 38px;
    }

    .main-video-banner-content .right-content-box h3 {
        font-size: 22px;
    }

    .family-main .family-left .family-protection-image {
        height: 600px;
    }

    .family-main .family-left .response-protect {
        height: 280px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    html {
        overflow-x: hidden;
    }

    .main-header .logo {
        width: 100px;
    }

    .main-header.scroll .logo {
        width: 100px;
    }

    .main-header .nav-item {
        padding: 0 5px;
    }

        .main-header .nav-item .nav-link {
            font-size: 15px;
        }

    .main-banner .content-box {
        width: 80%;
    }

    .hero-booking-form {
        width: 90%;
        padding: 20px;
        bottom: 3%;
    }

    .sec-our-story {
        padding: 40px 0;
    }

        .sec-our-story .heading-box h2 {
            font-size: 50px;
            line-height: 49px;
            letter-spacing: 0px;
        }

    .sec-we-provide {
        padding: 40px 0;
    }

        .sec-we-provide .top-heading {
            margin-bottom: 20px;
        }

            .sec-we-provide .top-heading h2 {
                font-size: 50px;
                line-height: 49px;
                letter-spacing: 0px;
            }

        .sec-we-provide::before {
            display: none;
        }

        .sec-we-provide::after {
            display: none;
        }

        .sec-we-provide .provider-box ul li {
            font-size: 20px;
            padding: 5px 0;
        }

        .sec-we-provide .provider-side-list ul li {
            font-size: 18px;
            padding: 7px 0;
        }

    .sec-showcase {
        padding: 40px 0;
    }

        .sec-showcase .heading-box h2 {
            font-size: 50px;
            line-height: 50px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

    .sec-client-feedback .client-box {
        padding: 30px;
        min-height: 600px;
    }

        .sec-client-feedback .client-box h3 {
            font-size: 50px;
            line-height: 50px;
            padding-bottom: 5px;
        }

    .sec-contact .contact-form {
        padding: 20px;
    }

    .sec-contact .contact-info {
        padding: 0;
    }

    .sec-contact .contact-form h2 {
        font-size: 50px;
        line-height: 50px;
        padding-bottom: 5px;
        letter-spacing: 0;
    }

    .main-banner-video video {
        height: 75.5vh;
    }

    .main-video-banner-content .left-content-box h1 {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 40px;
    }

    .main-video-banner-content .left-content-box h2 {
        font-size: 34px;
    }

    .close-protection-sec {
        padding: 40px 0 0 0;
    }

        .close-protection-sec .main-heading-sec h1 {
            font-size: 50px;
            padding-bottom: 40px;
        }

        .close-protection-sec .protection-div .pro-left p {
            font-size: 14px;
            line-height: 31.3px;
        }

        .close-protection-sec .protection-div .pro-right {
            justify-content: center;
        }

            .close-protection-sec .protection-div .pro-right ul li {
                font-size: 14px;
                line-height: 32px;
            }

    .bodyguard-section {
        padding: 40px 0 0 0;
    }

        .bodyguard-section .bodyguard-content-box {
            padding: 0 30px 40px 30px;
        }

            .bodyguard-section .bodyguard-content-box h1 {
                font-size: 50px;
            }

    .bodyguard-main .bodyguard-right {
        padding: 10px 20px;
    }

        .bodyguard-main .bodyguard-right p {
            font-size: 14px;
            line-height: 28px;
        }

    .bodyguard-main .bodyguard-bottom-btn {
        height: auto;
        padding: 40px 30px 0 30px;
    }

    .close-protection-sec .protection-div .pro-left {
        padding: 15px 10px;
    }

    .family-section {
        padding: 40px 0 0 0;
    }

        .family-section .family-content-box {
            padding: 0 30px 40px 30px;
        }

            .family-section .family-content-box h1 {
                font-size: 50px;
            }

    .family-main .family-right {
        padding: 20px 22px;
    }

        .family-main .family-right p {
            font-size: 16px;
            line-height: 34px;
        }

    .event-sec {
        padding: 40px 0 0 0;
    }

        .event-sec .event-heading-sec h1 {
            font-size: 50px;
            padding-bottom: 40px;
        }

        .event-sec .evnet-security-div .event-right ul li {
            font-size: 14px;
            line-height: 28px;
        }

        .event-sec .evnet-security-div .event-left {
            padding: 20px;
        }

            .event-sec .evnet-security-div .event-left p {
                font-size: 14px;
                line-height: 28px;
            }

        .event-sec .evnet-security-div .event-bottom-btn {
            padding: 10px 30px 10px 30px;
        }

    .main-video-banner-content .left-content-box {
        height: 66.2vh;
    }

    .main-banner-img {
        height: 74.2vh;
    }

    .faq-section .faq-div .accordion-button:not(.collapsed) {
        font-size: 34px !important;
    }

    .faq-section .faq-div button.accordion-button {
        font-size: 34px !important;
    }

    .faq-left-content {
        padding: 30px 20px 30px 20px;
    }

        .faq-left-content ul {
            margin-bottom: 20px;
        }

            .faq-left-content ul li {
                font-size: 18px;
                line-height: 30px;
            }

    .faq-left-bottom-content p {
        font-size: 18px;
        line-height: 24px;
        padding: 8px 20px;
    }

    .main-video-banner-content .right-content-box {
        padding: 0 30px 50px 10px;
    }

    .main-video-banner-content .extrastyle h3 {
        line-height: 38px;
    }

    .main-video-banner-content .right-content-box h3 {
        font-size: 22px;
    }

    .family-main .family-left .family-protection-image {
        height: 400px;
    }

    .family-main .family-left .response-protect {
        height: 180px;
    }

    .close-protection-sec .protection-div .pro-bottom-btn {
        padding: 10px 30px 10px 30px;
    }

    .pro-center {
        width: 100%;
        height: 100%;
    }

        .pro-center .protect-image {
            width: 100%;
            height: 100%;
        }

    .faq-services-section .faq-service-box h3 {
        font-size: 22px;
    }

    .slick-prev {
        left: 16%;
    }

    .bodyguard-main .bodyguard-left .security-doors {
        height: 400px;
    }

    .bodyguard-main .bodyguard-left .jewellery-left-image {
        height: 400px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html {
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .main-header {
        background: #191a1b;
    }

        .main-header.scroll {
            background: #191a1b;
        }

        .main-header .logo {
            width: 100px;
        }

        .main-header.scroll .logo {
            width: 90px;
        }

    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(256deg) brightness(104%) contrast(101%);
    }

    .main-banner {
        margin-top: 94px;
    }

    .hero-booking-form {
        width: 100%;
        padding: 20px;
        background: #191a1bed;
        position: relative;
        border: 1px solid var(--white-color);
    }

    .main-banner video {
        height: auto;
    }

    .main-banner .content-box {
        position: relative;
        top: 0;
        transform: unset;
        width: 100%;
        padding: 10px 0;
    }

        .main-banner .content-box h3 {
            font-size: 40px;
        }

        .main-banner .content-box h1 {
            font-size: 35px;
            color: #191a1b;
            line-height: 39px;
            letter-spacing: 0px;
        }

    .hero-booking-form h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .sec-our-story {
        padding: 30px 0;
    }

        .sec-our-story::before {
            display: none;
        }

        .sec-our-story::after {
            display: none;
        }

        .sec-our-story .heading-box h2 {
            font-size: 40px;
            line-height: 49px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-our-story .text-box .para {
            font-size: 16px;
        }

    .sec-we-provide {
        padding: 30px 0;
    }

        .sec-we-provide::before {
            display: none;
        }

        .sec-we-provide::after {
            display: none;
        }

        .sec-we-provide .top-heading {
            margin-bottom: 20px;
        }

            .sec-we-provide .top-heading h2 {
                font-size: 40px;
                line-height: 49px;
                padding-bottom: 5px;
                letter-spacing: 0px;
            }

        .sec-we-provide .provider-box ul li {
            font-size: 20px;
        }

    .sec-showcase {
        padding: 30px 0;
    }

        .sec-showcase::before {
            display: none;
        }

        .sec-showcase .heading-box h2 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-showcase .text-box .para {
            font-size: 18px;
        }

    .sec-murqee {
        padding: 30px 0;
    }

    .sec-client-feedback .client-box {
        padding: 20px;
    }

        .sec-client-feedback .client-box h3 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
        }

        .sec-client-feedback .client-box h6 {
            font-size: 20px;
        }

        .sec-client-feedback .client-box .para {
            font-size: 16px;
        }

    .sec-contact .contact-info {
        padding: 20px 0;
    }

    .sec-contact .contact-form {
        padding: 20px 0;
        border-left: unset;
    }

        .sec-contact .contact-form h2 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-contact .contact-form .contact-field-box .submit-btn {
            width: unset;
        }

    .main-banner::before {
        display: none;
    }

    .main-video-banner-content {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(-0%, -0%);
    }

        .main-video-banner-content .left-content-box {
            height: auto;
        }

            .main-video-banner-content .left-content-box h1 {
                color: #000;
                font-size: 50px;
                line-height: 50px;
                margin-bottom: 20px;
                margin-top: 20px;
            }

            .main-video-banner-content .left-content-box h2 {
                color: #000000;
                font-size: 28px;
                margin-left: 10px;
            }

        .main-video-banner-content .right-content-box {
            height: auto;
            padding: 0 0px 20px 10px;
        }

            .main-video-banner-content .right-content-box h3 {
                color: #000000;
                font-size: 18px;
                margin-top: 20px;
            }

    .close-protection-sec {
        padding: 20px 0 0 0;
        border: none;
        border-top: 2px solid #000;
    }

        .close-protection-sec .main-heading-sec h1 {
            font-size: 50px;
            padding-bottom: 20px;
            margin-left: 8px;
        }

        .close-protection-sec .protection-div .pro-left {
            padding: 20px;
            border-right: none;
            border-bottom: none;
        }

            .close-protection-sec .protection-div .pro-left p {
                font-size: 14px;
                line-height: 24px;
            }

        .close-protection-sec .protection-div .pro-bottom-btn {
            height: auto;
            padding: 0px 30px 20px 30px;
            display: block;
            border-right: none;
        }

            .close-protection-sec .protection-div .pro-bottom-btn .pro-btn {
                width: fit-content;
            }

    .pro-center {
        padding: 20px;
    }

        .pro-center .protect-image {
            border-radius: 15px;
        }

    .pro-right ul {
        width: 100%;
        padding: 10px 48px;
    }

    .close-protection-sec .protection-div .pro-right ul li {
        font-size: 18px;
        line-height: 32px;
    }

    .bodyguard-section {
        padding: 40px 0 0 0;
        border: none;
    }

        .bodyguard-section .bodyguard-content-box h1 {
            font-size: 50px;
            margin-left: 0px;
        }

        .bodyguard-section .bodyguard-content-box {
            padding: 0 30px 40px 30px;
        }

    .bodyguard-main .bodyguard-left {
        padding: 40px 20px;
    }

    .bodyguard-main .bodyguard-right {
        padding: 10px 20px;
    }

        .bodyguard-main .bodyguard-right p {
            font-size: 16px;
            line-height: 30px;
        }

    .bodyguard-main .bodyguard-bottom-btn {
        height: auto;
        padding: 20px 30px 20px 30px;
        display: block;
    }

        .bodyguard-main .bodyguard-bottom-btn .bodyguard-btn {
            width: fit-content;
        }

    .family-section {
        padding: 40px 0 0 0;
        border: none;
    }

        .family-section .family-content-box {
            padding: 0 10px 40px 0px;
        }

            .family-section .family-content-box h1 {
                font-size: 50px;
            }

    .family-main .family-right {
        padding: 30px 20px;
        border-bottom: none;
    }

        .family-main .family-right p {
            font-size: 16px;
            line-height: 30px;
        }

    .family-main .family-bottom-btn {
        display: block;
        padding: 10px 20px 10px 20px;
    }

        .family-main .family-bottom-btn .family-btn {
            width: fit-content;
        }

    .family-main .family-left {
        border-left: none;
    }

    .event-sec {
        padding: 40px 0 0 0;
        border: none;
    }

        .event-sec .event-heading-sec h1 {
            font-size: 50px;
            padding-bottom: 40px;
        }

        .event-sec .evnet-security-div .event-right {
            justify-content: flex-start;
            padding: 10px 60px;
        }

            .event-sec .evnet-security-div .event-right ul li {
                font-size: 18px;
                line-height: 32px;
            }

        .event-sec .evnet-security-div .event-center {
            padding: 20px;
        }

            .event-sec .evnet-security-div .event-center .event-image {
                border-radius: 15px;
            }

        .event-sec .evnet-security-div .event-left p {
            font-size: 16px;
            line-height: 28px;
        }

        .event-sec .evnet-security-div .event-bottom-btn {
            padding: 10px 20px 10px 20px;
            display: block;
        }

            .event-sec .evnet-security-div .event-bottom-btn .event-btn {
                width: fit-content;
            }

    .main-banner-img {
        height: 35vh;
    }

    .main-video-banner-content .left-content-box-responsive h1 {
        color: #fff;
    }

    .main-video-banner-content .left-content-box {
        align-items: center;
        border-right: none;
    }

    .main-video-banner-content .left-content-box-responsive h2 {
        color: #fff;
    }

    .faq-section .faq-div .accordion-button:not(.collapsed) {
        font-size: 34px !important;
    }

    .faq-section .faq-div button.accordion-button {
        font-size: 34px !important;
    }

    .faq-left-content {
        padding: 20px;
    }

        .faq-left-content ul li {
            font-size: 18px;
            line-height: 32px;
        }

        .faq-left-content ul {
            margin-bottom: 20px;
        }

    .faq-left-bottom-content p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        padding: 10px 20px;
    }

    .faq-services-section .faq-service-box h3 {
        font-size: 22px;
        padding-bottom: 0px;
    }

    .faq-services-section {
        padding: 20px 0;
    }

    .safe-rooms-and-safes-banner {
        height: 45vh;
    }

    .main-video-banner-content .extrastyle h3 {
        line-height: 32px;
    }

    .main-video-banner-content .safe-left-content-box-responsive h1 {
        color: #fff;
        text-align: center;
    }

    .main-video-banner-content .safe-left-content-box-responsive h2 {
        color: #fff;
    }

    .main-video-banner-content .safe-right-content-box-responsive h3 {
        color: #fff;
        text-align: center;
    }

    .main-video-banner-content .safe-right-content-box h3 {
        line-height: 32px;
    }

    .bodyguard-main .bodyguard-left .security-doors {
        height: 380px;
    }

    .slick-dots {
        display: none !important;
    }

    .family-main .family-left .safes-images {
        height: 380px;
    }

    .slick-next {
        right: 0%;
    }

    .main-video-banner-content .conciergestylepara h3 {
        line-height: 32px;
        text-align: center;
    }
    .sec-result .upper-list {
        display: none;
    }

    .sec-result .number-box {
        padding: 10px 0px;
    }

        .sec-result .number-box ul li .num-circle {
            position: relative;
        }

    .update-fleet-box .fleet-detail {
        border: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .main-header {
        background: #191a1b;
    }

        .main-header.scroll {
            background: #191a1b;
        }

        .main-header .logo {
            width: 100px;
        }

        .main-header.scroll .logo {
            width: 90px;
        }

    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(256deg) brightness(104%) contrast(101%);
    }

    .main-banner {
        margin-top: 94px;
    }

    .hero-booking-form {
        width: 100%;
        padding: 20px;
        background: #191a1bed;
        position: relative;
        border: 1px solid var(--white-color);
    }

    .main-banner video {
        height: auto;
    }

    .main-banner .content-box {
        position: relative;
        top: 0;
        transform: unset;
        width: 100%;
        padding: 10px 0;
    }

        .main-banner .content-box h3 {
            font-size: 40px;
        }

        .main-banner .content-box h1 {
            font-size: 35px;
            color: #191a1b;
            line-height: 39px;
            letter-spacing: 0px;
        }

    .hero-booking-form h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .sec-our-story {
        padding: 30px 0;
    }

        .sec-our-story::before {
            display: none;
        }

        .sec-our-story::after {
            display: none;
        }

        .sec-our-story .heading-box h2 {
            font-size: 40px;
            line-height: 49px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-our-story .text-box .para {
            font-size: 16px;
        }

    .sec-we-provide {
        padding: 30px 0;
    }

        .sec-we-provide::before {
            display: none;
        }

        .sec-we-provide::after {
            display: none;
        }

        .sec-we-provide .top-heading {
            margin-bottom: 20px;
        }

            .sec-we-provide .top-heading h2 {
                font-size: 40px;
                line-height: 49px;
                padding-bottom: 5px;
                letter-spacing: 0px;
            }

        .sec-we-provide .provider-box ul li {
            font-size: 20px;
        }

    .sec-showcase {
        padding: 30px 0;
    }

        .sec-showcase::before {
            display: none;
        }

        .sec-showcase .heading-box h2 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-showcase .text-box .para {
            font-size: 18px;
        }

    .sec-murqee {
        padding: 30px 0;
    }

    .sec-client-feedback .client-box {
        padding: 20px;
        min-height: unset;
    }

        .sec-client-feedback .client-box h3 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
        }

        .sec-client-feedback .client-box h6 {
            font-size: 20px;
        }

        .sec-client-feedback .client-box .para {
            font-size: 16px;
        }

    .sec-contact .contact-info {
        padding: 20px 0;
    }

    .sec-contact .contact-form {
        padding: 20px 0;
        border-left: unset;
    }

        .sec-contact .contact-form h2 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-contact .contact-form .contact-field-box .submit-btn {
            width: unset;
        }

    .main-banner::before {
        display: none;
    }

    .main-video-banner-content {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(-0%, -0%);
    }

        .main-video-banner-content .left-content-box {
            height: auto;
        }

            .main-video-banner-content .left-content-box h1 {
                color: #000;
                font-size: 50px;
                line-height: 50px;
                margin-bottom: 20px;
                margin-top: 20px;
            }

            .main-video-banner-content .left-content-box h2 {
                color: #000000;
                font-size: 28px;
                margin-left: 10px;
            }

        .main-video-banner-content .right-content-box {
            height: auto;
            padding: 0 0px 20px 10px;
        }

            .main-video-banner-content .right-content-box h3 {
                color: #000000;
                font-size: 18px;
                margin-top: 20px;
            }

    .close-protection-sec {
        padding: 20px 0 0 0;
        border: none;
        border-top: 2px solid #000;
    }

        .close-protection-sec .main-heading-sec h1 {
            font-size: 50px;
            padding-bottom: 20px;
            margin-left: 8px;
        }

        .close-protection-sec .protection-div .pro-left {
            padding: 20px;
            border-right: none;
            border-bottom: none;
        }

            .close-protection-sec .protection-div .pro-left p {
                font-size: 14px;
                line-height: 24px;
            }

        .close-protection-sec .protection-div .pro-bottom-btn {
            height: auto;
            padding: 0px 30px 20px 30px;
            display: block;
            border-right: none;
        }

            .close-protection-sec .protection-div .pro-bottom-btn .pro-btn {
                width: fit-content;
            }

    .pro-center {
        padding: 20px;
    }

        .pro-center .protect-image {
            border-radius: 15px;
        }

    .pro-right ul {
        width: 100%;
        padding: 10px 48px;
    }

    .close-protection-sec .protection-div .pro-right ul li {
        font-size: 18px;
        line-height: 32px;
    }

    .bodyguard-section {
        padding: 40px 0 0 0;
        border: none;
    }

        .bodyguard-section .bodyguard-content-box h1 {
            font-size: 50px;
            margin-left: 0px;
        }

        .bodyguard-section .bodyguard-content-box {
            padding: 0 30px 40px 30px;
        }

    .bodyguard-main .bodyguard-left {
        padding: 40px 20px;
    }

    .bodyguard-main .bodyguard-right {
        padding: 10px 20px;
    }

        .bodyguard-main .bodyguard-right p {
            font-size: 16px;
            line-height: 30px;
        }

    .bodyguard-main .bodyguard-bottom-btn {
        height: auto;
        padding: 20px 30px 20px 30px;
        display: block;
    }

        .bodyguard-main .bodyguard-bottom-btn .bodyguard-btn {
            width: fit-content;
        }

    .family-section {
        padding: 40px 0 0 0;
        border: none;
    }

        .family-section .family-content-box {
            padding: 0 10px 40px 0px;
        }

            .family-section .family-content-box h1 {
                font-size: 50px;
            }

    .family-main .family-right {
        padding: 30px 20px;
        border-bottom: none;
    }

        .family-main .family-right p {
            font-size: 16px;
            line-height: 30px;
        }

    .family-main .family-bottom-btn {
        display: block;
        padding: 10px 20px 10px 20px;
    }

        .family-main .family-bottom-btn .family-btn {
            width: fit-content;
        }

    .family-main .family-left {
        border-left: none;
    }

    .event-sec {
        padding: 40px 0 0 0;
        border: none;
    }

        .event-sec .event-heading-sec h1 {
            font-size: 50px;
            padding-bottom: 40px;
        }

        .event-sec .evnet-security-div .event-right {
            justify-content: flex-start;
            padding: 10px 60px;
        }

            .event-sec .evnet-security-div .event-right ul li {
                font-size: 18px;
                line-height: 32px;
            }

        .event-sec .evnet-security-div .event-center {
            padding: 20px;
        }

            .event-sec .evnet-security-div .event-center .event-image {
                border-radius: 15px;
            }

        .event-sec .evnet-security-div .event-left p {
            font-size: 16px;
            line-height: 28px;
        }

        .event-sec .evnet-security-div .event-bottom-btn {
            padding: 10px 20px 10px 20px;
            display: block;
        }

            .event-sec .evnet-security-div .event-bottom-btn .event-btn {
                width: fit-content;
            }

    .main-banner-img {
        height: 35vh;
    }

    .main-video-banner-content .left-content-box-responsive h1 {
        color: #fff;
    }

    .main-video-banner-content .left-content-box {
        align-items: center;
        border-right: none;
    }

    .main-video-banner-content .left-content-box-responsive h2 {
        color: #fff;
    }

    .faq-section .faq-div .accordion-button:not(.collapsed) {
        font-size: 34px !important;
    }

    .faq-section .faq-div button.accordion-button {
        font-size: 34px !important;
    }

    .faq-left-content {
        padding: 20px;
    }

        .faq-left-content ul li {
            font-size: 18px;
            line-height: 32px;
        }

        .faq-left-content ul {
            margin-bottom: 20px;
        }

    .faq-left-bottom-content p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        padding: 10px 20px;
    }

    .faq-services-section .faq-service-box h3 {
        font-size: 22px;
        padding-bottom: 0px;
    }

    .faq-services-section {
        padding: 20px 0;
    }

    .safe-rooms-and-safes-banner {
        height: 45vh;
    }

    .main-video-banner-content .extrastyle h3 {
        line-height: 32px;
    }

    .main-video-banner-content .safe-left-content-box-responsive h1 {
        color: #fff;
        text-align: center;
    }

    .main-video-banner-content .safe-left-content-box-responsive h2 {
        color: #fff;
    }

    .main-video-banner-content .safe-right-content-box-responsive h3 {
        color: #fff;
        text-align: center;
    }

    .main-video-banner-content .safe-right-content-box h3 {
        line-height: 32px;
    }

    .bodyguard-main .bodyguard-left .security-doors {
        height: 380px;
    }

    .slick-dots {
        display: none !important;
    }

    .family-main .family-left .safes-images {
        height: 380px;
    }

    .slick-next {
        right: 0%;
    }

    .main-video-banner-content .conciergestylepara h3 {
        line-height: 32px;
        text-align: center;
    }
    .sec-result .upper-list {
        display: none;
    }

    .sec-result .number-box {
        padding: 10px 0px;
    }

        .sec-result .number-box ul li .num-circle {
            position: relative;
        }

    .update-fleet-box .fleet-detail {
        border: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 480px) {
    html {
        overflow-x: hidden !important;
    }

    body {
        overflow-x: hidden !important;
    }

    .main-header {
        background: #191a1b;
    }

        .main-header.scroll {
            background: #191a1b;
        }

        .main-header .logo {
            width: 100px;
        }

        .main-header.scroll .logo {
            width: 90px;
        }

    .navbar-light .navbar-toggler {
        border-color: rgb(255 255 255);
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(256deg) brightness(104%) contrast(101%);
    }

    .main-banner {
        margin-top: 94px;
    }

    .hero-booking-form {
        width: 100%;
        padding: 20px;
        background: #191a1bed;
        position: relative;
        border: 1px solid var(--white-color);
    }

    .main-banner video {
        height: auto;
    }

    .main-banner .content-box {
        position: relative;
        top: 0;
        transform: unset;
        width: 100%;
        padding: 10px 0;
    }

        .main-banner .content-box h3 {
            font-size: 40px;
        }

        .main-banner .content-box h1 {
            font-size: 35px;
            color: #191a1b;
            line-height: 39px;
            letter-spacing: 0px;
        }

    .hero-booking-form h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .sec-our-story {
        padding: 30px 0;
    }

        .sec-our-story::before {
            display: none;
        }

        .sec-our-story::after {
            display: none;
        }

        .sec-our-story .heading-box h2 {
            font-size: 40px;
            line-height: 49px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-our-story .text-box .para {
            font-size: 16px;
        }

    .sec-we-provide {
        padding: 30px 0;
    }

        .sec-we-provide::before {
            display: none;
        }

        .sec-we-provide::after {
            display: none;
        }

        .sec-we-provide .top-heading {
            margin-bottom: 20px;
        }

            .sec-we-provide .top-heading h2 {
                font-size: 40px;
                line-height: 49px;
                padding-bottom: 5px;
                letter-spacing: 0px;
            }

        .sec-we-provide .provider-box ul li {
            font-size: 20px;
        }

    .sec-showcase {
        padding: 30px 0;
    }

        .sec-showcase::before {
            display: none;
        }

        .sec-showcase .heading-box h2 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-showcase .text-box .para {
            font-size: 18px;
        }

    .sec-murqee {
        padding: 30px 0;
    }

    .sec-client-feedback .client-box {
        padding: 20px;
        min-height: unset;
    }

        .sec-client-feedback .client-box h3 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
        }

        .sec-client-feedback .client-box h6 {
            font-size: 20px;
        }

        .sec-client-feedback .client-box .para {
            font-size: 16px;
        }

    .sec-contact .contact-info {
        padding: 20px 0;
    }

    .sec-contact .contact-form {
        padding: 20px 0;
        border-left: unset;
    }

        .sec-contact .contact-form h2 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 5px;
            letter-spacing: 0;
        }

        .sec-contact .contact-form .contact-field-box .submit-btn {
            width: unset;
        }

    .main-banner::before {
        display: none;
    }

    .main-video-banner-content {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(-0%, -0%);
    }

        .main-video-banner-content .left-content-box {
            height: auto;
        }

            .main-video-banner-content .left-content-box h1 {
                color: #000;
                font-size: 32px;
                line-height: 40px;
                margin-bottom: 20px;
                margin-top: 30px;
            }

            .main-video-banner-content .left-content-box h2 {
                color: #000000;
                font-size: 18px;
                margin-left: 10px;
            }

        .main-video-banner-content .right-content-box {
            height: auto;
            padding: 0 0px 20px 10px;
        }

            .main-video-banner-content .right-content-box h3 {
                color: #000000;
                font-size: 14px;
                margin-top: 20px;
                text-align: center;
            }

    .close-protection-sec {
        padding: 20px 0 0 0;
        border: none;
        border-top: 2px solid #000;
    }

        .close-protection-sec .main-heading-sec h1 {
            font-size: 32px;
            padding-bottom: 20px;
            margin-left: 8px;
        }

        .close-protection-sec .protection-div .pro-left {
            padding: 20px;
            border-right: none;
            border-bottom: none;
        }

            .close-protection-sec .protection-div .pro-left p {
                font-size: 14px;
                line-height: 24px;
            }

        .close-protection-sec .protection-div .pro-bottom-btn {
            height: auto;
            padding: 0px 30px 20px 30px;
            display: block;
            border-right: none;
        }

            .close-protection-sec .protection-div .pro-bottom-btn .pro-btn {
                width: fit-content;
            }

    .pro-center {
        padding: 20px;
    }

        .pro-center .protect-image {
            border-radius: 15px;
        }

    .pro-right ul {
        width: 100%;
        padding: 10px 48px;
    }

    .close-protection-sec .protection-div .pro-right ul li {
        font-size: 18px;
        line-height: 32px;
    }

    .bodyguard-section {
        padding: 40px 0 0 0;
        border: none;
    }

        .bodyguard-section .bodyguard-content-box h1 {
            font-size: 32px;
            margin-left: 0px;
        }

        .bodyguard-section .bodyguard-content-box {
            padding: 0 30px 40px 30px;
        }

    .bodyguard-main .bodyguard-left {
        padding: 40px 20px;
    }

    .bodyguard-main .bodyguard-right {
        padding: 10px 20px;
    }

        .bodyguard-main .bodyguard-right p {
            font-size: 16px;
            line-height: 30px;
        }

    .bodyguard-main .bodyguard-bottom-btn {
        height: auto;
        padding: 20px 30px 20px 30px;
        display: block;
    }

        .bodyguard-main .bodyguard-bottom-btn .bodyguard-btn {
            width: fit-content;
        }

    .family-section {
        padding: 40px 0 0 0;
        border: none;
    }

        .family-section .family-content-box {
            padding: 0 10px 40px 0px;
        }

            .family-section .family-content-box h1 {
                font-size: 32px;
            }

    .family-main .family-right {
        padding: 30px 20px;
        border-bottom: none;
    }

        .family-main .family-right p {
            font-size: 16px;
            line-height: 30px;
        }

    .family-main .family-bottom-btn {
        display: block;
        padding: 10px 20px 10px 20px;
    }

        .family-main .family-bottom-btn .family-btn {
            width: fit-content;
        }

    .family-main .family-left {
        border-left: none;
    }

    .event-sec {
        padding: 40px 0 0 0;
        border: none;
    }

        .event-sec .event-heading-sec h1 {
            font-size: 32px;
            padding-bottom: 40px;
        }

        .event-sec .evnet-security-div .event-right {
            justify-content: flex-start;
            padding: 10px 60px;
        }

            .event-sec .evnet-security-div .event-right ul li {
                font-size: 18px;
                line-height: 32px;
            }

        .event-sec .evnet-security-div .event-center {
            padding: 20px;
        }

            .event-sec .evnet-security-div .event-center .event-image {
                border-radius: 15px;
            }

        .event-sec .evnet-security-div .event-left p {
            font-size: 16px;
            line-height: 28px;
        }

        .event-sec .evnet-security-div .event-bottom-btn {
            padding: 10px 20px 10px 20px;
            display: block;
        }

            .event-sec .evnet-security-div .event-bottom-btn .event-btn {
                width: fit-content;
            }

    .main-banner-img {
        height: 20vh;
    }

    .main-video-banner-content .left-content-box-responsive h1 {
        color: #fff;
    }

    .main-video-banner-content .left-content-box {
        align-items: center;
        border-right: none;
    }

    .main-video-banner-content .left-content-box-responsive h2 {
        color: #fff;
    }

    .faq-section .faq-div .accordion-button:not(.collapsed) {
        font-size: 22px !important;
    }

    .faq-section .faq-div button.accordion-button {
        font-size: 22px !important;
    }

    .faq-left-content {
        padding: 20px;
    }

        .faq-left-content ul li {
            font-size: 18px;
            line-height: 32px;
        }

        .faq-left-content ul {
            margin-bottom: 20px;
        }

    .faq-left-bottom-content p {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        padding: 10px 20px;
    }

    .faq-services-section .faq-service-box h3 {
        font-size: 18px;
        padding-bottom: 0px;
    }

    .faq-services-section {
        padding: 20px 0;
    }

    .safe-rooms-and-safes-banner {
        height: 45vh;
    }

    .main-video-banner-content .extrastyle h3 {
        line-height: 32px;
    }

    .main-video-banner-content .safe-left-content-box-responsive h1 {
        color: #fff;
        text-align: center;
    }

    .main-video-banner-content .safe-left-content-box-responsive h2 {
        color: #fff;
    }

    .main-video-banner-content .safe-right-content-box-responsive h3 {
        color: #fff;
        text-align: center;
    }

    .main-video-banner-content .safe-right-content-box h3 {
        line-height: 28px;
    }

    .bodyguard-main .bodyguard-left .security-doors {
        height: 380px;
    }

    .slick-dots {
        display: none !important;
    }

    .family-main .family-left .safes-images {
        height: 380px;
    }

    .slick-next {
        right: 5%;
    }

    .slick-prev {
        left: 18%;
    }

    .main-video-banner-content .conciergestylepara h3 {
        line-height: 32px;
        text-align: center;
    }
    .sec-result .upper-list{
        display: none;
    }
    .sec-result .number-box {
        padding: 10px 0px;
    }
        .sec-result .number-box ul li .num-circle{
            position: relative;
        }
    .update-fleet-box .fleet-detail{
        border: none;
    }
    .nav-btn .book-btn {
        padding: 7px 14px;
        font-size: 14px;
    }
}
