@media only screen and (max-width: 667px) {
    header .navbar {
        padding: 0;
        width: 100%;
        position: fixed;
        /* background-color: #000; */
    }
    header .navbar .navbar-brand {
        width: 18%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0;
    }
    header .navbar .navbar-brand {
        width: 14%;
        position: absolute;
        left: 0px;
        top: 0;
        padding: 0;
    }
    header .right-set {
        width: 100%;
        /* text-align: right; */
        /* align-items: flex-end; */
        justify-content: flex-end;
        /* display: inline-block; */
        padding-right: 39px;
        /* display: block; */
    }
    header .right-set .call-bt {
        padding: 10px 11px;
        background: #b88c2a;
        color: #ffffff;
        font-size: 12px;
    }
    header .right-set .book-now {
        background-color: #050505;
        color: #fff;
        display: inline-block;
        padding: 10px 16px;
        font-size: 13px;
    }
    .kalptaru-top-sld .top-slider .owl-it {
        height: 66vh;
        width: 100%;
        z-index: 100;
        background-size: cover !important;
        background-position-x: -122px !important;
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #c29f35;
        border-radius: 0;
        padding: 9px 11px;
        border: none;
        color: #fff;
    }
    .kalptaru-top-sld .on-content .on-content-in {
        width: 80%;
    }
    .kalptaru-top-sld .on-content h1 {
        font-size: 32px;
    }
    .kalptaru-top-sld .on-content p {
        font-size: 13px;
        margin: 12px 0px;
    }
    .kalptaru-top-sld .on-content a {
        background-color: #000000;
        padding: 8px 27px;
        font-size: 13px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background-color: #000;
        /* display: inherit; */
        transition: left 500ms ease-in-out;
    }
    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }
    .navbar-collapse:not(.show) {
        display: inherit;
        transition: left 500ms ease-in-out;
        left: -100%;
    }
    .about-section h2 {
        font-size: 36px;
    }
    .head-decore .line-show {
        display: inline-block;
        width: 65px;
    }
    .head-decore .flower {
        width: 12%;
    }
    .about-section p {
        font-size: 13px;
        color: #515151;
    }
    .services .icon-box {
        padding: 11px;
        position: relative;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
        transition: all 0.3s ease-in-out;
        border-radius: 8px;
        z-index: 1;
        margin: 6px 9px;
    }
    .services .title {
        font-weight: 700;
        margin-bottom: 7px;
        font-size: 14px;
    }
    .services .description {
        font-size: 12px;
        line-height: 17px;
        margin-bottom: 0;
    }
    .heading {
        text-align: center;
        padding: 36px 20px;
    }
    .heading h2 {
        font-family: 'Dancing Script', cursive;
        font-size: 35px;
        color: #131313;
    }
    .heading p {
        font-size: 13px;
        color: #515151;
    }
    .pricing ul li {
        /* padding-bottom: 6px; */
        border-bottom: #e4e4e4 1px solid;
        padding: 4px 0px;
    }
    .pricing .btn-buy {
        padding: 8px 31px;
        color: #fff;
        font-size: 13px;
    }
    .cta {
        padding: 24px 0;
    }
    .cta h3 {
        color: #ffffff;
        font-size: 23px;
        font-weight: 700;
    }
    .cta .cta-btn {
        font-weight: 500;
        font-size: 11px;
        padding: 9px 24px;
    }
    .cta p {
        color: #ffffff;
        font-size: 12px;
    }
    .call-set.whts {
    width: 10%;
    bottom: 86px;
    left: 14px;
}
.call-set.call {
    width: 13%;
    bottom: 15px;
    left: 7px;
}
}