@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

span,
input,
textarea,
p,
ul {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
button {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
    background: #FFFFFF;
    font-family: "Poppins", sans-serif;
}

main {
    overflow: hidden;
}

a,
button,
input,
textarea:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.form-group input[type=number] {
    -moz-appearance: textfield;
}

/*Website Custom Style Css For Single Items Start Here*/





/*Heading & Para Style Css*/
h1 {
    font-size: 50px;
    line-height: 58px;
}

h2 {
    font-size: 40px;
    line-height: 46px;
}

h3 {
    font-size: 40px;
    line-height: 46px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
}

li {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
}

/* Base Button Style */
.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
    position: relative;
    font-size: 18px;
    width: 200px;
    border-radius: 8px;
    padding: 15px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    animation: glowBtn 2.5s infinite ease-in-out;
    transition: all 0.3s ease;
}

/* ðŸ”¥ Glow Animation (RED) */
@keyframes glowBtn {
    0% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.4);
    }

    50% {
        box-shadow: 0 0 18px rgba(255, 0, 0, 0.8);
    }

    100% {
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.4);
    }
}

/* âœ¨ Subtle Shine Sweep (FIXED, no harsh white) */
.website-main-buttons a.read-more-btn::before,
.website-main-buttons button.popup-btn::before,
.website-main-buttons button.chat-btn::before,
.website-main-buttons a.call-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;

    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0) 100%);

    transform: skewX(-25deg);
    animation: shineBtn 5s infinite;
}

/* Shine Animation */
@keyframes shineBtn {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

/* Hover Effect (clean + strong) */
.website-main-buttons a.read-more-btn:hover,
.website-main-buttons button.popup-btn:hover,
.website-main-buttons button.chat-btn:hover,
.website-main-buttons a.call-btn:hover {
    animation: none;
    box-shadow: 0 0 25px rgba(255, 0, 0, 1);
    transform: translateY(-3px) scale(1.02);
}

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
    background: transparent;
    width: 100%;
    position: absolute;
    top: 8%;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
}


.top-details p {
    color: #fff;
}


.email-details {
    display: flex;
    justify-content: end;
}

.top-header {
    padding: 12px 0;
    position: relative;
    z-index: 9;
    background: #ef0302;
    border-bottom: 1px solid #fff;
}

header nav.navbar {
    padding: 10px 0;
    justify-content: space-between;
}

header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

header nav.navbar .navbar-brand .logo {
    width: 150px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: block;
}

header.sticky .navbar-brand .logo {
    width: 130px !important;
    transition: all 0.5s ease-in-out;
}

header nav.navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.email-details i,
.email-details a {
    color: #fff;
}

.email-details a{
    text-transform: lowercase;
}

header nav.navbar .navbar-buttons a.call-btn {
    background: #f30202;
    color: #fff;
    font-size: 18px;
    width: 200px;
    border-radius: 8px;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

header nav.navbar .navbar-buttons a.call-btn:hover {
    background: #726d65;
    color: #f70000;
}

header nav.navbar .navbar-buttons a.call-btn i,
header nav.navbar .navbar-buttons button.chat-btn i {
    margin: 0 5px;
}

header nav.navbar .navbar-buttons button.chat-btn {
    background: #726d65;
    color: #fff;
    font-size: 18px;
    width: 200px;
    padding: 10px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    backdrop-filter: blur(6px);
}

header nav.navbar .navbar-buttons button.chat-btn:hover {
    background: #ff0000;
    color: #fff;
}

/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-sec {
    background-image: url(../images/banner-main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 100px;
    position: relative;
    z-index: 1;
}

.banner-main-sec .banner-inner-content {}


.banner-inner-content h1 span {
    color: #f50101;
}


.hero-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background: #f50101;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}


.inner-box-info span {
    font-size: 18px;
    color: #fff;
    display: block;
    margin: 0 20px 0 0;
    line-height: 22px;
}

.banner-inner-box {
    display: flex;
    padding: 15px 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0 5px;
    justify-content: center;
    align-items: center;
}

.box-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 12px 0 0 0;
}

.banner-inner-content h1 {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
}

.banner-inner-content p {
    color: #fff;
    margin: 15px 0;
}

.banner-inner-content h5 {
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
}

.banner-inner-content h5 b {
    color: #2ba504;
    border-bottom: 2px solid #fff;
}

.banner-inner-content .website-main-buttons {
    margin: 10px 0;
}

.banner-inner-content .website-main-buttons button.chat-btn {
    background: #f50101;
    color: #fff;
    width: 380px;
}

.banner-inner-content .website-main-buttons button.chat-btn:hover {
    background: #736d65;
    color: #fff;
}

.banner-inner-content .website-main-buttons a.call-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.banner-inner-content .website-main-buttons a.call-btn:hover {
    background: #fff;
    color: #f70000;
}

/*Banner Published Form Css*/
.banner-inner-published-form {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 30px;
    background: #fff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Heading */
.banner-inner-published-form h4 {
    color: #f50101;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.banner-inner-published-form h4 span {
    color: #000;
}

.banner-inner-published-form p {
    color: #000;
    margin-bottom: 15px;
}

/* Labels */
.banner-inner-published-form label {
    color: #000;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

/* Inputs, select, textarea */
.banner-inner-published-form input,
.banner-inner-published-form select,
.banner-inner-published-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 8px;
    padding: 12px 15px;
    outline: none;
    transition: 0.2s ease-in-out;
    color: #000;
}

/* Placeholder */
.banner-inner-published-form input::placeholder,
.banner-inner-published-form textarea::placeholder {
    color: #000;
    font-size: 15px;
}

/* Focus state */
.banner-inner-published-form input:focus,
.banner-inner-published-form select:focus,
.banner-inner-published-form textarea:focus {
    border-color: #f70000;
    box-shadow: 0 0 8px rgba(247, 0, 0, 0.4);
}

/* Select dropdown */
.banner-inner-published-form select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* Options */
.banner-inner-published-form select option {
    background: #111;
    color: #fff;
}

/* Textarea */
.banner-inner-published-form textarea {
    height: 120px;
    resize: none;
}

/* Form group spacing */
.banner-inner-published-form .form-group {
    margin-bottom: 15px;
}

/* Button */
.banner-inner-published-form button.submit-btn {
    width: 100%;
    padding: 12px;
    background: #f70000;
    color: #fff;
    font-size: 18px;
    border: 2px solid #f70000;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.banner-inner-published-form button.submit-btn:hover {
    background: transparent;
    color: #f70000;
}



.banner-logo img {
    width: 120px;
    margin: 0 5px 0 0;
}

.banner-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}


/*Banner Published Form Css*/

.testimonial-box {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    text-align: left;
}

.testimonial-box h5 {
    margin-bottom: 10px;
    color: #000;
}

.testimonial-box p {
    font-style: italic;
    color: #333;
}


/* book section start here */

section.book-section {
    padding: 50px 0;
    position: relative;
    margin: 0;
    z-index: 9;
}



.book-section .container-fluid {
    padding: 0 0 0 100px;
    margin: 0;
}

.book-card img {
    border-radius: 10px;
    margin: 0;
    width: 270px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.book-card img:hover {
    transform: translateY(8px);

}

.book-details {
    margin: 0 0 30px;
}

.book-details .heading-two {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
}


.book-details p {
    color: #a6a6a6;
}

.book-card h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.book-card a h5 {
    color: #000;
}

.stars {
    color: #f4b400;
    font-size: 18px;
}

/* Slick arrows */
.slick-prev:before,
.slick-next:before {
    color: black;
    font-size: 25px;
}



.slick-prev,
.slick-next {
    display: none !important;
}


.book-main-buttons .website-main-buttons {
    justify-content: center;
}


.book-main-buttons .website-main-buttons button.chat-btn {
    color: #fff;
    background: #191919;

}

.book-main-buttons .website-main-buttons a.call-btn {
    background: #f50101;
    color: #fff;
    margin: 0 20px 0 0;
}

.book-main-buttons .website-main-buttons a.call-btn i,
.book-main-buttons .website-main-buttons button.chat-btn i {
    margin: 0 5px;
}

span.badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background: #f50101;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

/* book section end here */


.process-area {
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.process-slider {
    margin: 0 0 -150px;
}

.bg-slide {
    background: #000;
    width: 100%;
    padding: 100px 0;
    position: relative;
    bottom: 0;
    z-index: -1;
}

.process-actions {
    display: flex;
    justify-content: center;
}


.process-actions .website-main-buttons {
    display: block;
}


.process-actions .website-main-buttons a.call-btn {
    margin: 0 0 12px;
    background: #f50101;
    color: #FFFFFF;
}

.process-actions .website-main-buttons button.chat-btn {
    background: #000;
    color: #fff;
}

.process-actions .website-main-buttons a.call-btn:hover {
    color: #fff;
}

.process-actions .website-main-buttons button.chat-btn i,
.process-actions .website-main-buttons a.call-btn i {
    margin: 0 5px;
}

.process-area .container-fluid {
    padding: 0 0 0 100px;
    margin: 0;
}



.process-head .tag {
    background: #e60000;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}

.process-head h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-head p {
    color: #555;
}


.process-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    height: 100%;
}

.process-card .step {
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, rgb(206 5 8) 0%, rgb(132 0 3 / 78%) 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 15px;
}

.process-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.process-card p {
    font-size: 15px;
    color: #555;
}

.process-card .badge {
    display: inline-block;
    margin-top: 15px;
    background: #e60000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}



/* packages css start here */

/* Section Background */
.packages-wrap {
    padding: 80px 0;
    text-align: center;
}


.packages-title .label {
    display: inline-block;
    background: #e60000;
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.packages-title h2 {
    font-size: 45px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
}

.packages-title h2 span {
    color: #e60000;
}

.packages-title p {
    margin: 0 auto 39px;
    color: #666;
    font-size: 15px;
    width: 50%;
}


.package-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: left;
    position: relative;
    transition: 0.3s ease;
    height: 100%;
}


.package-card:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.package-card.active {}


.package-card .badge {
    display: inline-block;
    background: #e60000;
    color: #fff;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}


.package-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}


.package-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 17px;
    border-bottom: 1px solid #666;
    padding: 0 0 12px;
}


.package-card span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}


.package-card ul {
    padding: 0;
    margin: 0 0 20px;
    max-height: 220px;
    min-height: 220px;
    overflow-y: auto;
    padding-right: 10px;
}


.package-card ul::-webkit-scrollbar {
    width: 4px;
}

.package-card ul::-webkit-scrollbar-track {
    background: transparent;
}

.package-card ul::-webkit-scrollbar-thumb {
    background: #e60000;
    border-radius: 10px;
}

.package-card ul {
    scrollbar-width: thin;
    scrollbar-color: #e60000 transparent;
}


.package-card ul li {
    list-style: none;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}


.package-card ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #e60000;
    font-weight: bold;
}


.package-card .call-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, #ff0000, #cc0000);
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s;
}

.package-card .call-btn:hover {
    background: #b80000;
    color: #fff;
}


.package-card small {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}



/* packages css end here */


/*Main CTA Section Css Start Here*/
section.cta-main-wrap {
    background-image: url(../images/cta-img-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.cta-main-wrap .cta-left-img {
    position: relative;
}


.cta-main-wrap .cta-main-content {}

.cta-main-content h2 {
    color: #FFFFFF;
    margin: 0 0 10px;
    font-weight: 600;
}

.cta-main-content p {
    color: #fff;
    line-height: 28px;
}

.cta-main-buttons {
    display: flex;
    justify-content: end;
    align-items: center;
}

.cta-main-buttons .website-main-buttons {
    display: block;
}

.cta-main-buttons .website-main-buttons a.call-btn {
    background: #f50101;
    color: #FFFFFF;

}


.cta-main-buttons .website-main-buttons button.chat-btn {
    background: #635756ad;
    color: #fff;
    margin: 0 0 12px !important;
}

.cta-main-buttons .website-main-buttons button.chat-btn i,
.cta-main-buttons .website-main-buttons a.call-btn i {
    margin: 0 5px;
}




/*Testimonials Section Css Start Here*/
section.testi-main-wrap {
    background: #F6F6F6;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.testi-main-content .heading-two {
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
}

.testi-main-content .heading-two span {
    color: #f70000;
}

.testi-main-content p {
    color: #000;
}

.testi-main-content .website-main-buttons button.chat-btn {
    background: #f70000;
    color: #fff;
}

.testi-main-content .website-main-buttons button.chat-btn:hover {
    background: #161616;
}

.testi-main-content .website-main-buttons a.call-btn {
    background: #161616;
    color: #fff;
}

.testi-main-content .website-main-buttons a.call-btn:hover {
    background: #f70000;
}

.testi-main-content .website-main-buttons a.call-btn i,
.testi-main-content .website-main-buttons button.chat-btn i {
    margin: 0 5px;
}


.testi-main-wrap .testi-slide-wrapper {
    margin: 0 0 100px;
    overflow: hidden;
}

.testi-slide-wrapper .swiper {
    width: 85%;
}

.testi-slide-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: -75% 125%;
}

.testi-slide-wrapper .swiper-button-prev {
    left: 0;
}

.testi-slide-wrapper .swiper-button-prev,
.testi-slide-wrapper .swiper-button-next {
    background: #161616;
    top: inherit;
    bottom: -20%;
    right: inherit;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.testi-slide-wrapper .swiper-button-next {
    left: 10%;
}



.testi-slide-wrapper .swiper-button-prev::after,
.testi-slide-wrapper .swiper-button-next::after {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
}

.testi-slide-wrapper .swiper-button-prev::after {
    content: '\f053';
    /* chevron-left */
}

.testi-slide-wrapper .swiper-button-next::after {
    content: '\f054';
    /* chevron-right */
}


.testi-slide-wrapper .testi-slide-box {
    background: #fff;
    padding: 30px 0 0;
    box-shadow: 0 3px 15px -10px #b2b2b2;
    position: relative;
    transition: opacity 0.3s ease-out;
    width: 100%;
    height: 100%;
}

.testi-slide-box .testi-box-head {
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin: 0 0 30px;
}

.testi-box-head .testi-box-img {
    margin: 0 20px 0 0;
}

.testi-box-head .testi-box-img img {
    border: 3px solid #D2D2D2;
    border-radius: 100%;
}

.testi-box-head .heading-five {
    color: #f70000;
    margin: 0;
}

.testi-slide-box .testi-box-content {
    margin: 0 0 20px;
    padding: 0 30px;
}

.testi-box-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 0px;
}

.testi-box-content::-webkit-scrollbar {
    width: 3px;
    background: #b2b2b2;
    border-radius: 0px;
}

.testi-box-content::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0px;
}

.testi-box-content p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
}

.testi-slide-box .testi-box-designation {
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin: 0 0 20px;
}

.testi-box-designation img {
    margin: 0 20px 0 0;
}

.testi-box-designation p {
    color: #8A8A8A;
    margin: 0;
}

.testi-slide-box .testi-box-end {
    background: #f70000;
    padding: 30px 30px;
}

.testi-box-end .testi-box-ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

.testi-box-end .testi-box-ratings .rating-star-icons {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.testi-box-ratings .rating-star-icons img {
    width: 18px;
    height: 18px;
}

.testi-box-ratings span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin: 0;
}


.mySwiper {
    overflow: hidden;
}

.mySwiper .swiper-wrapper {
    display: flex;
}

.mySwiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
}

.mySwiper,
.swiper-wrapper {
    direction: ltr !important;
}

.testi-slide-wrapper {
    direction: ltr !important;
}

/*Testimonials Section Css End Here*/



.cta-section {
    background: #fff;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.cta-box {
    background: url(../images/cta-bg.jpg);
    padding: 50px 50px;
    border-radius: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta-box h1 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 48px;
}

.cta-box h1 span {
    color: #e60000;
}

.cta-box p {
    color: #666;
    font-size: 16px;
    margin: 0 auto 20px;
    width: 80%;
}

/* BUTTONS */
.cta-buttons {}

.cta-buttons .website-main-buttons {
    justify-content: center;
    margin: 0 0 20px;
}

.cta-buttons .website-main-buttons button.chat-btn {
    width: 300px;
    background: #000;
    color: #fff;
}


.cta-buttons .website-main-buttons a.call-btn {
    background: #f70000;
    color: #fff;
}

.cta-buttons .website-main-buttons a.call-btn i {
    margin: 0 5px;
}

.btn {
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn-primary {
    background: linear-gradient(to bottom, #ff1a1a, #cc0000);
    color: #fff;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-outline {
    border: 2px solid #e60000;
    color: #e60000;
}

.btn-outline:hover {
    background: #e60000;
    color: #fff;
}

/* META TEXT */
.cta-meta {
    font-size: 13px;
    color: #777;
}




/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */
footer.footer-main-sec {
    background: #000;
    position: relative;
    z-index: 1;
}

.footer-main-sec .footer-top {
    padding: 50px 0 50px 0;
}

.footer-top .footer-logo-area {
    margin: 0 0 20px;
}

.footer-logo-area .footer-logo {
    width: 200px;
    margin: 0 0 20px 0;
}

.footer-logo-area .footer-logo img {}

.footer-logo-area h4 {
    color: #fff;
    margin: 0 0 20px;
}

.footer-logo-area p {
    color: #fff;
}

.footer-top .footer-info-area {}

.footer-info-area h4 {
    color: #000;
    margin: 0 0 20px;
}

.footer-info-area ul {
    display: flex;
    flex-direction: column;
}

.footer-info-area ul li {
    margin: 0 0 10px;
}

.footer-info-area ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.footer-info-area ul li a:hover {
    color: #f00000;
}

.footer-info-area ul li a i {
    background: #5f5f5f;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.footer-info-area ul li a:hover i {
    background: #f70000;
    color: #fff;
}

.footer-info-area ul li p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}

.footer-info-area ul li p:hover {
    color: #f00000;
}

.footer-info-area ul li p i {
    background: #5f5f5f;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.footer-info-area ul li p:hover i {
    background: #f70000;
    color: #fff;
}

.footer-top .footer-social-area {}

.footer-social-area ul {
    display: flex;
    align-items: center;
}

.footer-social-area ul li {
    margin: 0 2px 0;
}

.footer-social-area ul li a {
    background: #5f5f5f;
    color: #181818;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    display: block;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.footer-social-area ul li a:hover {
    background: #f70000;
    color: #fff;
}

.footer-social-area ul li a i {}

.footer-social-area ul li a img {
    width: 20px;
    margin: -5px 0 0 0;
}

.footer-main-sec .footer-bottom {
    padding: 20px 0;
    border-top: 2px solid #3c3c3c;
}

.footer-bottom .footer-links-area {}

.footer-links-area ul.footer-nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links-area ul.footer-nav-links li {
    border-right: 1px solid #707070;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
}

.footer-links-area ul.footer-nav-links li:last-child {
    border-right: none;
}

ul.footer-nav-links li a {
    color: #fff;
    font-size: 14px;
    margin: 0;
    transition: all .3s ease-in-out;
    display: block;
}

ul.footer-nav-links li a:hover {
    color: #f00000;
}

.footer-bottom .footer-copyright {
    text-align: center;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

/* Footer Css End Here */

@media only screen and (min-width: 1400px) and (max-width: 1599px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Section Responsive Css Start Here*/
    /*Banner Published Form Responsive Css*/
    .banner-inner-published-form {
        width: 90%;
    }

    /*Banner Published Form Responsive Css*/
    /*Banner Down Brands Section Responsive Css End Here*/

    /*Main Info Section Responsive Css Start Here*/

    /*Main Info Section Responsive Css End Here*/



    /*Main CTA Section Responsive Css Start Here*/
    .cta-main-wrap .cta-left-img img {
        width: 75%;
    }

    .cta-main-wrap .cta-right-img {
        right: -55px;
        bottom: 0px;
    }

    /*Main CTA Section Responsive Css End Here*/

       .cta-section {
        padding: 0;
    }

    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    h1 {
        font-size: 38px;
        line-height: 44px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        margin: 20px 0 0;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 16px;
        width: 175px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header nav.navbar .navbar-brand .logo {
        width: 150px;
    }

    header.sticky .navbar-brand .logo {
        width: 175px !important;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 16px;
        width: 160px;
    }

    header nav.navbar .navbar-buttons button.chat-btn {
        font-size: 16px;
        width: 180px;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Section Responsive Css Start Here*/
    section.banner-main-sec {
        padding: 120px 0 50px;
    }

    .banner-inner-content h1 {
        font-size: 38px !important;
        line-height: 44px !important;
    }


    .banner-main-sec .banner-inner-content {
        margin: 0 0 20px;
    }

    /*Banner Published Form Responsive Css*/
    .banner-inner-published-form {
        padding: 20px 20px;
        width: 100%;
    }

    .banner-inner-published-form h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-inner-published-form .form-group-select .form-check-flex .form-check {
        width: 47%;
    }

    /*Banner Published Form Responsive Css*/
    /* Children Banner Responsive Css Start */
    .banner-main-sec.children-banner-main::before {
        background: #fff;
        opacity: 0.7;
    }

    /* Children Banner Responsive Css End */
    /*Banner Down Brands Section Responsive Css End Here*/

    /*Main Info Section Responsive Css Start Here*/
    section.main-info-wrap {
        padding: 30px 0;
    }

    .main-info-inner .main-info-image {
        margin: 0 0 20px;
        text-align: center;
    }

    .main-info-image img {
        width: 75%;
    }


    /*Main Info Section Responsive Css End Here*/



    /*Main CTA Section Responsive Css Start Here*/
    section.cta-main-wrap {
        padding: 30px 0;
    }

    .cta-main-wrap .cta-left-img {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-main-wrap .cta-left-img img {
        width: 35%;
        margin: 0 auto;
        position: inherit;
        top: inherit;
    }

    .cta-main-wrap .cta-main-content {
        margin: 0 0 10px;
    }

    .cta-main-wrap .cta-right-img {
        position: relative;
        right: -150px;
        bottom: -30px;
        text-align: right;
    }

    .cta-main-wrap .cta-right-img img {
        width: 75%;
    }

    /*Main CTA Section Responsive Css End Here*/





    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-social-area {
        margin: 0 0 20px
    }

    /* Footer Responsive Css End Here */

    .book-section .container-fluid {
        padding: 0 20px;
    }

    .process-area .container-fluid {
        padding: 0 20px;
    }


    .book-card img {
        margin: 0 35px;
        width: 250px;
        padding: 12px;
    }

    .cta-main-buttons {
        justify-content: center;
    }

    .book-card a h5,
    p.text-muted,
    .stars,
    .book-details,
    .process-head {}

    .book-main-buttons .website-main-buttons {
        margin: 0;
        align-items: baseline;
    }

    .book-details .heading-two,
    .packages-title h2,
    .process-head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .packages-title p {
        width: 100%;
    }

    .banner-logo,
    .banner-inner-box {
        display: none;
    }

    header {
        top: 13%;
    }


    .top-details p {
        text-align: center;
    }

    .email-details {
        justify-content: center;
    }


    /*Testimonials Section Responsive Css Start Here*/
    section.testi-main-wrap {
        padding: 30px 0;
    }

    .testi-main-content .heading-two {
        text-align: center;
        margin: 0 0 20px;
    }

    .testi-main-content .website-main-buttons {
        margin: 0 0 20px;
    }

    .testi-main-wrap .testi-slide-wrapper {
        margin: 0 0 75px;
    }

    .testi-slide-wrapper .swiper {
        width: 90%;
    }

    .testi-slide-wrapper .swiper-slide {
        transform-origin: 50% 30%;
    }

    .testi-slide-wrapper .swiper-button-prev,
    .testi-slide-wrapper .swiper-button-next {
        bottom: -15%;
    }

    .testi-slide-wrapper .swiper-button-next {
        left: inherit;
        right: 0;
    }

    .testi-slide-box .testi-box-head {
        padding: 0 20px;
    }

    .testi-box-head .testi-box-img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-content {
        padding: 0 20px;
    }

    .testi-slide-box .testi-box-designation {
        padding: 0 20px;
    }

    .testi-box-designation img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-end {
        padding: 30px 20px;
    }

    .testi-box-ratings span {
        font-size: 14px;
        line-height: 20px;
    }

    /*Testimonials Section Responsive Css End Here*/

    .footer-links-area ul.footer-nav-links {
        justify-content: center !important;
    }

    .footer-bottom .footer-copyright {
        justify-content: center !important;
    }
    .cta-section {
        padding: 0;
    }



}


@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    h1 {
        font-size: 38px;
        line-height: 44px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        margin: 20px 0 0;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        font-size: 16px;
        width: 175px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header nav.navbar .navbar-brand .logo {
        width: 150px;
    }

    header.sticky .navbar-brand .logo {
        width: 175px !important;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 16px;
        width: 160px;
    }

    header nav.navbar .navbar-buttons button.chat-btn {
        font-size: 16px;
        width: 180px;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Section Responsive Css Start Here*/
    section.banner-main-sec {
        padding: 120px 0 50px;
    }

    .banner-inner-content h1 {
        font-size: 38px !important;
        line-height: 44px !important;
    }


    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    /*Banner Published Form Responsive Css*/
    .banner-inner-published-form {
        width: 90%;
        padding: 20px 20px;
    }

    .banner-inner-published-form h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-inner-published-form .form-group-select .form-check-flex .form-check {
        width: 47%;
    }

    /*Banner Published Form Responsive Css*/
    /* Children Banner Responsive Css Start */
    .banner-main-sec.children-banner-main::before {
        background: #fff;
        opacity: 0.7;
    }

    /* Children Banner Responsive Css End */
    /*Banner Down Brands Section Responsive Css End Here*/

    /*Main Info Section Responsive Css Start Here*/
    section.main-info-wrap {
        padding: 30px 0;
    }

    .main-info-inner .main-info-image {
        margin: 0 0 20px;
        text-align: center;
    }

    .main-info-image img {
        width: 75%;
    }


    /*Main Info Section Responsive Css End Here*/



    /*Main CTA Section Responsive Css Start Here*/
    section.cta-main-wrap {
        padding: 30px 0;
    }

    .cta-main-wrap .cta-left-img {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-main-wrap .cta-left-img img {
        width: 35%;
        margin: 0 auto;
        position: inherit;
        top: inherit;
    }

    .cta-main-wrap .cta-main-content {
        margin: 0 0 10px;
        text-align: center;
    }

    .cta-main-wrap .cta-right-img {
        position: relative;
        right: -150px;
        bottom: -30px;
        text-align: right;
    }

    .cta-main-wrap .cta-right-img img {
        width: 75%;
    }

    /*Main CTA Section Responsive Css End Here*/





    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-top .footer-social-area {
        margin: 0 0 20px
    }

    /* Footer Responsive Css End Here */

    .book-section .container-fluid {
        padding: 0 20px;
    }

    .process-area .container-fluid {
        padding: 0;
    }


    .book-card img {
        margin: 20px auto;
    }

    .cta-main-buttons {
        justify-content: center;
    }

    .book-card a h5,
    p.text-muted,
    .stars,
    .book-details,
    .process-head {
        text-align: center;
    }

    .book-main-buttons .website-main-buttons {
        margin: 0;
        align-items: baseline;
    }

    .book-details .heading-two,
    .packages-title h2,
    .process-head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .packages-title p {
        width: 100%;
    }

    .banner-logo,
    .banner-inner-box {
        display: none;
    }

    header {
        top: 13%;
    }


    .top-details p {
        text-align: center;
    }

    .email-details {
        justify-content: center;
    }


    /*Testimonials Section Responsive Css Start Here*/
    section.testi-main-wrap {
        padding: 30px 0;
    }

    .testi-main-content .heading-two {
        text-align: center;
        margin: 0 0 20px;
    }

    .testi-main-content .website-main-buttons {
        margin: 0 0 20px;
    }

    .testi-main-wrap .testi-slide-wrapper {
        margin: 0 0 75px;
    }

    .testi-slide-wrapper .swiper {
        width: 90%;
    }

    .testi-slide-wrapper .swiper-slide {
        transform-origin: 50% 30%;
    }

    .testi-slide-wrapper .swiper-button-prev,
    .testi-slide-wrapper .swiper-button-next {
        bottom: -15%;
    }

    .testi-slide-wrapper .swiper-button-next {
        left: inherit;
        right: 0;
    }

    .testi-slide-box .testi-box-head {
        padding: 0 20px;
    }

    .testi-box-head .testi-box-img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-content {
        padding: 0 20px;
    }

    .testi-slide-box .testi-box-designation {
        padding: 0 20px;
    }

    .testi-box-designation img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-end {
        padding: 30px 20px;
    }

    .testi-box-ratings span {
        font-size: 14px;
        line-height: 20px;
    }

    /*Testimonials Section Responsive Css End Here*/

    .footer-links-area ul.footer-nav-links {
        justify-content: center !important;
    }

    .footer-bottom .footer-copyright {
        justify-content: center !important;
    }

    .cta-section {
        padding: 0;
    }

    .cta-box h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .testi-main-content p {
        text-align: center;
    }



}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    h1 {
        font-size: 38px;
        line-height: 44px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    h5 {
        font-size: 18px;
        line-height: 24px;
    }

    h6 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        margin: 20px 0 0;
        justify-content: center;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        padding: 10px 5px;
        font-size: 16px;
        width: 160px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/
    header nav.navbar .navbar-brand .logo {
        width: 150px;
    }

    header.sticky .navbar-brand .logo {
        width: 175px !important;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 16px;
        width: 150px;
        margin: 0 5px 0 0;
    }

    header nav.navbar .navbar-buttons button.chat-btn {
        font-size: 16px;
        width: 180px;
        margin: 0 5px 0 0;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Section Responsive Css Start Here*/
    section.banner-main-sec {
        padding: 120px 0 50px;
    }

    .banner-inner-content h1 {
        font-size: 38px !important;
        line-height: 44px !important;
    }


    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }




    /*Banner Down Brands Section Responsive Css End Here*/




    /*Main CTA Section Responsive Css Start Here*/
    section.cta-main-wrap {
        padding: 30px 0;
    }

    .cta-main-wrap .cta-left-img {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-main-wrap .cta-left-img img {
        width: 50%;
        margin: 0 auto;
        position: inherit;
        top: inherit;
    }

    .cta-main-wrap .cta-main-content {
        margin: 0 0 10px;
    }

    .cta-main-wrap .cta-right-img {
        position: relative;
        right: -125px;
        bottom: -30px;
        text-align: right;
    }

    .cta-main-wrap .cta-right-img img {
        width: 75%;
    }

    /*Main CTA Section Responsive Css End Here*/



    /*CTA Banner Section Responsive Css Start Here*/
    .cta-banner-wrap .cta-banner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    /*CTA Banner Section Responsive Css End Here*/




    /*Testimonials Section Responsive Css Start Here*/
    section.testi-main-wrap {
        padding: 30px 0;
    }

    .testi-main-wrap .testi-main-content {
        text-align: center;
        margin: 0 0 30px;
    }

    .testi-main-wrap .testi-slide-wrapper {
        margin: 0 0 75px;
    }

    .testi-slide-wrapper .swiper {
        width: 85%;
    }

    .testi-slide-wrapper .swiper-slide {
        transform-origin: 50% 30%;
    }

    .testi-slide-wrapper .swiper-button-prev,
    .testi-slide-wrapper .swiper-button-next {
        bottom: -15%;
    }

    .testi-slide-wrapper .swiper-button-next {
        left: inherit;
        right: 0;
    }

    .testi-slide-box .testi-box-head {
        padding: 0 20px;
    }

    .testi-box-head .testi-box-img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-content {
        padding: 0 20px;
    }

    .testi-slide-box .testi-box-designation {
        padding: 0 20px;
    }

    .testi-box-designation img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-end {
        padding: 30px 20px;
    }

    .testi-box-ratings span {
        font-size: 14px;
        line-height: 20px;
    }

    /*Testimonials Section Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-logo-area .footer-logo {
        width: 200px;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-info-area ul li a i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .footer-info-area ul li p i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .footer-top .footer-social-area {
        margin: 0 0 20px
    }

    .footer-social-area ul li a {
        font-size: 16px;
        width: 25px;
        height: 25px;
        line-height: 28px;
    }

    .footer-links-area ul.footer-nav-links {
        justify-content: center;
        margin: 0 0 5px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    /* Footer Responsive Css End Here */


    /*Testimonials Section Responsive Css Start Here*/
    section.testi-main-wrap {
        padding: 30px 0;
    }

    .testi-main-wrap .testi-main-content {
        text-align: center;
        margin: 0 0 30px;
    }

    .testi-main-wrap .testi-slide-wrapper {
        margin: 0 0 75px;
        overflow: inherit;
    }

    .testi-slide-wrapper .swiper {
        width: 85%;
    }

    .testi-slide-wrapper .swiper-slide {
        transform-origin: 50% 30%;
    }

    .testi-slide-wrapper .swiper-button-prev,
    .testi-slide-wrapper .swiper-button-next {
        bottom: -10%;
    }

    .testi-slide-wrapper .swiper-button-next {
        left: inherit;
        right: 0;
    }

    .testi-slide-box .testi-box-head {
        padding: 0 20px;
        justify-content: center;
    }

    .testi-box-head .testi-box-img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-content {
        padding: 0 20px;
        min-height: 200px;
        max-height: 200px;
    }

    .testi-slide-box .testi-box-designation {
        justify-content: center;
        padding: 0 20px;
    }

    .testi-box-designation img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-end {
        padding: 30px 20px;
    }

    .testi-box-end .testi-box-ratings {
        justify-content: center;
        flex-direction: column;
    }

    .testi-box-end .testi-box-ratings .rating-star-icons {
        margin: 0 0 10px;
    }

    .testi-box-ratings span {
        font-size: 14px;
        line-height: 20px;
    }

    /*Testimonials Section Responsive Css End Here*/


    .book-section .container-fluid {
        padding: 0 20px;
    }

    .process-area .container-fluid {
        padding: 0;
    }


    .book-card img {
        margin: 20px auto;
    }

    .cta-main-buttons {
        justify-content: center;
    }

    .book-card a h5,
    p.text-muted,
    .stars,
    .book-details,
    .process-head {
        text-align: center;
    }

    .book-main-buttons .website-main-buttons {
        margin: 0;
        align-items: baseline;
    }

    .book-details .heading-two,
    .packages-title h2,
    .process-head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .packages-title p {
        width: 100%;
    }

    .banner-logo,
    .banner-inner-box {
        display: none;
    }

    header {
        top: 13%;
    }


    .top-details p {
        text-align: center;
    }

    .email-details {
        justify-content: center;
    }

    .cta-section {
        padding: 0;
    }

    .cta-box h1 {
        font-size: 32px;
        line-height: 38px;
    }



}

@media only screen and (min-width: 300px) and (max-width: 575px) {

    /*Website Custom Style Responsive Css For Single Items Start Here*/

    /*Heading & Para Style Responsive Css*/
    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 34px;
    }

    h4 {
        font-size: 16px;
        line-height: 22px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    h6 {
        font-size: 16px;
        line-height: 22px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    li {
        font-size: 14px;
        line-height: 20px;
    }

    /*Heading & Para Style Responsive Css*/

    /*Buttons Style Responsive Css*/
    .website-main-buttons {
        margin: 20px 0 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .website-main-buttons a.read-more-btn,
    .website-main-buttons button.popup-btn,
    .website-main-buttons button.chat-btn,
    .website-main-buttons a.call-btn {
        padding: 16px 5px;
        margin: 0 5px 10px;
        font-size: 14px;
        width: 160px;
    }

    /*Buttons Style Responsive Css*/

    /*Website Custom Style Responsive Css For Single Items End Here*/

    /*Header Responsive Css Start Here*/

    header {
        top: 0;
    }

    .top-header {
        display: none;
    }

    header nav.navbar .navbar-brand .logo {
        width: 145px;
    }

    header nav.navbar .navbar-buttons a.call-btn i,
    header nav.navbar .navbar-buttons button.chat-btn i {
        display: none;
    }

    .box-main,
    .banner-logo {
        display: none;
    }

    header.sticky .navbar-brand .logo {
        width: 145px !important;
    }

    header nav.navbar .navbar-buttons {
        flex-direction: column;
    }

    header nav.navbar .navbar-buttons a.call-btn {
        font-size: 14px;
        width: 125px;
        padding: 5px 5px;
        margin: 0 0 5px;
    }

    header nav.navbar .navbar-buttons button.chat-btn {
        font-size: 14px;
        width: 125px;
        padding: 5px 5px;
        margin: 0;
    }

    /*Header Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Section Responsive Css Start Here*/
    section.banner-main-sec {
        padding: 120px 0 50px;
    }

    .banner-main-sec .banner-inner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    .banner-inner-content h1 {
        font-size: 25px !important;
        line-height: 32px !important;
    }


    /*Banner Published Form Responsive Css*/
    .banner-inner-published-form {
        width: 100%;
        padding: 20px 20px;
    }

    .banner-inner-published-form h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .banner-inner-published-form .form-group .form-select {
        font-size: 12px;
    }

    .banner-inner-published-form .form-group-select .form-check-flex .form-check {
        width: 100%;
    }

    .banner-inner-published-form .form-group-select .form-check-flex .form-check .form-check-label {
        font-size: 14px;
    }

    .banner-inner-published-form .form-group input {
        font-size: 14px;
    }

    .banner-inner-published-form .form-group input::placeholder {
        font-size: 14px;
    }

    .banner-inner-published-form .form-group button.submit-btn {
        font-size: 16px;
    }

    /*Banner Published Form Responsive Css*/


    /*Banner Down Brands Section Responsive Css End Here*/


    .book-section .container-fluid {
        padding: 0 20px;
    }

    .process-area .container-fluid {
        padding: 0;
    }


    .process-area .process-head {
        padding: 12px 12px;
    }


    .book-card img {
        margin: 20px auto;
    }

    .cta-main-buttons {
        justify-content: center;
    }

    .book-card a h5,
    p.text-muted,
    .stars,
    .book-details,
    .process-head {
        text-align: center;
    }

    .book-main-buttons .website-main-buttons {
        margin: 0;
        align-items: baseline;
    }

    .book-details .heading-two,
    .packages-title h2,
    .process-head h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .packages-title p {
        width: 100%;
    }

    .book-main-buttons .website-main-buttons a.call-btn {
        margin: 0 0 12px;
    }




    /*Testimonials Section Responsive Css Start Here*/
    section.testi-main-wrap {
        padding: 30px 0;
    }

    .testi-main-wrap .testi-main-content {
        text-align: center;
        margin: 0 0 30px;
    }

    .testi-main-wrap .testi-slide-wrapper {
        margin: 0;
        overflow: inherit;
    }

    .testi-slide-wrapper .swiper {
        width: 85%;
    }

    .testi-slide-wrapper .swiper-slide {
        transform-origin: 50% 30%;
    }

    .testi-slide-wrapper .swiper-button-prev,
    .testi-slide-wrapper .swiper-button-next {
        bottom: -10%;
    }

    .testi-slide-wrapper .swiper-button-next {
        left: inherit;
        right: 0;
    }

    .testi-slide-box .testi-box-head {
        padding: 0 20px;
        justify-content: center;
    }

    .testi-box-head .testi-box-img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-content {
        padding: 0 20px;
    }

    .testi-slide-box .testi-box-designation {
        justify-content: center;
        padding: 0 20px;
    }

    .testi-box-designation img {
        margin: 0 10px 0 0;
    }

    .testi-slide-box .testi-box-end {
        padding: 30px 20px;
    }

    .testi-box-end .testi-box-ratings {
        justify-content: center;
        flex-direction: column;
    }

    .testi-box-end .testi-box-ratings .rating-star-icons {
        margin: 0 0 10px;
    }

    .testi-box-ratings span {
        font-size: 14px;
        line-height: 20px;
    }

    /*Testimonials Section Responsive Css End Here*/




    /*Main CTA Section Responsive Css Start Here*/
    section.cta-main-wrap {
        padding: 30px 0;
    }

    .cta-main-wrap .cta-left-img {
        text-align: center;
        margin: 0 0 20px;
    }

    .cta-main-wrap .cta-left-img img {
        width: 75%;
        margin: 0 auto;
        position: inherit;
        top: inherit;
    }

    .cta-main-wrap .cta-main-content {
        margin: 0 0 10px;
        text-align: center;
    }

    .cta-main-wrap .cta-right-img {
        position: relative;
        right: -12px;
        bottom: -30px;
        text-align: right;
    }

    .cta-main-wrap .cta-right-img img {
        width: 85%;
    }

    /*Main CTA Section Responsive Css End Here*/



    /*CTA Banner Section Responsive Css Start Here*/
    .cta-banner-wrap .cta-banner-content {
        text-align: center;
        margin: 0 0 20px;
    }

    /*CTA Banner Section Responsive Css End Here*/





    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /* Footer Responsive Css Start Here */
    .footer-main-sec .footer-top {
        padding: 30px 0;
    }

    .footer-logo-area .footer-logo {
        width: 150px;
    }

    .footer-top .footer-info-area {
        margin: 0 0 20px;
    }

    .footer-info-area ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-info-area ul li a i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .footer-info-area ul li p i {
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

    .footer-top .footer-social-area {
        margin: 0 0 20px
    }

    .footer-social-area ul li a {
        font-size: 16px;
        width: 25px;
        height: 25px;
        line-height: 28px;
    }

    ul.footer-nav-links li a {
        font-size: 11px;
    }

    .footer-links-area ul.footer-nav-links {
        justify-content: center;
        margin: 0 0 5px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
    }

    .cta-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .cta-section {
        padding: 0;
    }

    .cta-box h1 {
        font-size: 32px;
        line-height: 38px;
    }

    /* Footer Responsive Css End Here */
}