body {
    font-family: 'Poppins', sans-serif;
    background-color: #EEF7F8;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 2rem;
    line-height: 1.5;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
}

h4 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

h5 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

h6 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

p {
    font-size: 16px;
    padding-top: 1rem;
    color: #656565;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.common-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.common-spacing {
    padding-left: 100px;
    padding-right: 100px;
}

button {
    background-color: #002684;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-right: 2rem;
    padding: 5px 20px;
    border: none;
}

.more-btn button {
    background-color: #fff;
    border-radius: 0.8rem;
    border: 1px solid #002684;
    color: #002684;
    cursor: pointer;
    margin-right: 2rem;
    padding: 0.8rem 1.5rem;
    font-weight: 500;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #FBBC2A;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
}

#myBtn i {
    color: #fff;
    font-size: 20px;
}

#myBtn:hover {
    background-color: #555;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-track {
    background: rgba(240, 238, 244, 0.6) !important;
    border-radius: 6px !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px !important;
    background: #FBBC2A !important;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

.modal-title {
    font-size: 16px !important;
    color: #002684;
    padding-top: inherit !important;
}

@media(max-width:1680px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 22px;

    }

    h4 {
        font-size: 20px;
    }

    button {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }
}

@media(max-width:1500px) {
    .number span {
        padding: inherit !important;
    }
}

@media(max-width:1400px) {
    .biriyani-box img {
        max-width: 45%;
    }

    .number input[type="text"] {
        width: 44px;
    }
}

@media(max-width:1336px) {
    h1 {
        font-size: 35px;
    }

    .common-spacing {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }
}

@media(max-width:1024px) {
    .number input[type="text"] {
        width: 32px;
    }
}

@media(max-width:992px) {
    .track-para p {
        text-align: center;
    }

    .footer-wrapper {
        text-align: center;
    }

    .number input[type="text"] {
        width: 30px;
    }

    .bg-logo {
        height: 6rem;
    }
}

@media(max-width:577px) {
    .common-spacing {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-toggler {
        margin-right: 0px;
    }

    h1 {
        font-size: 18px;
    }

    button {
        margin-right: inherit;
    }

    .progress {
        width: inherit;
    }

    .customized-box p {
        font-size: 13px;
    }

    .table-borderless>:not(caption)>*>* {
        font-size: 12px;
    }
}