@font-face {
    font-family: 'Noto Sans', sans-serif !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    src: url(../cdns/font/NotoSans-Regular.woff2)
}

/* GENERAL CSS START */
*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    scroll-behavior: smooth;
}

:root {
    --primary--color: #C0DC20;
    --primary--color--with--opacity: rgba(192, 220, 32, 0.1);
    --primary-color-opacity-20: rgba(192, 220, 32, 0.2);
    --primary--border--emphasis: rgba(192, 220, 32, 0.85);
    --primary--hover--color: #879E00;
    --secondary--color: #181818;
    --black-secondary: #090909;
    --white--color: #ffffff;
    --second--white--color: #f5f5f5;
    --footer--text--color: #616161;
    --text--color: #343434;
    --cart--text--color: #262626;
    --red--color: #F93432;
    --rating--color: #FFC529;
    --primary--gradiant: linear-gradient(180deg, rgba(192, 220, 32, 0.30) 0%, rgba(192, 220, 32, 0.05) 96.2%, rgba(192, 220, 32, 0.04) 100%);
    --secondary--gradiant: linear-gradient(180deg, rgba(255, 245, 230, 0.70) 0%, rgba(228, 240, 255, 0.70) 100%);
    --footer--gradient: linear-gradient(0deg, rgba(192, 220, 32, 0.20) 0%, rgba(192, 220, 32, 0.01) 100%);
    --third--gradient: linear-gradient(180deg, rgba(192, 220, 32, 0.85) 0.05%, rgba(192, 220, 32, 0.35) 99.95%);
    --forth--gradient: linear-gradient(150deg, #CCF1FC 0.35%, #D6FFE9 38.02%, #FEF2DF 66.71%, #FFD8D8 99.11%);
    --login--register-gradient: linear-gradient(135deg, rgba(192, 220, 32, 0.10) 0.35%, rgba(192, 220, 32, 0.30) 100%);
    --running--order: #F1F9C2;
}

html,
body {
    font-family: 'Noto Sans', sans-serif !important;
    /*font-family: 'Poppins', sans-serif !important;*/
}

a,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    font-family: 'Noto Sans', sans-serif !important;
    /*font-family: 'Poppins', sans-serif !important;*/
}

.bootstrap-growl .close {
    background-color: transparent;
    font-size: 40px;
    color: var(--secondary--color);
    font-weight: 400;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 20px;
}
/* GENERAL CSS END */

/* SECTION CSS START  */
section {
    margin-top: 80px !important;
    overflow: hidden;
}

.section-title h2 {
    text-transform: capitalize;
    color: var(--text--color);
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
}

.section-title {
    padding-bottom: 30px;
}

.form-group label {
    pointer-events: none !important;
}

/* SECTION CSS END  */

/* HEADER SECTION START  */
/*.header {*/
/*    !* transition: all 0.5s; *!*/
/*    z-index: 997;*/
/*    padding-top: 10px !important;*/
/*    height: 95px;*/
/*    background: var(--white--color);*/
/*    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);*/
/*    border-top: 1px solid #E8E8E8;*/
/*    border-bottom: 1px solid #E8E8E8;*/
/*}*/

/*.header .logo img {*/
/*    max-height: 70px;*/
/*}*/

.bootstrap-growl .close {
    margin-top: -10px !important;
}

/* BREADCRUMB START  */
.breadcrumb {
    background: var(--second--white--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: fit-content;
    padding: 0 20px;
    height: fit-content;
    column-gap: 10px;
    margin-top: 50px;
    padding: 10px;
}

.breadcrumb a {
    text-transform: capitalize;
    color: var(--text--color);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}

.breadcrumb i {
    color: var(--text--color);
    font-size: 18px;
    font-weight: 600 !important;
}

.breadcrumb .active {
    color: var(--primary--color);
    font-weight: 400;
    font-size: 20px;
}

/* BREADCRUMB END  */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*.navbar {*/
/*    padding: 0;*/
/*}*/

/*.navbar ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    list-style: none;*/
/*    align-items: center;*/
/*    column-gap: 20px;*/
/*}*/

/*.navbar li {*/
/*    position: relative;*/
/*}*/

/*.navbar a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    font-weight: 500;*/
/*    color: var(--secondary--color);*/
/*    white-space: nowrap;*/
/*    transition: 0.3s;*/
/*    text-transform: capitalize;*/
/*}*/

/*.navbar a i,*/
/*.navbar a:focus i {*/
/*    font-size: 18px;*/
/*    margin-left: 5px;*/
/*    margin-top: 5px;*/
/*    color: var(--secondary--color);*/
/*    font-weight: 600;*/
/*}*/

/*.navbar a:hover,*/
/*.navbar a:active,*/
/*.navbar a.active {*/
/*    color: var(--primary--color);*/
/*}*/

/*.navbar a:hover i,*/
/*.navbar a:active i,*/
/*.navbar a.active i {*/
/*    color: var(--primary--color);*/
/*}*/

/*.navbar .dropdown ul {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: calc(100% + 30px);*/
/*    margin: 0;*/
/*    padding: 10px 0;*/
/*    z-index: 99;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    background: var(--white--color);*/
/*    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*    border-radius: 20px;*/
/*    transition: 0.3s;*/
/*}*/

/*.navbar .dropdown ul a {*/
/*    padding: 10px 20px;*/
/*    font-size: 15px;*/
/*    text-transform: none;*/
/*    font-weight: 600;*/
/*    text-transform: capitalize;*/
/*}*/

/*.navbar .dropdown ul a i {*/
/*    font-size: 12px;*/
/*}*/

/*.navbar .dropdown:hover>ul {*/
/*    opacity: 1;*/
/*    top: 100%;*/
/*    visibility: visible;*/
/*}*/

/*.navbar .dropdown .dropdown ul {*/
/*    top: 0;*/
/*    left: calc(100% - 30px);*/
/*    visibility: hidden;*/
/*}*/

/*.navbar .dropdown .dropdown:hover>ul {*/
/*    opacity: 1;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    visibility: visible;*/
/*}*/

/*.navbar .megamenu {*/
/*    position: static;*/
/*}*/

/*.megamenu-heading {*/
/*    position: relative;*/
/*    left: 20px;*/
/*}*/

/*.megamenu-heading h4 {*/
/*    font-size: 17px;*/
/*    font-weight: bold;*/
/*    text-transform: capitalize;*/
/*}*/

/*.navbar .megamenu ul {*/
/*    top: 4rem !important;*/
/*}*/

/*.navbar .megamenu .megamenu-service {*/
/*    display: flex;*/
/*    align-items: end;*/
/*    padding: 10px 20px;*/
/*}*/

/*.navbar .megamenu ul div li {*/
/*    flex: 1;*/
/*}*/

/*.navbar .dropdown .dropdown ul {*/
/*    top: 0;*/
/*    left: calc(100% - 30px);*/
/*    visibility: hidden;*/
/*}*/

/*.navbar .dropdown .dropdown:hover>ul {*/
/*    opacity: 1;*/
/*    top: 0;*/
/*    left: 100%;*/
/*    visibility: visible;*/
/*}*/

/*.responsive-service-nav {*/
/*    display: none !important;*/
/*}*/

/*.desktop-service-nav {*/
/*    display: contents !important;*/
/*}*/

/*@media only screen and (max-width: 767px) {*/
/*    .responsive-service-nav {*/
/*        display: block !important;*/
/*    }*/

/*    .desktop-service-nav {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*@media (max-width: 1366px) {*/
/*    .navbar .dropdown .dropdown ul {*/
/*        left: -90%;*/
/*    }*/

/*    .navbar .dropdown .dropdown:hover>ul {*/
/*        left: -100%;*/
/*    }*/
/*}*/

/* Mobile Navigation */

/*.mobile-nav-toggle {*/
/*    color: var(--secondary--color);*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    display: none;*/
/*    margin-top: 5px;*/
/*    transition: 0.5s;*/
/*}*/

/*.mobile-nav-toggle.bi-x {*/
/*    color: var(--white--color);*/
/*    font-size: 40px;*/
/*}*/

/*@media (max-width: 1200px) {*/
/*    .mobile-nav-toggle {*/
/*        display: block;*/
/*    }*/

/*    .navbar ul {*/
/*        display: none;*/
/*    }*/
/*}*/

/*.navbar-mobile {*/
/*    position: fixed;*/
/*    overflow: hidden;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    background: #000000;*/
/*    transition: 0.3s;*/
/*}*/

/*.navbar-mobile .mobile-nav-toggle {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    right: 15px;*/
/*}*/

/*.navbar-mobile ul {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    right: 15px;*/
/*    bottom: 15px;*/
/*    left: 15px;*/
/*    padding: 10px 0;*/
/*    border-radius: 10px;*/
/*    background-color: var(--white--color);*/
/*    height: min-content;*/
/*    transition: 0.3s;*/
/*}*/

/*.navbar-mobile a,*/
/*.navbar-mobile a:focus {*/
/*    padding: 10px 20px;*/
/*    font-size: 15px;*/
/*    color: var(--secondary--color);*/
/*}*/

/*.navbar-mobile a:hover,*/
/*.navbar-mobile .active,*/
/*.navbar-mobile li:hover>a {*/
/*    color: var(--secondary--color);*/
/*}*/

/*.navbar-mobile .getstarted,*/
/*.navbar-mobile .getstarted:focus {*/
/*    margin: 15px;*/
/*}*/

/*.navbar-mobile .dropdown ul {*/
/*    position: static;*/
/*    display: none;*/
/*    margin: 10px 20px;*/
/*    padding: 10px 0;*/
/*    z-index: 99;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    background: var(--white--color);*/
/*    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*}*/

/*.navbar-mobile .dropdown ul li {*/
/*    min-width: 200px;*/
/*}*/

/*.navbar-mobile .dropdown ul a {*/
/*    padding: 10px 20px;*/
/*}*/

/*.navbar-mobile .dropdown ul a i {*/
/*    font-size: 12px;*/
/*}*/

/*.navbar-mobile .dropdown ul a:hover,*/
/*.navbar-mobile .dropdown ul .active:hover,*/
/*.navbar-mobile .dropdown ul li:hover>a {*/
/*    color: var(--primary--color);*/
/*}*/

/*.navbar-mobile .dropdown>.dropdown-active {*/
/*    display: block;*/
/*}*/

/* HEADER SECTION END  */
.coupan-card-image {
    background-image: url(../../assets/images/sidebar-menu/coupons/swiggy-coupon.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 20px;
    /* width: 170px; */
    height: 200px;
    border-radius: 15px;
    position: relative;
}

.coupan-card-image .dark-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    border-radius: 15px;
}

.coupan-brand-name h4 {
    font-weight: 500;
    font-size: 18px;
    margin-left: 10px;
    text-transform: capitalize;
    color: var(--white--color);
}

.coupan-brand-name h3 {
    font-weight: 700;
    font-size: 24px;
    margin-left: 10px;
    text-transform: capitalize;
    color: var(--white--color);
}

.featured-restaurants-image {
    background-image: url(../../assets/images/sidebar-menu/coupons/swiggy-coupon.png);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    border-radius: 20px;
    width: 210px;
    height: 210px;
    border-radius: 15px;
    position: relative;
}

.featured-restaurants-image .dark-overlay {
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    border-radius: 15px;
}

.featured-restaurants-image .coupan-brand-name h4 {
    font-weight: 275;
    font-size: 16px;
    margin-left: 10px;
    text-transform: capitalize;
    color: var(--white--color);
}

.featured-restaurants-image .coupan-brand-name h3 {
    font-weight: 600;
    font-size: 24px;
    margin-left: 10px;
    text-transform: capitalize;
    color: var(--white--color);
    word-break: break-word;
}

.grey-image {
    transition: filter 0.3s;
    filter: grayscale(100%) brightness(80%);
}

.arrow-right {
    font-weight: 300 !important;
    font-size: 14px;
    color: #343434;
}

/* FOOTER START  */
.footer-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.download,
.quick-links,
.contact {
    margin-top: 40px;
}

.footer-button:hover {
    color: var(--white--color);
    background-color: var(--secondary--color);
}
.app-white {
    display: block;
}

/*.app-black {*/
/*    display: none;*/
/*}*/

.app-white {
    display: none;
}

.footer-button {
    color: var(--secondary--color);
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid var(--black-secondary);
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-radius: 10px;
    padding: 5px 15px;
}

.button-sub-title {
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
}

.button-main-title {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: -5px;
}

.button-text {
    display: flex;
    align-items: flex-start;
    row-gap: 0px;
    flex-direction: column;
}

.footer {
    background: var(--footer--gradient);
    padding: 30px 0;
    margin-top: 100px;
}

.footer h5 {
    color: var(--text--color);
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
}

.footer-quick-links {
    margin-top: 15px;
}

.footer-quick-links a {
    color: var(--text--color);
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
}

.footer-quick-links a:hover,
.footer-quick-links a:active {
    color: var(--primary--color);
}

.footer-quick-links-2 {
    margin-top: 40px !important;
}

.footer-quick-links-2 a {
    line-height: 25px !important;
}

.footer-right {
    padding-left: 60px;
}

.social-icons {
    gap: 20px;
}

.social-icon {
    background-color: var(--secondary--color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.social-icon:hover,
.social-icon:active {
    background-color: var(--primary--color);
}

.contact p {
    color: var(--text--color);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    margin-top: 15px;
}

.whatsapp {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.whatsapp img {
    width: 30px;
}

.whatsapp span {
    color: var(--footer--text--color);
    font-size: 18px;
    font-weight: 600;
}

.whatsapp span:hover {
    color: var(--primary--color);
}

.footer-copyright {
    margin-top: 30px !important;
}

.footer-copyright a {
    color: var(--footer--text--color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

/* FOOTER END  */

#tip-amount::placeholder {
    color: var(--text--color);
}

/* ORDER STATUS BATCH START */
.order-status-batch {
    border-radius: 7px;
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.order-status-icon {
    border-radius: 5px;
    padding: 3px 8px;
}

.order-status-title {
    padding: 0 5px;
}

.order-status-title p {
    font-size: 14px;
    padding-top: 1px;
    font-weight: 400;
    color: var(--text--color);
}

.completed {
    background: rgba(38, 193, 101, 0.2);
    border: 0.5px solid rgba(38, 193, 101, 1);
}

.completed .order-status-icon {
    background-color: #26C165;
}

.cancelled {
    background: rgba(230, 47, 47, 0.2);
    border: 0.5px solid rgba(230, 47, 47, 1);
}

.cancelled .order-status-icon {
    background-color: #E62F2F;
}

.rejected {
    background: rgba(230, 47, 47, 0.2);
    border: 0.5px solid rgba(230, 47, 47, 1);
}

.rejected .order-status-icon {
    background-color: #E62F2F;
}

.ongoing {
    background: rgba(255, 187, 70, 0.2);
    border: 0.5px solid rgba(255, 187, 70, 1);
}

.ongoing .order-status-icon {
    background-color: #FFBB46;
}

.accepted {
    background: rgba(255, 187, 70, 0.2);
    border: 0.5px solid rgba(255, 187, 70, 1);
}

.accepted .order-status-icon {
    background-color: #FFBB46;
}

/* ORDER STATUS BATCH END */

.pac-container {
    z-index: 99999 !important; /* Ensure it appears above modal (Bootstrap uses 1050) */
    position: absolute !important;
}
/* Loader CSS */
.loading-container-new {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 99999 !important;
    place-content: center;
    display: grid;
}

.loading-progress-new {
    position: relative;
    height: 5rem;
    width: 5rem;
    left: 45%;
}

.loading-progress-new::before {
     content: "";
     position: absolute;
     height: 100%;
     width: 100%;
     border-radius: 50%;
     border: 5px solid transparent;
     border-top-color: var(--primary--border--emphasis);
     top: -5px;
     left: -5px;
     animation: spin 1s linear infinite;

}
#retry-spin  {
    position:fixed;
    width:100%;
    color: var(--primary--color);
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index:9991;
    display:none;
}
a.boxclose{
    /* float:right;*/
    /* margin-top:-30px;
     margin-right:-30px;*/
    position: absolute;
    left: 48%;
    top: 53%;
    width: 54px;
    height: 34px;
    cursor: pointer;
    color: var(--primary--color);
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    /* background: #605F61; */
    font-size: 63px;
    /* font-weight: bold; */
    display: inline-block;
    line-height: 0px;
    padding: 25px 9px;
}

.boxclose:before {
    content: "×";

}

a.boxclose1{
    content:'\f01e';
    display:block;
    position:absolute;
    left:48.5%;
    top:40%;
    width:50px;
    height:50px;
    font-size: 40px;
    /*border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;*/
    font-family: FontAwesome !important;
    /*-webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;*/
}

.boxclose1:before {
    content:'\f01e';

}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* RESPONSIVE SECTION START  */
@media only screen and (max-width: 1025px) and (min-width: 1000px) {
    .footer-button {
        padding: 5px 5px;
    }

    .button-main-title {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    section {
        margin-top: 80px !important;
    }

    .breadcrumb {
        margin-top: 60px;
    }

    .logo {
        max-height: 45px;
    }

    .section-title {
        text-align: center;
    }

    .footer-right {
        padding-left: 10px !important;
        padding-top: 30px;
    }

    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 575px) and (min-width: 542px) {
    section {
        margin-top: 20px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    section {
        margin-top: 12px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        margin-top: 99px;
    }

    .breadcrumb .active {
        color: var(--primary--color);
        font-weight: 400;
        font-size: 14px;
    }

    .logo-title {
        display: none;
    }

    .logo {
        max-height: 45px;
    }

    /*.header {*/
    /*    height: 70px;*/
    /*}*/

    .cart {
        margin-left: -3px !important;
    }

    .button-main-title {
        font-size: 16px !important;
    }

    .footer-button {
        width: 32%;
        padding: 5px 5px;
    }

    .footer-buttons {
        align-items: start;
    }

    p,
    a {
        font-size: 14px;
        line-height: 25px;
    }

    footer {
        margin-top: 20px !important;
    }

    .section-title {
        padding-bottom: 20px;
    }

    .section-title h2 {
        text-align: center;
        font-size: 25px;
        line-height: 25px;
    }

    .footer h5 {
        font-size: 18px;
        line-height: 23px;
    }

    .footer-quick-links a {
        font-size: 14px;
        line-height: 30px;
    }

    .download img {
        height: 30px;
    }

    .footer-right {
        margin-top: 1rem;
        padding-left: 10px !important;
    }

    .download,
    .quick-links,
    .contact,
    .footer-quick-links {
        margin-top: 20px !important;
    }

    .social-icon {
        font-size: 12px;
        padding: 8px 12px;
    }

    .contact p,
    .whatsapp a {
        font-size: 14px;
        line-height: 25px;
    }

    .footer-copyright {
        margin-top: 15px;
    }

    .footer-copyright a {
        font-size: 12px;
    }

    .whatsapp img {
        width: 30px;
    }

    .footer-copyright {
        margin-top: 15px !important;
    }

    .whatsapp span {
        font-size: 14px;
    }

    .whatsapp img {
        width: 25px;
    }

    .whatsapp {
        gap: 5px;
    }

    .contact p,
    .whatsapp a {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-quick-links a {
        font-size: 14px;
    }

    .footer h5 {
        font-size: 14px;
        line-height: 20px;
    }
    .footer {
        background: var(--footer--gradient);
        padding: 0;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 541px) {
    .footer-button {
        width: 34%;
    }
    section {
        margin-top: 50px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 541px) and (min-width: 415px) {
    .footer-quick-links a {
        font-size: 12px !important;
        line-height: 25px !important;
    }

    .contact p,
    .whatsapp a {
        font-size: 14px !important;
        line-height: 25px !important;
    }

    section {
        margin-top: 50px !important;
        overflow: hidden;
    }

}

@media only screen and (max-width: 460px) {
    .footer-button {
        width: 38%;
    }

    section {
        margin-top: 50px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 410px) {
    .footer-button {
        width: 42%;
    }

    section {
        margin-top: 50px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 370px) {
    .footer-button {
        width: 47%;
    }
    section {
        margin-top: 50px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 331px) {
    .footer-button {
        width: 50%;
    }
    section {
        margin-top: 50px !important;
        overflow: hidden;
    }
}

@media only screen and (max-width: 300px) {
    .footer h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-button {
        width: 50%;
    }

    .contact p,
    .whatsapp a {
        font-size: 12px;
        line-height: 20px;
    }

    .footer-quick-links a {
        font-size: 10px;
    }

    .section-title {
        padding-bottom: 10px;
    }

    .section-title h2 {
        font-size: 14px;
        line-height: 20px;
    }
    section {
        margin-top: 30px !important;
        overflow: hidden;
    }
}

/* RESPONSIVE SECTION END  */
