/*header footer css*/

.logo {
    width: 70%;
}

#header .header-area {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
}

.topheader {
    background: #181717;
    display: table;
    width: 100%;
}

.topleftside {
    padding: 2px 0 0;
    float: left;
}

    .topleftside li {
        list-style: none;
        padding: 3px 14px;
        display: inline-block;
    }

        .topleftside li a {
            transition: .3s ease-in-out;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            display: block;
            vertical-align: top;
        }

.toprightside ul {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 3px;
    text-align: right;
}

.header-area {
    padding-left: 4vw;
    padding-right: 2vw;
    display: flex;
    grid-template-columns: 11vw 1fr;
    align-items: center;
    column-gap: 5vw;
    z-index: 9999;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    justify-content: space-between;
}

.main_menu {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, 10.3vw); */
    /* align-items: stretch; */
    /* justify-content: end; */
    /* gap: 64px; */
    padding: 0px;
    margin: 0px;
    width: 77%;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    padding-top: 0px;
}

ul.main_menu li {
    width: 16.3%;
    display: inline-block;
}

.main_menu li a {
    display: grid;
    text-align: center;
    font-size: 1.2vw;
    font-weight: 500;
    color: #f88036;
    text-decoration: none;
}

    .main_menu li a span {
        font-size: 2.4vw;
    }

    .main_menu li a::after {
        content: '';
        height: 0.35vw;
        border-radius: 0.2vw;
        width: 0;
        transition: 0.5s;
        margin: 0.25vw auto 0.25vw auto;
    }

.main_menu li.active a::after, .main_menu li:hover a::after {
    background: #f88036;
    width: 95%;
}

.aboutcont h4, .main-footer {
    background: #f1832c;
}

.mission, .sp-five {
    padding: 60px 0 0;
}

.footer-top .colmun {
    margin-bottom: 40px;
}

.footer-top .about-colmun {
    margin-right: 40px;
}

.footer-title h6 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 22px;
    font-family: Montserrat;
    border-bottom: 3px solid #ddd;
    padding-bottom: 5px;
    font-weight: 500;
}

.service-list li {
    list-style: none;
}

    .service-list li a {
        color: #fff;
        display: block;
        padding-bottom: 7px;
        font-weight: 500;
        text-decoration: none;
        font-size: 15px;
    }

.footer-bottom {
    padding: 10px 0;
}

    .footer-bottom .footer-copyright {
        line-height: 26px;
        float: left;
    }

.terms-service {
    float: right;
}

.footer-bottom .terms-service li a {
    line-height: 15px;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    transition: .3s;
}

.terms-service img {
    width: 300px;
}

.terms-service {
    padding: 0px;
}

    .terms-service li {
        list-style: none;
    }

.service-list {
    padding: 0px;
}



/*mobile header or footer css*/


@media (min-width:1025px) {
    .sidenav {
        display: none;
    }

    .drawer-toggle {
        display: none;
    }

    .mobile-footernav {
        display: none;
    }
}

@media (max-width:1024px) {

    .main-footer, .footer-bottom {
        display: none;
    }

    .navbar-default {
        background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
        background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
        background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
        background-repeat: repeat-x;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    }

    .mobile_topbar a {
        font-weight: 500;
        text-decoration: none;
    }

    .header-area {
        box-shadow: none;
    }

    .topheader {
        background-color: #fff;
        padding: 12px 0px;
    }

    #p-container-sidebar .icons-small p {
        margin-bottom: 0px;
    }

    #p-container-sidebar span {
        margin-left: 15px;
        color: #404040;
        margin-top: 5px;
        font-size: 14px;
    }

    .icons-small i {
        float: left;
        font-size: 20px;
        color: #dd7017;
        width: 20px;
        height: 20px;
        text-align: center;
    }

    .social-media-icons {
        position: relative;
        margin: 18px;
    }

    a.homepg-link {
        padding: 12px 15px;
        text-align: center;
        display: block;
    }

    #p-container-sidebar .sidenav a {
        color: #818181;
        display: block;
        text-decoration: none;
        transition: .3s;
    }

    #p-container-sidebar .icons-small {
        border-bottom: 1px solid #d5d6d9;
        padding-bottom: 10px;
        padding-top: 10px;
        margin: 0px;
    }

    #p-container-sidebar .rm-icons {
        text-align: -webkit-center;
        padding: 0px 0;
        border-bottom: 1px solid #d5d6d9;
        margin: 0px;
    }

    #p-container-sidebar .sidenav {
        background-color: #fff;
        height: 100%;
        left: -820px;
        overflow-x: hidden;
        padding-top: 5px;
        position: fixed;
        top: 0;
        transition: .5s;
        width: 0;
        z-index: 99999999;
    }

    #p-container-sidebar #overlay {
        width: 100%;
        background: rgba(0, 0, 0, .4);
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 9999;
    }

    #p-container-sidebar {
        touch-action: manipulation;
    }

    #p-container-sidebar, .modal {
        -webkit-overflow-scrolling: touch;
    }

    .drawer-hamburger {
        z-index: 104;
        float: none;
        top: 0;
        display: unset;
        box-sizing: revert;
        width: 2rem;
        /* height: 40px; */
        padding: 0px 0px 0 0;
        -webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
        transition: .6s cubic-bezier(.19, 1, .22, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        border: 0;
        outline: 0;
        background-color: transparent;
    }

    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        width: 100%;
        height: 2px;
        -webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
        transition: .6s cubic-bezier(.19, 1, .22, 1);
        background-color: #ff8525;
    }

    .drawer-hamburger-icon {
        position: relative;
        display: block;
        margin-top: 0px;
    }

        .drawer-hamburger-icon:before {
            top: -7px;
        }

        .drawer-hamburger-icon:after {
            top: 7px;
        }

        .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
            width: 100%;
            height: 2px;
            -webkit-transition: .6s cubic-bezier(.19, 1, .22, 1);
            transition: .6s cubic-bezier(.19, 1, .22, 1);
            background-color: #ff8525;
        }

            .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
                position: absolute;
                left: 0;
                content: ' ';
            }

    .homepg-link img {
        width: 90px;
    }

    #header .header-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-bottom .footer-copyright {
        text-align: center;
        margin-bottom: 10px;
    }

    .main_menu {
        display: none;
    }

    /*footer app css*/

    #home-stickyNav {
        position: fixed;
        z-index: 9998;
        padding: 0 0 10px;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
    }

    .pad-top-10 {
        padding-top: 10px;
    }

    .no-pad {
        padding: 0px;
    }

    #home-stickyNav .more-sticky img {
        height: 25px;
        margin: 0 auto;
    }

    #home-stickyNav h6 {
        font-size: 12px;
    }

    #home-stickyNav p {
        margin-bottom: 0px;
    }

    #home-stickyNav a {
        color: #000;
        text-decoration: none;
    }
}

@media (max-width:767px) {

    .logo {
        width: 50%;
    }

    .footer-top .colmun {
        margin-bottom: 5px;
    }

    .topleftside {
        text-align: center;
    }

        .topleftside li {
            padding: 3px 5px;
        }

            .topleftside li a {
                font-size: 12px;
            }

    .toprightside ul {
        text-align: center;
        padding-bottom: 6px;
    }
}

/*end css*/

/*keep in touch css*/

.sumitform {
    background: #fce6d8;
    padding: 1.5vw 0;
}

.subscribe-form {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    letter-spacing: .1em;
}

.links {
    display: flex;
}

.appmage {
    display: block;
    width: 9vw;
    border-radius: 0.4em;
    margin-right: 1em;
}

#iphoneImage {
    background: url(https://www.gofoodieonline.com/Content/Images/iphoneapp.webp) center / cover no-repeat;
}

#androidImage {
    background: url(https://www.gofoodieonline.com/Content/Images/appdownloadicon.webp) center / cover no-repeat;
}

.sumitform h3 {
    color: #333;
    font-size: 1.69vw;
    letter-spacing: 0;
    padding-right: 1vw;
    font-weight: 600;
}

.sumitform form, .sumitform h3 {
    vertical-align: middle;
    display: inline-block;
}

.sumitform .social-links li {
    display: inline-block;
    margin-right: 0;
}

    .sumitform .social-links li a {
        font-size: 1.5vw;
        color: #fff;
        width: 3vw;
        height: 3vw;
        line-height: 3vw;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        transition: .3s;
    }

.sumitform .social-links {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin-bottom: 0px;
}

.fb, .inlink, .insta {
    background-color: #3b5998;
}

.tw {
    background-color: #4099ff;
}

.subscribe-form .orderSec {
    gap: 1vw;
}

.orderSec {
    margin: 0;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

    .orderSec a {
        display: grid;
        color: #fff;
        padding: 0.25vw 0.5vw 0.25vw 0.5vw;
        gap: 0.5vw;
        width: fit-content;
        grid-template-columns: 2vw 5vw;
        font-weight: 500;
        font-size: 0.9vw;
        aspect-ratio: 146 / 45;
        align-items: center;
        border-radius: 0.5vw;
        text-decoration: none;
    }

.WhatsappIcon {
    background: #56b54f;
}

    .WhatsappIcon .iconContainer {
        background: url(https://www.gofoodieonline.com/Content/Images/whatsapp.png) center / contain no-repeat;
    }

a .iconContainer {
    aspect-ratio: 1 / 1;
    width: 100%;
    margin: 0;
}

/*keep in tuch css end*/


/*inner page css start*/

.innerfood {
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0 8%;
}

.innerfood {
    background-position: top;
    position: relative;
}

    .innerfood h1 {
        text-align: center;
        color: #fff;
    }

.backwhite {
    background: #fff;
    margin-top: -50px;
    position: relative;
    padding: 35px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 3px 8px #eae9e9;
}

.h2-heading {
    margin-bottom: 15px;
}

.orange {
    color: #f88036;
}

ul.ul-padding {
    padding: 0px 17px;
}

    ul.ul-padding li {
        padding: 4px 0px;
    }

.contact-grid {
    background-color: #08cae2;
    padding: 40px;
    border-radius: 15px;
}

    .contact-grid h4 {
        font-size: 2em;
        color: #fff;
        margin-bottom: 1em;
        font-weight: 100;
    }

.address-row h5 {
    font-size: 20px;
    color: #000;
    margin-bottom: .4em;
    font-weight: 500;
}

.address-row {
    margin-top: 2em;
}

    .address-row p a, .contact-w3lsright h6 span {
        color: #fd463e;
    }

.contact-grid .submit {
    background-color: #fff;
    padding: 9px 40px;
    border-radius: 0px;
}

.address-row i {
    background: #ebebeb;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    padding: 12px;
    border-radius: 5px;
}

.map iframe {
    border-radius: 15px;
}

.contact-grid input, .contact-grid textarea {
    border-radius: 0px;
    padding: 10px 15px;
}

.radious-5 {
    border-radius: 15px;
}

.vendprpg .submit {
    background-color: #f88036;
    padding: 9px 40px;
    border-radius: 0px;
    color: #fff;
}

.vendprpg input, .vendprpg select {
    border-radius: 0px;
    height: auto;
    padding: 10px 15px;
}
.manadory {
    color: Red
}

@media (max-width:767px) {
    .innerfood h1 {
        font-size: 20px;
    }

    .innerfood {
        padding: 70px 0 25%;
    }

    .backwhite {
        padding: 20px;
    }

    .vendprpg {
        padding: 20px !important;
    }

    .map iframe {
        height: 200px;
    }

    .contact-grid {
        padding: 20px;
    }
    .keepintouch{
        display:none;
    }
}



/*inner page css end*/

/*second time inner pages css*/

.formto {
    font-size: 0;
    width: 100%;
    padding: 0;
}

    .formto input {
        width: 77%;
        padding: 5px 22px;
        border: none;
        border-radius: 3px;
        border: 1px solid #f1832c;
        color: #000;
        position: relative;
        font-size: 16px;
    }

.sumotdate {
    background: #f1832c;
    color: #fff;
    padding: 6px 23px;
    font-size: 14px;
    vertical-align: top;
    margin-left: 10px;
}

.submit-btn {
    background: #f1832c;
    color: #fff;
    padding: 6px 23px;
    font-size: 14px;
    vertical-align: top;
}

    .sumotdate:hover, .submit-btn:hover {
        background-color: #000;
        color: #fff;
    }

.wel_headerwhite {
    text-align: left;
    padding-bottom: 30px;
}

    .wel_headerwhite span {
        color: #f1832c;
        position: relative;
        font-size: 2.2em;
        font-weight: 600;
    }

.faqsection .accordion-item {
    position: relative;
    border-radius: 5px;
}

.faqsection .accordion-button::after {
    filter: brightness(0) invert(1);
}

.faqsection .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.faqsection .accordion-button {
    background: #f1832c;
    position: relative;
    color: #fff;
    font-size: 16px;
    margin: 0px;
}

.faqsection .accordion-item {
    margin-bottom: 15px;
}

.faqsection .accordion-body {
    padding: 15px 15px;
}

.bg-orange {
    background: #f1832c;
    color: #fff;
}
.faq-text{
    text-align:center;
}

/*end ab tak*/

