@media (min-width: 1200px) {
    .col-lg-4 {
        width: 25%;
    }
}

footer {
    padding: 48px;
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.navbar-container {
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

li.nav-icon-item {
    opacity: 1;
}

/* .icon {
    height: 2.9rem;
}

li.nav-icon-item {
    width: 4%;
} */

/* svg.injected-svg.icon.undefined {
    height: 2%;
    width: 2%;
} */

ul.nav-icon li {
    display: inline-block;
    margin: 1em;
}

a.nav-link.link-footer {
    padding-bottom: 0.5rem !important;
}

li.nav-icon-item {
    margin: 9px;
    color: #171717 !important;
    width: 2%;
    justify-content: center;
}

.row.mt-5.mb-5.d-flex {
    position: relative;
    justify-content: space-around !important;
    left: 7% !important;
    margin-bottom: 3px !important;
}

.card-text.card-body.border-0.o-hidden.mb-0.text-light {
    padding: 20px;
}

.row.justify-content-center.mt-5.mb-5 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.row {
    justify-content: center;
}

*,
::after,
::before {
    box-sizing: border-box;
}


.position-relative.d-flex.flex-column.flex-md-row.justify-content-between.align-items-center {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
}

.h3.text-center.mb-md-0.font-family-sg {
    margin: 3px;

}

.card.card-body.border-0.o-hidden.mb-0.text-light {
    padding: 20px;
}

a.btn.btn-lg.btn-primary {
    float: right;
    color: black !important;
    font-weight: 600;
    background-color: #ffc800;
    border: none !important;
    border-radius: 4px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.text-footer {
    color: #6e6e6e !important;
}

@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

a.nav-link.link-footer {
    padding: 0;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

a:hover+div {
    display: block;
}

.dropdown-menu {
    display: none;
}

.dropdown-menu:hover {
    display: block;
}

[data-toggle="dropdown-grid"]+.dropdown-menu {
    max-width: max-content !important;
    top: 1rem;
}

#top-phone {
    cursor: pointer;
    margin-left: 60px;
}

.copiedToClipBoard {
    position: fixed;
    top: 75px;
    right: 15px;
    padding: 15px;
    background: #000000;
    color: #fff !important;
    border-radius: 10px;
    z-index: 9999999999;
}

.copiedToClipBoard p {
    margin-bottom: 0px;
}

.image-container {
    background-image: url("new-launch/assets/img/ms-kl-banner.png");
    position: relative;
    text-align: center;
    color: white;
}

.text-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61%;
    transform: translate(-50%, -50%);
}

.ml_0 {
    margin-left: 0px !important
}




/* Typing Animation */

.loading-animation {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    animation: typing 1s linear infinite alternate;
    position: relative;
    left: -12px;
}

@keyframes typing {
    0% {
        background-color: rgba(100, 100, 100, 1);
        box-shadow: 12px 0px 0px 0px rgba(100, 100, 100, 0.2), 24px 0px 0px 0px rgba(100, 100, 100, 0.2);
    }

    25% {
        background-color: rgba(100, 100, 100, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(100, 100, 100, 2), 24px 0px 0px 0px rgba(100, 100, 100, 0.2);
    }

    75% {
        background-color: rgba(100, 100, 100, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(100, 100, 100, 0.2), 24px 0px 0px 0px rgba(100, 100, 100, 1);
    }
}

.float-btn {
    position: fixed;
    top: 76%;
    right: 25px;
}

.flickity-page-dots {
    display: none;
}

li {
    text-align: justify !important;
}

.botMsg,
.userMsg {
    text-align: inherit !important;
}

form .custom-form {
    border-bottom: 1px solid #bdb7b7 !important;
    border: none;
    margin-bottom: 21px;
    line-height: 36px;
    width: 109%;
    background-color: #f2f8fb !important;
}

form .custom-form:focus {
    outline: white;
}

.modal-backdrop {
    background-color: #ececec !important;
    width: 100% !important;
    height: 100% !important;
}

.modal-header,
.modal-body {
    padding: 2rem 2rem 1rem 1.5rem !important;
    border-bottom: 0px !important;
}

.modal-footer {
    padding: 2rem 2rem 2rem 1.5rem !important;
    border-top: 0px !important;
}

a.navbar-brand.fade-page.temp-banner {
    margin: auto;
    display: block;
}

@media screen and (max-device-width: 575px) {
    form .custom-form {
        width: 100%;
    }

    .modal-dialog {
        max-width: 94% !important;
    }

    .modal-body h4 {
        width: 100% !important;
    }

    .temp-banner {
        display: none !important;
    }

    .text_banner {
        margin-left: 2rem !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none !important;
    }

    .temp-banner {
        display: none !important;
    }

    .text_banner {
        margin-left: 2rem !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #top-phone {
        margin-left: 0px !important;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .mobile-view {
        display: none;
    }

    .desktop-view {
        display: block;

        @media(max-width: 990px) {
            #top-phone {
                margin-left: 0px !important
            }
        }
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .mobile-view {
        display: block !important;
    }

    .desktop-view {
        display: none !important;
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .mobile-view {
        display: none !important;
    }

    .desktop-view {
        display: block !important;
    }
}

.profile_toggle {
    padding: 18px !important;
}

.btn.whatsapp {
    bottom: 0.5rem !important;
}

h5 {
    font-weight: 500 !important;
}

.container {
    font-size: 16px;
}

.header-fixed {
    display: flex;
    margin: auto;
    font-size: 16px;
}

@media screen and (max-width: 1020px) {

    .header-fixed {
        overflow: auto;
        display: flow-root !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        max-height: 100vh;
        overflow-y: auto;
    }
    a.nav-link.link-footer{
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

ul.navbar-nav {
    align-items: center;
}

a.dropdown-item.fade-page {
    font-size: 16px;
}

.page-title h2 {
    color: white;
}

.btn-lg.btn-primary {
    font-size: 20px !important;
}

.flexpropertiescontainer {
    display: flex;
    flex-direction: row;
}

.addresscontroller ul {
    width: 50%;
    list-style-type: none;
}

.banner-header {
    color: white;
}

li#top-phone {
    white-space: nowrap;
}