@media (max-width:1119px) {
    .wizard>.steps>ul>li::before {
        right: 40%;
    }
}

@media (max-width:991px) {
    .custom-btn {
        border-radius: 50px 0;
        padding: 20px 35px;
        font-size: 18px;
    }
    /***** Start Navbar *****/
    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background-color: #fff;
        z-index: 999;
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        max-height: 80vh;
        overflow-y: auto;
    }
    .navbar-light .navbar-nav .nav-link {
        margin: 0.5rem;
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #f8f9fa;
        border-radius: 5px;
    }
    .navbar-toggler {
        border: none;
        padding: 4px 12px;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }
    .navbar-brand img {
        max-height: 50px;
        width: auto;
    }
    /**** Start Home Layout *****/
    .h-layout1 .content .h1 {
        margin-bottom: 50px;
        font-size: 30px;
    }
    .h-layout1 .owl-theme .owl-dots {
        text-align: center;
    }
    .h-layout2 .post-classic {
        margin-bottom: 30px;
    }
    .h-layout2 {
        padding-bottom: 200px;
    }
    .blog-section .entry-title {
        font-size: 20px;
    }
    .quote-classic-content {
        font-size: 24px;
        padding-right: 50px;
    }
    /***** Start Inside Pages Layout *****/
    .page-content {
        padding: 55px 0;
    }
    .wizard>.steps>ul>li::before {
        content: none;
    }
}

@media (max-width:767px) {
    .h1,
    h1 {
        font-size: 30px
    }
    .h2,
    h2 {
        font-size: 24px
    }
    .h3,
    h3 {
        font-size: 20px
    }
    .h4,
    h4 {
        font-size: 18px
    }
    .h5,
    h5 {
        font-size: 16px
    }
    .head-title h2 {
        font-size: 24px
    }
    /***** Start Footer *****/
    footer h4 {
        margin-top: 30px;
    }
    /***** Start Home Layout Css ****/
    .h-layout1 .content {
        display: none;
    }
    .h-layout3 .product .product-img {
        height: 140px;
    }
    .blog-section-two .entry-desc {
        padding-top: 25px;
    }
    .quote-classic-name {
        margin-top: 40px;
        text-align: center;
    }
    .wizard>.steps ul {
        display: none;
    }
    .package-details-page .package-title p {
        padding: 15px 25px;
        font-size: 16px;
    }
    .package-details-page .package-title h2 {
        margin-top: 60px;
    }
    .pretty {
        margin-right: 0;
        line-height: 30px;
        margin-bottom: 15px;
        display: block;
    }
    .flex-container label {
        width: 20%;
    }
    .flex-container .input-group {
        width: 80%;
    }
    .step3 .message-account {
        padding: 30px 20px;
    }
}

@media (max-width:575px) {
    /**** Start Top Nav ****/
    .top-nav .btn1 {
        background-color: transparent;
        color: #fff;
        padding: 12px 0;
    }
    .top-nav .btn2 {
        border-radius: 0;
        padding: 12px 30px
    }
    /**** Mobile Navigation ****/
    .navbar {
        padding: 0.5rem 0;
    }
    .navbar-brand {
        margin-right: 0;
        padding: 5px 15px;
    }
    .navbar-brand img {
        max-height: 45px;
    }
    .navbar-toggler {
        margin-right: 15px;
    }
    .navbar-collapse {
        border-top: 2px solid #f0f0f0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 12px 20px;
        font-size: 16px;
    }
    .navbar-nav .nav-item hr {
        margin: 5px 20px;
        border-color: #e0e0e0;
    }
    /**** Start Home Layout *****/
    .quote-classic-content {
        font-size: 18px;
    }
    /***** Start Inside Pages *****/
    .card-header .btn-link {
        font-size: 18px;
    }
    .card-body {
        font-size: 14px;
    }
    .contact-page .bg-primary {
        padding-right: 20px;
        padding-left: 20px;
    }
    .contact-page .bg-primary a {
        font-size: 30px;
    }
    .contact-page .bg-primary a i {
        font-size: 40px;
    }
    .wizard>.content>.body label.h4,
    .step1 .custom-select {
        font-size: 16px;
    }
    .step3 .message-account .h1 {
        font-size: 18px;
    }
    .nav-tabs .nav-link .icon i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .tab-content {
        padding: 50px 20px;
    }
    .top-page {
        text-align: center;
    }
}