/* ====================================================
    Responsive
==================================================== */
/* Desktop 1200 - up */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {

    /* Global */
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

}


/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {

    /* Global */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    p {
        font-size: 14px;
    }

}


/* small mobile :320px. */
@media (max-width: 767px) {

    /* Global */
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

}

.d-desktop {
    display: block;
}

.d-mob {
    display: none !important;
}

@media(max-width:600px) {
    .ltn__header-top-area {
        display: none !important;
    }

    .slide-item-info-inner {
        margin-bottom: 30px;
        display: none;
    }

    .wsaqa .slick-initialized .slick-slide {
        display: block;
        height: 233px !important;
    }

    .ltn__slide-item-2 {
        height: auto;
        padding-top: 50px !important;
    }

    .ltn__header-options-2 .mobile-menu-toggle>a {
        width: 39px;
        margin-left: 66px;
        height: 32px;
        background: var(--white);
        -webkit-box-shadow: var(--ltn__box-shadow-1);
        box-shadow: var(--ltn__box-shadow-1);
    }

    .input-grey-rounded {
        margin-top: -122px !important;
        position: absolute !important;
        width: 298px !important;
        height: 42px !important;
        display: block !important;
        /* margin: auto; */
        margin-left: 6px !important;
        border-radius: 13px !important;
        padding-left: 46px !important;
    }

    .d-desktop {
        display: none;
    }

    .d-mob {
        display: block !important;
    }

    .ltn__feature-item-6 {
        border: 1px solid var(--border-color-8);
        padding: 40px 30px 35px;
        margin: 13px 0;
    }

    .ltn__feature-item-6 .ltn__feature-info .ltn__service-btn {
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: var(--ltn__color-1);
        font-weight: 700;
        font-size: 11px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }

    .ltn__breadcrumb-area {
        background-color: var(--section-bg-1);
        background-color: #000000;
        padding-top: 104px;
        color: #fff;
        padding-bottom: 37px;
    }

    .ltn__breadcrumb-inner h1 {
        color: #fff;
        font-size: 13px;
        font-family: 'Montserrat';
        letter-spacing: 1px;
    }

    .ltn__shop-details-area {
        margin-top: 30px !important;
    }

    .ltn__shop-details-inner h1 {
        margin-top: -15px !important;
        font-size: 14px !important;
        font-family: montserrat !important;
        letter-spacing: 1px !important;
    }

    .ltn__menu-widget>ul li {
        list-style: none;
        margin-top: 15px;
        display: block;
        font-size: 14px;
        float: left;
        justify-content: space-between;
        font-weight: 700;
        padding: 0px 17px;
    }

    .ltn__contact-address-item-3 .ltn__contact-address-icon img {
        max-width: 49px;
    }

    .ltn__contact-address-item-3 {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 2px solid var(--border-color-11);
        padding: 24px 13px 9px !important;
    }

    #icon_right {
        width: 98%;
        position: fixed;
        /* top: 668px; */
        bottom: 11%;
        right: 0;
        z-index: 1;
    }

    .e-text {
        display: none;
    }

    .w-text {
        display: none;
    }

    .enquiry {
        font-size: 19px;
        color: rgb(255, 255, 255);
        background: linear-gradient(90deg, #ff0303 0.85%, #ff0303 100%);
        border-radius: 30px;
        padding: 0px 2px;
        outline: none;
        border: none;
        padding-left: 17px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 51px;
    }

    .whatsapp {
        font-size: 18px;
        color: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgb(18, 198, 101) 0.85%, rgb(0, 148, 70) 100%);
        border-radius: 30px;
        /* padding: 15px 20px; */
        outline: none;
        padding-left: 21px !important;
        margin-top: -55px;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 53px;
        height: 53px;
        float: right;
    }

    .w-img {
        width: 24px;
        height: 28px;
        margin-left: 14px;
    }
.login {
    background: #fff;
    border: 1px solid rgb(236, 234, 234);
    border-radius: 0px;
    height: 425px;
    /* margin: 30px auto 0; */
    width: 400px;
    display: block;
    margin-left: -20px !important;
    margin: auto;
}
    html,
    body {
        overflow-x: hidden;
    }
}

.animated {
    font-size: 15px;
    font-family: montserrat;
    letter-spacing: 1px;
}