* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {

    font-family: 'poppins', sans-serif;
    color: #000;
    overflow-x: hidden;
    font-size: 15px;
getcurrentlocation
}



.resend_otp{  padding: 3px 10px; margin: 0px 0px 15px 0px; display: block; width: 100%; }
.resend_otp a{text-align: center; float: right; border: solid 1px #ccc; padding:2px 10px; background: #edebeb; border-radius: 4px;
  color:#242222;}


p {
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    line-height: 28px;
    color: #343434;
}

a {
    font-size: 15px;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'poppins', sans-serif;
}

a:hover {
    text-decoration: none;
    outline: none;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    color: #343434;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', serif;
    margin: 0px;
    font-weight: bold;
    color: #404040;
}

p {
    margin: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

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

.mt-20 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
}

/* Header Section */
.topHeader {
    background: #080b55;
    padding: 6px 0px;
}

.topHeaderWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.topHead>ul {
    display: flex;
}

.topHead.topHeadContact li {
    margin: 0px 20px 0px 0px;
}

.topHead.topHeadContact>ul li i {
    color: #01bfb0;
    transition: 0.4s ease-in-out;
    margin-right: 3px;
}

.topHead.topHeadContact li:hover i {
    transform: rotate(360deg)
}

.topHead.topHeadContact>ul li a {
    color: #fff;
    font-size: 13px;
}

.topHead.topHeaderSocial>ul li {
    height: 30px;
    margin: 0px 0px 0px 10px;
}

.topHead.topHeaderSocial>ul li a {
    color: #fff;
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    overflow: hidden;
    font-size: 14px;
}

.topHead.topHeaderSocial>ul li a i {
    position: relative;
    z-index: 2;
    transition: 0.5s ease-in-out;
}

.topHead.topHeaderSocial>ul li a i.fa-instagram {
    transition: 0.5s ease-in-out;
}

.topHead.topHeaderSocial>ul li a:hover i {
    color: #080b55;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-facebook-f {
    color: #0075ea;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-x-twitter {
    color: #000;
}

.topHead.topHeaderSocial>ul li a:hover i.fa-linkedin-in {
    color: #0072b1;
}

.topHead.topHeaderSocial>ul li a::after {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 0%;
    height: 0%;
    background: transparent;
    transition: 0.5s ease-in-out;
    border-radius: 100%;
    z-index: 1;

}

.topHead.topHeaderSocial>ul li a:hover:after {
    width: 100%;
    height: 100%;
    background: #fff;
}

/* Media */
@media screen and (max-width:768px) and (min-width:426px) {
    .topHeaderWrapper {
        flex-direction: column;
    }

    .topHead.topHeadContact li {
        text-align: center;
        margin: 0px 12px;
    }

    .topHead.topHeadContact li i {
        display: block;
        font-size: 13px;
    }

    .topHead.topHeadContact>ul li a {
        font-size: 11px;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {
    .topHeaderWrapper {
        flex-direction: column;
    }

    .topHead.topHeadContact li {
        text-align: center;
        margin: 0px 12px;
        line-height: 10px;
    }

    .topHead.topHeadContact li i {
        display: block;
        font-size: 9px;
    }

    .topHead.topHeadContact>ul li a {
        font-size: 7px;
    }

    .topHead.topHeaderSocial>ul li {
        height: 20px;
        margin-top: 6px;
    }

    .topHead.topHeaderSocial>ul li a {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }

    .topHead.topHeaderSocial>ul li a i {
        top: -4px;
    }
}

/* main */
.mainHeader {
    width: 100%;
    box-shadow: rgb(50 50 93 / 2%) 0px 2px 5px -1px, rgb(0 0 0 / 0%) 0px 1px 3px -1px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 4;
    border-bottom: 1px solid #ffffff30;
}

.mainHeader.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
    transition: 0.4s ease-in-out;
    background-color: #fff;
}

.mainHeaderWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoSec {
    width: 148px;
    transition: 0.4s ease-in-out;
    padding: 8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.logoSec img {
    width: 100%;
}

.mainHeader.sticky .logoSec {
    width: 130px;
}

.hamburger {
    display: none;
    position: relative;
    /* z-index: 2222; */
}


.mainMenu>ul {
    display: flex;

}

.mainMenu>ul>li {
    margin: 0px 0px 0px 25px;
    padding: 46px 0px;
    transition: 0.4s ease-in-out;
}

.mainHeader.sticky .mainMenu>ul>li {
    padding: 20px 0px;
}

.mainHeader.sticky .mainMenu>ul>li a {
    color: #000;
}

.mainHeader.sticky .mainMenu>ul>li a:hover,
.mainHeader.sticky .mainMenu>ul>li a.active {
    color: #ff8500;
}

.mainMenu>ul>li a {
    color: #000;
    font-weight: 500;
}

.mainMenu>ul>li a i {
    color: #ff8500;
}

.mainMenu>ul>li a:hover,
.mainMenu>ul>li a.active {
    color: #ff8500;
}

.mainMenu>ul>li a.loginBtn {
    padding: 10px 23px;
    border-radius: 30px;
    border: 1px solid #347845;
}

.mainMenu>ul li.menuChild i {
    width: 22px;
    height: 20px;
    position: relative;
    top: 1px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0, 0.1, 0.75, 0.31);
    color: #000;
}

.mainMenu>ul li.menuChild li i {
    color: #000;
}

.mainHeader.sticky .mainMenu>ul li.menuChild i {
    color: #000;
}

.mainMenu>ul li.menuChild:hover i {
    transform: rotate(-180deg);
}
.mainMenu>ul li.menuChild:hover a.loginBtn i  {
    transform: rotate(0deg);
}

.mainMenu>ul li.menuChild {
    position: relative;
}

.childMenu {
    visibility: hidden;
    top: 72px;
    position: absolute;
    left: -14px;
    width: 220px;
    height: auto;
    padding: 0px;
    opacity: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    z-index: 11;
    transition: 0.4s ease-in, 0.6s ease-out;
}

.childMenu li {
    padding: 6px 12px;
    border-bottom: 1px solid #ddd;
}

.mainMenu>ul li.menuChild:hover .childMenu {
    top: 116px;
    visibility: visible;
    opacity: 1;
    transition: 0.4s ease-in-out;
}

.mainHeader.sticky .mainMenu>ul li.menuChild:hover .childMenu {
    top: 83px;
}

.childMenu li a {
    line-height: 28px;
    color: #000;
}

.mainMenu>ul>li .childMenu li a {
    color: #000;
}

.childMenu.childMenuArrow li a:hover {
    padding-left: 2px;
    color: #0075ea;
}

.hamburger span {
    width: 42px;
    height: 3px;
    background: #080b55;
    border-radius: 10px;
    display: block;
    margin: 5px 0px 5px 0px;
    transition: all 0.2s ease-in-out;
}

.hamburger span:nth-child(2) {
    width: 36px;
    margin-left: 6px;
    transition: 0.2s ease-in-out;
}

.hamburger.active span {
    background: #fff;
}

.hamburger.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(46deg);
    position: relative;
    top: 8px;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-46deg);
    position: relative;
    top: -8px;
}

/* Mega Menu */
.megamenu.childMenu {
    display: flex;
    width: 750px;
    max-width: 750px;
    right: 0px;
    left: auto;
    justify-content: space-between;
}

.menuChild.MegaMenu .megamenu.childMenu>li>a {
    position: relative;
    font-weight: bold;
}

.menuChild.MegaMenu .megamenu.childMenu>li>a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background: #00389f;
    bottom: -2px;
    left: 0px;
}

.megamenu.childMenu>li .megamenusChilds {
    margin-top: 10px;
}

.megamenu.childMenu>li .megamenusChilds>li {
    margin: 5px 0px;
}

.mainMenuMobile {
    display: none;
    width: 100%;
    position: fixed;
    background: #020b54;
    left: 100%;
    top: 78px;
    z-index: 111;
    padding: 0px 20px;
    transition: 0.3s ease-in-out;
    padding-top: 74px;
}

.mainMenuMobile.active {
    left: 0;
}

.mainMenuMobile .menuChild {
    position: relative;
}

.mainMenuMobile ul>li {
    padding: 12px 0px;
    border-top: 1px solid #dddddd38;
}

.mainMenuMobile ul>li:first-child {
    border-top: none;
}

.mainMenuMobile ul>li>a {
    color: #ffff;
}

.mainMenuMobile .childOpener {
    position: absolute;
    right: 0px;
    background: #ffffff38;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    top: 6px;
    z-index: 2;
    transition: 0.2s ease-in-out;
}

.mainMenuMobile .childMenu {
    visibility: visible;
    position: relative;
    width: 100%;
    opacity: 1;
    background: #02472b;
    top: 10px;
    left: 0px;
    padding: 5px 15px;
    z-index: 1;
    display: none;
    transition: none;
    overflow-y: scroll;
    height: 200px;
}

.mainMenuMobile ul>li.mblink {
    padding: 5px 0px;
}

.childMenu.childMenuArrow .mblink i {
    transform: rotate(180deg);
    margin-right: 10px;
    color: #01c0b2;
}

.megamenusChilds i {
    margin-right: 10px;
}

.childOpener.active {
    transform: rotate(180deg);

}

.hamburger.active {
    position: absolute;
    right: 15px;
    top: 96px;
    z-index: 2222;
}

/* media */
@media screen and (max-width:768px) {
    .mainMenuMobile {
        display: block;
    }

    .hamburger {
        display: block;
    }

    .mainMenu {
        background: #020b54;
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 11;
        display: none;
    }

    .mainMenu>ul {
        flex-direction: column;
    }

    .mainMenu>ul>li {
        margin: 0px 25px 0px 25px;
        padding: 8px 0px;
    }

    .mainMenu>ul>li a {
        color: #fff;
    }

    .mainMenu>ul li.menuChild .childMenu {
        position: inherit;
        top: 0px;
        visibility: visible;
        opacity: 1;
        background: #010a42;
        top: 0;
        width: 100%;
    }

    .mainMenu>ul li.menuChild:hover .childMenu {
        top: initial;
        visibility: initial;
        opacity: initial;
        transition: initial;
    }

    .mainMenu>ul li.menuChild .childMenuArrow i {
        transform: rotate(180deg);
    }

    .mainMenu>ul li.menuChild:hover i {
        transform: initial;
    }

    .megamenusChilds li i {
        transform: rotate(180deg);
        color: #01c0b2;
    }

    .megamenu.childMenu>li .megamenusChilds>li {
        padding: 0px;
    }
}

@media screen and (max-width:768px) and (min-width:426px) {}

@media screen and (max-width:425px) and (min-width:320px) {
    .mainMenuMobile {
        top: 60px;
    }
}


/* banner */
.bannerSection {
    position: relative;
    z-index: 1;
}

.bannerCarousel {
    position: relative;
    z-index: 3;
}

.bannerCarousel .item {
    position: relative;
}

.bannerImg {
    position: relative;
}

/* .bannerOverlay{
    position: absolute;
    background: #00000059;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 3;
} */
.bannerContent {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    z-index: 5;
}

.bannerText {
    max-width: 100%;
    width: 100%;
    /* padding-left: 9%; */
    transform: translateY(-50%);
    text-align: center;
}

.bannerText h4 {
    color: #007a49;
}

.bannerText h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: normal;
    color: #404040;
}

.bannerText h2 span {
    font-weight: 700;
    color: #ff8500;
    text-shadow: 1px 0px 1px #fff;
}

.bannerText p {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.button {
    display: flex;
    border: 1px solid #ff7d00;
    color: #404040;
    text-decoration: none;
    letter-spacing: 0px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 500;
    margin-left: 16px;
    border-radius: 30px;
    padding: 0px;
    text-align: center;
    width: 100%;
    transition: 0.4s ease-in-out;
}

.button:hover {
    border-color: #ff8500;
}

#button-3 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#button-3 a {
    position: relative;
    transition: all .45s ease-Out;
    color: #404040;
    padding: 11px 20px;
    width: 100%;
}

.loginWrapper #button-3 {
    margin-left: 0px;
    margin-top: 28px;
    border-radius: 15px;
}

#button-3 button {
    position: relative;
    transition: all .45s ease-Out;
    color: #404040;
    outline: none;
    border: none;
    background: transparent;
    width: 100%;
    padding: 10px 20px;
}
.modal-header{
    border-bottom: none;
}

#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #ff7d00;
    position: absolute;
    transition: all .5s ease-Out;
    top: 20px;
    left: 70px;
}

#button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

#button-3:hover a {
    color: #fff;
}

#button-3:hover button {
    color: #fff;
}

.bannerCarousel.owl-carousel {
    position: relative;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 1%;
    top: 48%;
    width: 40px;
    height: 40px;
    background: #ffffff94;
    line-height: normal;
    text-align: center;
    color: #223fa7;
}

.bannerCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 1%;
    top: 48%;
    width: 40px;
    height: 40px;
    background: #ffffff94;
    line-height: normal;
    text-align: center;
    color: #223fa7;
}

.bannerCarousel.owl-carousel .owl-nav button {
    transition: 0.4s ease-in-out;
}

.bannerCarousel.owl-carousel .owl-nav button:hover {
    background: #ffffff;
}

.bannerCarousel.owl-carousel .owl-nav button {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.bannerCarousel.owl-carousel:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
}

.bannerCarousel.owl-carousel.owl-theme .owl-nav {
    margin-top: 0px;
}

.bannerText h2,
.bannerText p,
.bannerText .button {
    transition: 0.3s ease-out;
}


.banner-trending-caraousel.owl-carousel {
    position: relative;
}

.banner-trending-caraousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -29px;
    top: 0px;
    bottom: 0px;


}

.banner-trending-caraousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -29px;
    top: 0px;
    bottom: 0px;
}

.banner-trending-caraousel.owl-carousel .owl-nav button.owl-next i {
    color: #ff8500;
}

.banner-trending-caraousel.owl-carousel .owl-nav button.owl-prev i {
    color: #ff8500;
}

.bannerTrendingRow {
    justify-content: center;
    margin: 0px;
    padding: 0px;
}

.bannerTredingWrapper {
    display: flex;
    align-items: center;
    background: #ffffffd6;
    padding: 4px 13px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin: 10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ff85005c;
}

.btImgBox {
    width: 110px;
    min-width: 110px;
    border-radius: 6px;
    overflow: hidden;
}

.btImgBox img {
    width: 100%;
}

.btContentBox {
    margin-left: 15px;
}

.btContentBox h5 {
    margin-bottom: 2px;
    color: #404040;
    font-size: 18px;
}

.btContentBox p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 0;
}

.bannerTrending {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 5;
    height: fit-content;
    width: 100%;
    margin: auto;
    top: 72%;
}

/* media */
@media screen and (max-width:768px) and (min-width:426px) {
    .bannerText h2 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .bannerText p {
        font-size: 8px;
        line-height: normal;
    }

    .bannerContent .button {
        height: 28px;
        width: 100px;
        margin-top: 6px;
    }

    #button-3 a {
        font-size: 10px;
    }

    .bannerText {
        max-width: 100%;
        width: 100%;
        padding-left: 0px;
        transform: translateY(100%);
    }


    .bannerCarousel.owl-carousel .owl-nav button.owl-prev {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-next {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {
    .bannerImg {
        height: 200px;
        overflow: hidden;
    }

    .bannerImg img {
        width: 132% !important;
        transform: translateX(-70px);
    }

    .bannerText h2 {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .bannerText p {
        font-size: 8px;
        line-height: normal;
    }

    .bannerContent .button {
        height: 28px;
        width: 100px;
        margin-top: 6px;
    }

    #button-3 a {
        font-size: 10px;
    }

    .bannerText {
        max-width: 100%;
        width: 100%;
        padding-left: 0%;
        transform: translateY(100%);
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-prev {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }

    .bannerCarousel.owl-carousel .owl-nav button.owl-next {
        top: 38%;
        font-size: 10px;
        width: 22px;
        height: 22px;
    }
}

/* Custom Select start*/

/* Custom Select */
/** default and google theme **/
.selectstyle {
    position: relative;
}

.ss_dib {
    display: inline-block;
    vertical-align: top;
}

.ss_button {
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
    clear: both;
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
    vertical-align: middle;
    height: 100%;
    border-radius: 30px;
    border: none;
    padding: 14px 20px;
    background: #ff8500;
    color: #fff;
    display: flex;
    align-items: center;
}

.ss_text {
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
}

.ss_image {
    position: absolute;
    width: 7px;
    height: 11px;
    background: url('../images/google.png') no-repeat;
}

.ss_ul {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    margin-top: -35px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
    overflow: auto;
    z-index: 100;
}

.ss_ulsearch {
    margin: 0;
    margin-top: -35px;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow-y: auto;
    z-index: 100;
    display: none;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
}

.ss_ulsearch .ss_ul {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ss_ulsearch .search {
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.ss_ulsearch .search input {
    background: inherit;
    border: none;
    height: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 14px;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    background: url('../images/ful_grid_img.png') no-repeat;
    background-position: top 8px right 6px;
}

.ss_ulsearch .search input:focus {
    outline: none;
}

.ss_ulsearch .nosearch {
    text-align: center;
    font-size: 12px;
    padding-bottom: 10px;
    background: #fff;
}

.ss_ul li {
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    text-align: left;
    color: #595959;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    font-size: 14px;
}

.ss_ul li:hover {
    border: none;
    background: #eee;
}

.ss_ul li .ssli_text {
    vertical-align: top;
    display: inline-block;
}

.ss_ul li .ssli_image {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: top;
}

.ss_ul li .ssli_image img {
    width: 16px;
    height: 16px;
}

.ss_ul::-webkit-scrollbar {
    width: 10px;
}

.ss_ul::-webkit-scrollbar:horizontal {
    height: 10px;
}

.ss_ul::-webkit-scrollbar-track {
    border-left: 1px solid #D3D3D3;
    background: #F5F5F5;
}

.ss_ul::-webkit-scrollbar-thumb {
    background: #C4C4C4;
}




/* Custom Select end*/
.trendingData .tDataList {
    justify-content: center;
    max-width: 770px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trendingData .tDataList li {
    justify-content: center;
    width: calc(100% / 1);
    padding-left: 30px;
    color: #404040;
    margin-top: 16px;
}

.trendingData .tDataList li i {
    margin-right: 10px;
    font-size: 18px;
    color: #007a49;
}

.trendingData .tDataList li span {
    font-weight: bold;
    margin-right: 6px;
}




.bannerFrom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 6;
    width: 100%;
    height: fit-content;
    top: 125px;
}

.bnrFromRow {
    justify-content: center;
    width: 100%;
    margin: 0px;
}

.bannerFrom .bnrFromRow .bannerFormWrap {
    background: #fefffe;
    border-radius: 38px;
    padding: 10px 28px 10px 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bannerFormWrap input[class="form-control"] {
    padding: 13px 15px;
    border-radius: 30px;
    margin-left: 19px;
    background-color: #ffebeb;
    color: #404040;
    border: 1px solid #ffffff2e;
}

.bannerFormWrap input[class="form-control"]::placeholder {
    color: #404040;
}

.bannerFormWrap input[class="form-control"]:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #ffffff2e;
}

.bannerFormWrap .form-control {
    border: none;
}

.bannerFormWrap .bnrfrmcol {
    padding: 0px;
}

/* Utility codes */
.secTitle {
    text-align: center;
}

.mb-60 {
    margin-bottom: 60px;
}

.secTitle h3 {
    display: inline-block;
    position: relative;
}

.secTitle h3 span {
    color: #ff8500;
}

.secTitle h3::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #010a42;
    bottom: -10px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.secTitle p {
    margin-top: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.secTitle.leftAlign {
    text-align: left;
}

.secTitle.leftAlign h3::after {
    right: initial;
}

/* Trendings */
.trendings {
    padding: 60px 0px;
}

.trendingsWrapper {
    margin-top: 20px;
}

.trendingCards {
    padding: 20px;
    border-radius: 10px;
    background: #f2f2f261;
    border: 1px solid #dddddd7d;
    position: relative;
    overflow: hidden;
}

.trendingCardImg {
    width: 199px;
    height: 199px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    background: #fff;
    position: relative;
    z-index: 11;
}

.trendingCardImg img {
    width: 100%;
    animation: mover360 10s infinite linear;
}

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

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

.trendingCardContent {
    text-align: center;

}

.trendingCardContent h3 {
    font-size: 24px;
    color: #007a49;
    margin-bottom: 12px;
}

.trendingCards .trendingCardContent h5 {
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #007a49;
}

.trendingCards .trendingCardContent h5 img {
    width: 30px;
    margin-right: 7px;
}

.trendingCardContent p {
    line-height: normal;
}

.trendingCardWrap {
    position: relative;
    z-index: 2;
}

.trendingCards::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 300px;
    background: #ff8500;
    top: -84%;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100%;
    content: '';
    transition: 0.5s cubic-bezier(0.81, 0.01, 0.5, 0.7);
}

.trendingCardsOverlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 300px;
    background: #fcd2af47;
    top: -50%;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 100%;
    transition: 0.5s cubic-bezier(0.81, 0.01, 0.5, 0.7);
}

.trendingCards:hover:after {
    top: -50%;
}

.trendingCards:hover .trendingCardsOverlay {
    top: 0%;
    height: 100%;
    border-radius: 0;
}

.mealQntty {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 8px;
}

.trendingCardContent p {
    margin-bottom: 10px;
}

.trendingCardContent .mealQntty p {
    margin-bottom: 4px;
    font-weight: 600;
}

.trendingCardContent .mealQntty span {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #ff8501;
}

.trendings-carousel.owl-carousel {
    position: relative;
}

.trendings-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 5.5%;
    top: -20%;
    font-size: 20px;
    color: #404040;
    padding: 10px;
    background: #dddddd6b;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: 0.4s ease-in-out;
}

.trendings-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0%;
    top: -20%;
    font-size: 20px;
    color: #404040;
    padding: 10px;
    background: #dddddd6b;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: 0.4s ease-in-out;
}

.trendings-carousel.owl-carousel .owl-nav button.owl-next:hover,
.trendings-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
    background: #404040
}

/* Banner Form */
.bannerFormWrap .dropdown {
    position: relative;
}

.bannerFormWrap .dropdown-select {
    position: relative;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
    width: 100%;
    height: auto;
    padding: 0.75rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    background-clip: padding-box;
    transition: all 0.3s ease-in-out;
}

.bannerFormWrap .dropdown-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0.25rem;
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
    overflow: hidden;
}

.bannerFormWrap .dropdown-menu-inner {
    max-height: 16rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bannerFormWrap .dropdown-menu-inner::-webkit-scrollbar {
    width: 5px;
    height: auto;
}

.bannerFormWrap .dropdown-menu-inner::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
}

.bannerFormWrap .dropdown-menu-item {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: inherit;
    cursor: pointer;
    user-select: none;
    padding: 0.65rem 1.25rem;
    transition: all 0.2s ease-in-out;
}

.bannerFormWrap .dropdown-menu-item:hover {
    background: #ff8500;
    color: #fff;
}

.bannerFormWrap .dropdown-menu-inner::-webkit-scrollbar {
    background-color: #ddd;
}

.bannerFormWrap .dropdown-menu-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.bannerFormWrap .dropdown-menu-inner::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.bannerFormWrap .dropdown-menu-inner::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.bannerFormWrap .dropdown-menu-item.is-select,
.bannerFormWrap .dropdown-menu-item.is-select:hover {}

.bannerFormWrap .dropdown-menu-search {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 0.65rem 1.25rem;
    border: none;
    outline: none;
    background-clip: padding-box;
    background: #dddddd21;
}

.wrapper-column {
    max-width: 40rem;
    height: auto;
    margin: 0 auto;
    padding: 5rem 3rem;
    border-radius: 0.25rem;
}


/* About Us */
.whoWeAre {
    background: #f4fde7;
}

.wwaTitle h5 {
    color: #007a49;
}

.wwaTitle h1 {
    color: #ff7d00;
    margin-bottom: 10px;
}

.wwaTitle h1 span {
    color: #404040;
}

.wwaContent p {
    text-align: justify;
}

.whoweweImgSec {
    width: 100%;
    padding-left: 35px;
    position: relative;
    bottom: -50px;
}

.whoweweImgSec img {
    width: 100%;
}

.wwaContentList {
    margin-top: 20px;
}

.wwaContentList li {
    display: flex;
    align-items: baseline;
}

.wwaContentList li i {
    margin-right: 10px;
    position: relative;
    top: 1px;
    color: #ff7400;
    -webkit-text-stroke-width: 1px;
}




/* How it Works */
.howItWorks {
    padding: 60px 0px;
    background: #f4fde7;
}

.hiwCards {
    padding: 10px;
}

.hiwImg {
    width: 170px;
    position: relative;
    margin: 0px auto 20px auto;
}

.hiwImg.arrowcls::after {
    position: absolute;
    content: '';
    right: -62%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background: url(../img/icons/arrow-pink.png);
    width: 90px;
    background-repeat: no-repeat;
    height: 28px;
}

.hiwImg.arrowcls.ii::after {
    background: url(../img/icons/arrow-yellow.png);
}

.hiwImg.arrowcls.iii::after {
    background: url(../img/icons/arrow-purple.png);
}

.hiwImg.arrowcls.iv:after {
    background: transparent;
}

.hiwImg img {
    width: 100%;
}

.stepCount {
    position: absolute;
    top: 0px;
    right: -28px;
    margin: auto;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    text-align: center;
    background: #fff;
    display: grid;
    align-items: center;
    align-content: center;
    border: 3px solid #ff8500;
}

.stepCount h5 {
    font-size: 22px;
    font-weight: bold;
    color: #ff7d00;
    line-height: 20px;
}

.stepCount p {
    font-size: 16px;
    color: #007a49;
}

.hiwContentsText {
    text-align: center;
}

.hiwContentsText h4 {
    font-size: 20px;
}


/* Products */
.mostPopular {
    padding: 60px 0px;
    background: #fff;
}

.productCards {
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.productCards:hover {
    background: #ff740003;
}

.prCardImg {
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.prCardImg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #0000001f;
    transition: 0.4s ease-in-out;
}

.prCardImg img.proudctImg {
    width: 100%;
    border-radius: 15px;
    transition: 0.4s ease-in-out;
}

.productCards:hover .prCardImg img.proudctImg {
    transform: scale(1.09);
}

.productCards:hover .prCardImg::after {
    height: 100%;
}

.priceDetails {
    position: relative;
}

.priceTag {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ff7d00;
    text-align: center;
    border-radius: 5px;
    padding: 10px 2px;
    z-index: 11;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
}

.priceTag p {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: normal;
}

.prCardDP {
    position: absolute;
    bottom: -24px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 111;
    border: 4px solid #fff;
}

.prCardDP img {
    width: 100%;
}

.prCardContent {
    margin-top: 18px;
    text-align: center;
}

.prCardContent.margin0 {
    margin-top: 20px;
}

.prCardContent .productTitle {
    font-size: 18px;
    color: #404040;
    margin-bottom: 8px;
}

.prCardContent .productSubTitle {}

.prCardDetails {
    margin-top: 10px;
}

.prCardDetails a.viewDetailsBtn {
    padding: 6px 12px;
    background: #ff7400;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.prCardDetails a.prAddtoCart {
    padding: 6px 10px;
    background: linear-gradient(90deg, #007a49, #ff7400);
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.prCardDetails a.prRatings {
    padding: 6px 10px;
    background: linear-gradient(90deg, #ff7400, #007a49);
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.prOtherDetails ul {
    display: flex;
    align-items: center;
    margin-top: 13px;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 8px;
}

.prOtherDetails ul li {
    margin: 0px 10px 0px 10px;
}

.prOtherDetails ul li i {
    color: #6d6d6d;
    margin-right: 4px;
}

.prOtherDetails ul li a {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

/* Become Patner */
.becomePartner {
    padding: 38px 0px;
    background-color: #f4fde7;
    background-image: url(../img/other/become-chef.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.formTitle {
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.formTitle h4 {
    font-size: 20px;
    color: #ff8500;
    margin-bottom: 5px;
}

/* .formTitle p{

} */
.becomePartnerForm {
    padding: 27px 25px;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
}

.becomePartnerForm form input.form-control {
    padding: 10px 20px;
    border-radius: 30px;
}

.becomePartnerForm form input.form-control:focus {
    box-shadow: none;
    border-color: #ff8500;
}

.becomePartnerForm form input.form-control::placeholder {
    color: #bbbbbb;
}

.becomePartnerForm .button {
    margin-left: 0;
    margin-top: 30px;
}




/* Achivements */
.achievements {
    background: linear-gradient(90deg, #222626cf, #222626f0), url(../img/bg/bg-1.jpg) center center;
    background-size: cover;
}

.section-title.light h4 {
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.counter-wrapper .common-box {
    padding: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 15px;
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box .timer {
    color: #404040;
}

.counter-wrapper .common-box .counter-text {
    color: #ff8500;
    font-weight: 600;
}

.counter-wrapper .common-box span {
    color: #404040;
}

.counter-wrapper .common-box:hover .counter-text {
    color: #404040;
}

.counter-wrapper .common-box:hover {
    transform: translateY(-6px);
    background-color: #ffffff42;
}

.counter-wrapper .common-box:hover .timer {
    color: #ff7d00;
}

.counter-wrapper .common-box:hover .counter-text {
    color: #404040;
}

.counter-wrapper .common-box:hover span {
    color: #ff7d00;
}

.counter-wrapper .common-box .timer {
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box .counter-text {
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box span {
    transition: 0.4s ease-in-out;
}

.counter-wrapper .common-box .counter-num {
    font-size: 26px;
    font-weight: 800;
    color: #404040;
    line-height: 25px;
    font-family: 'poppins', serif;
    margin-bottom: 4px;
}

.counter-img {
    width: 50px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto 14px;
}

.counter-img img {
    width: 100%;
}




.treatmentList h5 {
    font-size: 18px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 5px;
}

.tmtUl {
    padding-left: 20px;
}

.tmtUl li {
    display: flex;
    align-items: flex-start;
}

.tmtUl li i {
    position: relative;
    top: 5px;
    font-size: 13px;
    margin-right: 10px;
    color: #0041a7;
}

.becomePrtnrImg {
    width: 100%;

}

.becomePrtnrImg img {
    width: 100%;
}


/* Testimonials */
.testimonials {
    padding: 60px 0px;
    background-image: url(../img/bg/bg-1.jpg);
    background-size: cover;
    background-color: #ffffffe0;
    background-blend-mode: color;
}

.testimonialsOuter {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 30px;
    overflow: hidden;
    padding: 15px 0px;
    background: #fff;
    position: relative;
}

.quoteThumb {
    position: absolute;
    z-index: 11;
    width: 60px;
    height: 60px;
    margin: auto;
    left: 0px;
    right: 0px;
    /* background: #ff7d00; */
    font-size: 70px;
    color: #ff7d00;
}

.testi-item {
    padding: 100px;
    padding-bottom: 10px;
    background: #fff;
    text-align: center;
}

.testi-item p {
    margin-bottom: 25px;
}

.testi-item h6 {
    font-size: 18px;
    line-height: 24px;
}

.testi-item h6 span {
    font-weight: normal;
    color: #404040;
    display: block;
    font-size: 16px;
}

.rating i {
    color: #e9ba17;
}

.testimonials-carousel.owl-theme .owl-dots .owl-dot {
    display: none;
}

.testi-thumbs-carousel {
    width: 29%;
    margin: 0px auto;
}

.testi-thumbs-carousel .testiThumbs {
    width: 100px;
}

.testi-thumbs-carousel .testiThumbs img {
    width: 100%;
}

.testi-thumbs-carousel .owl-item.active {
    filter: grayscale(1);
    transition: 0.4s ease-in-out;
}

.testi-thumbs-carousel .owl-item.active.current {
    filter: grayscale(0);
}



/* FAQS */
.faqsTitle h4 {
    color: #080b55;
    font-weight: 600;
}

.faqsTitle h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
}

.faqsSection .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.faqsSection .accordion-button:not(.collapsed) {
    background: #0041a7;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}

.faqsSection .accordion-button::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
    filter: contrast(0.5);
    background-size: 15px;
    right: -3px;
    position: relative;

}

.faqsSection .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
    filter: grayscale(1) invert(1);
    right: -3px;
    position: relative;
}



.formContainer {
    margin-left: 30px;
}

.formInner {
    width: 100%;
    margin: auto;
    background: transparent;
    border: none;
    padding: 0px;
}

.formWrapper .form-group {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.formWrapper .form-group span {
    font-size: 15px;
    color: #343434;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text
}

.formWrapper .form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff
}

.formWrapper .form-control {
    border: none;
    border-bottom: 1px solid #343434a8;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    background: 0 0;
}

.formWrapper .form-control:focus,
.formWrapper .form-control:valid {
    border-bottom: none;
    box-shadow: none;
}

.formWrapper .form-control:focus+span,
.formWrapper .form-control:valid+span {
    transform: translateY(-18px) scale(.8);
}

.formWrapper .form-control:focus+span+.border,
.formWrapper .form-control:valid+span+.border {
    transform: scaleX(1)
}

.formWrapper textarea.form-control:valid+span+.border {
    top: 100%;
}

.formWrapper .form-group span.border.textareabr {
    top: 100%;
}

.formWrapper textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.formWrapper button {
    border: none;
    width: 162px;
    height: 51px;
    border: 2px solid #fff;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat-semibold;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.formWrapper button i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.formWrapper button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.formWrapper button:hover {
    border-color: transparent
}

.formWrapper button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.formWrapper button:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.formWrapper .border {
    border: 1px solid #0042a6 !important;
}

.formWrapper .button {
    margin-top: 35px;
}

@media(max-width:767px) {
    .formInner {
        padding: 0;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none
    }

    .formContainer {
        margin-left: 0px;
    }


}


/* Footer  */


.footer-section {
    width: 100%;
    background-image: url(../images/background/bg-2.jpg);
    background-size: cover;
    background-color: #1d1d1df5;
    background-blend-mode: multiply;
    padding: 40px 0px;
    position: relative;
    z-index: 3;
}

.footer-logo {
    display: flex;
}

.footer-logo img {
    width: 200px;
    margin: 0px 0px 0px 0px;
}

.footer-co-description p {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    line-height: 22px;
    text-align: justify;
}

.footer-links {
    padding-left: 20px;
}

.footer-title h4 {
    color: #fbf6f4;
    font-size: 22px;
    position: relative;
    display: inline;
}

.footer-title h4::after {
    position: absolute;
    width: 30%;
    content: "";
    height: 2px;
    background: linear-gradient(45deg, #00c4b6, #262626);
    bottom: -4px;
    left: 0;
    transition: 0.4s ease-in, 0.4s ease-in;
}

.footer-links:hover .footer-title h4:after {
    width: 100%;
    background: linear-gradient(45deg, #262626, #00c4b6);
}

.footer-links ul {
    padding-left: 0px;
    margin-top: 15px;
}

.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s ease-in-out;
    line-height: 22px;
}

.footer-links ul li a:hover {
    color: #00cbff;
}

.footer-links .address-sec li {
    margin-bottom: 5px;
}

.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.follow-us-on-text {
    color: #fff;
    margin-bottom: 5px;
}

.footer-social-links {
    display: flex;
    margin-top: 5px !important;
}

.footer-social-links li a {
    display: flex;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 0px 0px;
}

.footer-social-links .fa-facebook-f {
    color: #0075ea !important;
    font-size: 14px;
}

.footer-social-links .fa-instagram {
    background: -webkit-linear-gradient(#556db3, #ea3367, #ff4f28, #ffad57);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

.footer-social-links .fa-twitter {
    color: #009feb !important;
    font-size: 14px;
}

.footer-social-links .fa-youtube {
    color: #f70000 !important;
    font-size: 14px;
}

.footer-social-links .fa-linkedin-in {
    color: #0079b5;
    font-size: 14px;
}

.footer-links .address-sec li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-links .address-sec li a i {
    margin-right: 14px;
    color: #00c1b3;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.footer-links ul li a i {
    font-size: 12px;
}

.footer-links ul li a i {
    font-size: 6px;
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.footer-social-links i.fa-x-twitter {
    color: #000;
    font-size: 12px;
}
.footer-links ul.footer-social-links li a i {
    left: 3px;
    top: 0px;
}
.copyright-section {
    width: 100%;
    background: #1d1d1d;
    padding: 12px 0px;
}

.copyright-section p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}



/* Go to Top */

#button {
    display: inline-block;
    background-color: #007a49;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    font-size: 10px;
    animation: breathing 2s ease-out infinite normal;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #151e25;
}

#button:active {
    background-color: #151e25;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}


.keyMessageModalContainer.modal {
    --bs-modal-bg: transparent;
}

.keyMessageModalContainer .container-fluid {
    padding: 0px;
}

.keyMessageModal {
    background: #fff;
    padding: 15px;
    border-radius: 30px;
    background: url('../img/bg/bg-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffffe3;
    background-blend-mode: color;
}

/*
.keyMessageModal h2 {
    color: #0240a8;
    margin-bottom: 16px;
    font-weight: 700;
    text-align: center;
} */

.keyMessageTitleWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0px auto;
}

.keyMessageTitleWrap .backOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #01bdaf;
    border-radius: 30px;
    bottom: -3px;
}

.backOverlay::after {
    position: absolute;
    content: '';
    width: 102%;
    height: 15%;
    background: #fff;
    left: -8px;
    right: 0px;
    top: -7px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
}

.keyMessageTitle {
    padding: 10px 50px 10px 50px;
    background: #0041a7;
    display: inline-block;
    margin: 0px auto;

    border-radius: 64px;
    position: relative;
    z-index: 11;
}

.keyMessageTitle::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 3%;
    top: 42%;
    border-radius: 100%;
}

.keyMessageTitle::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    right: 3%;
    top: 38%;
    border-radius: 100%;
}

.keyMessageModal h2 {
    color: #ffff;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
    margin: 0px;
    display: inline-block;
    font-size: 28px;
}

.keyMessageModalContentWrapper {
    /* border: 1px solid #0042a6; */
    margin-top: -27px;
    padding: 15px;
    border-radius: 30px;
    position: relative;
}

.kmsubtitle {
    background: linear-gradient(90deg, #fbfaf9, #fefdfd);
    width: fit-content;
    margin: 0px auto;
    padding: 0px 20px;
    font-size: 24px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: relative;
}

.kmsubtitle::after {
    content: '';
    position: absolute;
}

.keymtext {
    padding: 18px;
    border: 1px solid #01bdaf42;
    border-radius: 30px;
    background: #ffffffb8;
    box-shadow: #0000000d 0px 1px 4px;
    min-height: 176px;
}

.keymtext h4 {
    margin-bottom: 10px;
}

.keyMessageModal h5 {
    color: #080b55;
    font-weight: 600;
    text-align: center;
    margin-bottom: 18px;
    text-align: left;
    margin-top: 22px;
}

.keyMessageModal .kmContent h4 {
    color: #0041a7;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.keyMessageModal .kmContent p {
    font-size: 13px;
    line-height: 20px;
    color: #343434;
    text-align: justify;
    font-weight: 600;
}

.keyMessageModal ul>li {
    list-style: auto;
    font-size: 13px;
    line-height: 20px;
    color: #343434;
    text-align: justify;
    font-weight: 600;
}

.keyMessageModal ul>ul>li {
    list-style: inside;
}

.mustKnowContainer {
    padding: 18px;
    border: 1px solid #01bdaf42;
    border-radius: 30px;
    background: #ffffffb8;
    box-shadow: #0000000d 0px 1px 4px;
    margin-top: 18px;
}

.keyMessageModal .kmContent .mustKnowContainer h4 {
    font-size: 18px;
    margin: 0px;
}

.keyMessageModal .kmContent .mustKnowContainer h5 {
    margin-top: 12px;
    font-size: 16px;
    margin-bottom: 10px;
}

.keyMessageModal #button-3 {
    border-radius: 30px;
}

.keyMessageModal .gotoWebsite {
    margin-top: 0px;
}

.mustKnowContainer ul {
    padding: 0px 18px;
}

.gotoWebsite {
    margin-top: 30px;
}

.gotoWebsite label {
    display: block;
}

.gotoWebsite {
    text-align: center;
}

@media screen and (max-width:768px) {
    .keyMessageModal h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .kmsubtitle {
        font-size: 18px;
    }

    .keyMessageModal h5 {
        text-align: center;
    }

    .keymtext {
        min-height: auto;
        margin-bottom: 20px;
    }

    .keyMessageModal .kmContent h4 {
        text-align: center;
    }

    .mustKnowContainer ul {
        padding: 0px 0px 0px 14px;
    }

    .mustKnowContainer {
        margin-top: 0px;
    }
}


/* Preloader */
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ebfdff;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#preloader div {
    width: 8vmax;
    height: 8vmax;
    border-right: 4px solid #223fa9;
    border-radius: 100%;
    -webkit-animation: spinRight 800ms linear infinite;
    animation: spinRight 800ms linear infinite;
}

#preloader div:before,
#preloader div:after {
    content: "";
    width: 6vmax;
    height: 6vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #223fa9;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
}

#preloader div:after {
    width: 4vmax;
    height: 4vmax;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border: 0;
    border-right: 2px solid #01bfb0;
    -webkit-animation: none;
    animation: none;
}


.loginContainer .offcanvas-body {
    padding: 3px 30px 30px 30px;
}

.logincanvasWrapper {
    margin: auto;
    padding: 20px;
}


.loginMainContent h5 {
    font-size: 30px;
    margin-bottom: 6px;
}

.loginHeader {
    justify-content: flex-end;

}

.loginHeader .btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
}

.loginHeaderLogo {
    width: 100px;
    display: block;
    margin: 0px auto 20px auto;
}

.loginHeaderLogo img {
    width: 100%;
}

.loginMainContent {
    text-align: center;
    margin-bottom: 20px;
}

.loginWrapper {}

.loginWrapper .form-control {
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    width: 100%;
    height: auto;
    outline: none;
    border-radius: 15px;
    color: #121212;
    background: #ff85000f;
    text-transform: unset;
    text-rendering: optimizeLegibility;
    padding: 10px 20px;
    border: 1px solid #dddddd49;
    margin: 5px 0px;
}

.loginWrapper .form-control:focus {
    box-shadow: none;
    border-color: #ff8500;
}

.loginWrapper .form-group label {
    color: #404040;
}


.innerBanner {
    position: relative;
    width: 100%;
}

.inBnrImg {
    width: 100%;
}

.inBnrContent {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inBnrImg img {
    width: 100%;
}

.inBnrNav h2 {
    font-size: 30px;
    color: #404040;
    margin-bottom: 5px;
}

.inBnrNav ul {
    display: flex;
    justify-content: center;
}

.inBnrNav ul li a {
    color: #404040;
}

.inBnrNav ul li a.current {
    color: #ff8500;
}

.inBnrNav ul li i {
    font-size: 11px;
    color: #007a49;
    margin: 0px 10px;
}

.becomePartner.justCounter {
    background-image: none;
}

.bannerFrom.innerSearchFrom {
    position: relative;
    top: 0px;
    margin-top: -38px;
}

.listings {
    margin-top: 40px;
    padding-bottom: 50px;
}

.sidebarContainer .form-check {
    margin: 8px 0px;
    border-bottom: 1px dashed #dddddd6b;
    padding-bottom: 10px;
}

.SideBarHeader h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}

.SideBarHeader h3::after {
    position: absolute;
    content: '';
    width: 60px;
    height: 3px;
    background: #010a42;
    bottom: -10px;
    left: 0px;
    right: 0px;
    /* margin: auto; */
}

.sideBarLists .form-check .form-check-input {
    width: 18px;
    height: 18px;
}

.sideBarLists .form-check .form-check-input:focus {
    box-shadow: none;
}

.sideBarLists a {
    color: #404040;
}

.serviceListHeader {
    margin-bottom: 30px;
}

.serviceListHeader ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serviceListHeader ul li.listTitle h4 {
    font-size: 18px;
}

.serviceListHeader ul li.listResult h4 {
    font-size: 16px;
    font-weight: 500;
    color: #5f5f5f;
}

.serviceListMain .productCards {
    padding: 8px;
}

.serviceListMain .prCardImg {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.serviceListMain .prCardImg img.proudctImg {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tiffinCard .trendingCardContent h5 img {
    width: 24px;
    margin-right: 5px;
}

.tiffinCard .trendingCardContent h5 {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    color: #007a49;
}

.tiffinCard .prCardContent {
    margin-top: 0px;
}

.tiffinCard .trendingCardContent {
    text-align: center;
    padding: 10px 10px;
}

.tiffinCard .prCardContent .productTitle {
    font-size: 16px;
}

.tiffinCard .trendingCardContent .mealQntty p {
    font-size: 12px;
}

.tiffinCard .trendingCardContent .mealQntty span {
    font-size: 16px;

}

.contacCards {
    /* border: 1px solid #dddd; */
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.contacCards:hover {
    transform: translateY(-5px);
}

.cinconSec {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 1px dashed #404040;
    border-radius: 100%;
    padding: 15px;
}

.cinconSec img {
    width: 100%;
}

.cContent {
    margin-top: 10px;
    text-align: center;
}

.cContent h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #ff8500;
}

.contactQueryFrom.becomePartnerForm form textarea.form-control {
    padding: 10px 20px;
    border-radius: 30px;
}

.contactQueryFrom.becomePartnerForm form textarea.form-control:focus {
    box-shadow: none;
    border-color: #ff7400;
}

.query-btn#button-3 {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.innerBannerDetail .inBnrContent {
    position: relative;
    justify-content: flex-start;
    padding: 12px 0px;
}

.innerBannerDetail {
    border-top: 1px solid #dddddd1e;
    border-bottom: 1px solid #dddddd1e;
}


.tiffinDImg {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.tiffinDImg img {
    width: 100%;
}

.tiffinDFilters ul {
    display: flex;
}

.tiffinDFilters p {
    font-weight: 500;
}

.tiffinDFilters ul li span {
    font-size: 18px;
    font-weight: 600;
    color: #ff8500;
}

.tiffinDFilters .input-group .btn {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0px;
    background: transparent;
    color: #ddd;
    border: none;
}

.tiffinDFilters .input-group>.form-control {
    border-radius: 30px !important;
    width: 100px;
    text-align: center;
}

label {
    width: 100%;
}

.tiffinDFilters {
    /* border: 1px solid #dddd; */
    border-radius: 10px;
    /* padding: 16px; */
    margin-top: 14px;
}

.tiffinDFilters .card-input-element {
    display: none;
}

.tiffinDFilters .card-input {
    padding: 9px 10px;
    border-radius: 10px;
    width: 119px;
    text-align: center;
    margin: 5px 5px;
    box-shadow: 0 0 1px 1px #2ecc7121;
      box-shadow: 0 0 1px 1px #dcf7e7;
    background: #fffcfc;
}

.tiffinDFilters .card-input:hover {
    cursor: pointer;
}

.tiffinDFilters .card-input-element:checked+.card-input {
    box-shadow: 0 0 1px 1px #2ecc71;
    background: #ffdd;
}

.TiffinSelectContainer {
    display: flex;
    justify-content: space-between;
}

/* .Tiffinselector {
    width: 24%;
} */
.TiffinSelectWraper {
    display: flex;
    border-bottom: 1px dashed #edededdd;
    /* overflow-x: scroll; */
}

.panel-heading {
    margin: 0px 0px;
}

.TiffinSelectIndicator {
    margin-right: 10px;
    width: 111px;
}

.tifSelectTitle {
    padding: 10px 0px 10px 17px;

}

.tifSelectTitle h6 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: inline-block;
}

.TiffinSelectWraper.selector-head .card-input {
    box-shadow: none;
}

.tiffinDFilters .TiffinSelectWraper.selector-head .card-input-element:checked+.card-input {
    box-shadow: none;
    background: none;
}

.TiffinSelectWraper.selector-head .card-input .panel-heading {
    font-weight: 600;
    color: #007a49;
}

.tiffinDTitleHeader .dFoodCategory {
    font-size: 26px;
    font-weight: 700;
    color: #ff8500;
    margin-bottom: 5px;
    display: inline-block;
    margin-top: 4px;
}

.button.booktiffin {
    display: inline-block;
    width: fit-content;
    padding: 10px 10px;
    margin-top: 20px;
}

.button.booktiffin img {
    width: 20px;
    position: relative;
    top: -1px;
}


.tifSelectTitle h6 i[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 10px;
    border-radius: 4px;
    color: white;
    transform: scale(0);
    transition: 0.2s ease-in-out;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    width: 150px;
    line-height: 22px;
    background-image: url(../img/icons/arrow-.png);
}

.tifSelectTitle h6 i[data-tooltip]:hover::after {
    transform: scale(1);
    bottom: 0px;
    left: 110%;
}

.tifSelectTitle h6 i {
    color: #007a49;
    cursor: pointer;
    font-size: 14px;
    margin-left: 3px
}

.someDes {
    margin-top: 10px;
}

.DetailCarWrapper {
    margin-top: 40px;
}

.DetailCarWrapper .nav-tabs .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
    border-bottom: 2px solid transparent;
    color: #404040;
}

.DetailCarWrapper .nav-tabs .nav-link.active {
    border-color: #ff8500;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #007a49;

}

.DetailCarWrapper .tab-content {
    background: #ffffff;
    border: 1px solid #dddddd29;
    border-radius: 30px;
}


.tablerounededCorner {
    border: none;
    background-color: #dddddd05;
    border-radius: 30px;
}

.roundedTable {
    border-collapse: collapse;
    border-radius: 1.2em;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.roundedTable th,
.roundedTable td {
    padding: 0.6em;
    background: #dddddd12;
    border-bottom: 1px solid white;
}

.roundedTable th {
    text-align: left;
}

.roundedTable tr:last-child td {
    border-bottom: none;
}

.tablerounededCorner .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #efefef00;
}

.cusReviewCreate .comment-list>.comment .comment-body {
    position: relative;
    /* padding-left: 100px; */
    margin-bottom: 30px;
    min-height: 95px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    padding-bottom: 25px;
}

.cusReviewCreate .comment-list>.comment .comment-body .comment-author .avatar {
    position: absolute;
    left: 0;
    height: 80px;
    width: 80px;
    border-radius: 100%;
}

.cusReviewCreate .comment-list>.comment .comment-body .comment-author .fn {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 8px;
    display: block;
}

.cusReviewCreate .comment-list>.comment .comment-body .star-rating {
    font-size: 14px;
    margin-bottom: 10px;
}

.cusReviewCreate .text-secondary {
    color: #ffc822 !important;
}

.cusReviewCreate .comment-list>.comment .comment-body p {
    font-size: 14px;
    text-align: justify;
    line-height: normal;
}

.becomePartnerForm.contactQueryFrom.commentReview {
    box-shadow: none;
    position: sticky;
    top: 94px;
}

.becomePartnerForm #stars {
    display: flex;
    margin-left: 10px;
}

.becomePartnerForm #stars li i {
    color: #dddd;
}

.becomePartnerForm #stars li i:hover {
    color: #ffc822 !important;
}
.ListSideBar{
    position: sticky;
    top: 110px;
}

/* Select 2 */

::selection {
    color: #fff;
    background: #664AFF;
}

.search-wrapper {
    width: 100%;
    margin: 0px auto;
}

.search-wrapper .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    border: 1px solid #ddd6;
}

.search-input input {
    height: 40px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 44px 0 14px;
    font-size: 14px;
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocomplete-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocomplete-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocomplete-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocomplete-box li {
    display: block;
}

.autocomplete-box li:hover {
    background: #efefef;
}

.search-input .search-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 41px;
    font-size: 15px;
    color: #007b47;
    cursor: pointer;
}
.becomePartner.bg2{
    background-image: url(../img/other/become-partner.png);
    background-position: left center;
    background-color: #fff;
}
.dz-shop-card.style-1{
    display: flex;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 30px;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.dz-shop-card.style-1 .dz-media {
    min-width: 100px;
    width: 207px;
    height: 207px;
}
.dz-shop-card.style-1 .dz-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.dz-shop-card.style-1 .dz-content{
    width:76%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.dz-shop-card.style-1 .dz-content .dz-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.dz-shop-card.style-1 .dz-content .dz-head .dz-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
}
.dz-shop-card.style-1 .dz-content .dz-head .dz-name a{
    color: #121212;
    font-size: 16px;
}
.dz-shop-card.style-1 .dz-content .dz-head .rate{
    background: #FE9F10;
    color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    left: 14px;
    top: 14px;
}
.dz-meta{
    display: flex;
    margin: 0 -10px;
}
.dz-meta li{
    margin: 0 10px;
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.selectHolidays{
    display: flex;
    align-items: center;
}
.selectHolidays .OffdaysCount{
    margin-left: 10px;
    font-size: 12px;
}
.selectHolidays .OffdaysCount span{
    font-weight: bold;
}
.dateLebal{
    font-size: 14px;
    color: #343434;
    margin-top: 10px;
    margin-bottom: 5px;
}


.multiDpicker.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)  {
    position: absolute;
    right: 1px;
    z-index: 33;
    top: 1px;
    cursor: pointer;
}
.multiDpicker.input-group{
    width:50%;
}
.multiDpicker.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){
    height: 34px;
    border-radius: 30px;

}
.multiDpicker.input-group input:focus{
    box-shadow: none;
}
.multiDpicker .input-group-text{
    border-radius: 30px;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 0px;
    line-height: 31px;
    border: none;
}
.border-none{
    border: none;
}
.qtyselector{
    border: none;
    background: #f8f9fa;
    width: 26px;
    height: 26px;
    border-radius: 10px;
}
.qtyContainer .quantity-field {
    background: #fff;
    box-shadow: none;
    width: 26px;
    height: 26px;
    border-radius: 10px;
    margin-right: 4px;
    border: 1px solid #dee2e6!important;
}
.width-auto{
    width: auto;
}
.qtyLebal{
    font-size: 14px;
    color: #343434;
    margin-top: 15px;
    margin-bottom: 5px;
}
.qtyContainer{
    margin-top: 10px;
    margin-left: 10px;
}
.order-detail table{
    width: 100%!important;
    margin-bottom: 25px;
}
.order-detail table tr td{
    padding: 6px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.order-detail table tr td.price{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: end;
}
.order-detail table tr.charges{
    border-bottom: 1px dashed rgba(34,34,34,.2);
}
.order-detail table tr.tax {
    border-bottom: 2px solid rgba(34,34,34,.2);
}
.billDetails{
    position: sticky;
    top: 120px;
    transition: 0.4s ease-in-out;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 30px;
    margin-top: 51px;
}
.billDetails .button{
    margin-left: 0px;
}
.text-bill-bold{
    color: #007a49;
}
.justify-space-between{
    justify-content: space-between;
}
.checkoutSection .form-control{
    padding: 10px 20px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.checkoutSection .form-control:focus{
    box-shadow: none;
}
.diffAddBtn{
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 10px 15px;
    background: #f6f6f6;
}
.diffAddBtn:hover{
    background: #eaeaea;
}
.tiffinCart .button{
    background: #ff8500;
}
.tiffinCart  #button-3 a{
    color: #fff;
}

@-webkit-keyframes spinLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(720deg);
    }
}

@keyframes spinLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(720deg);
    }
}

@-webkit-keyframes spinRight {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes spinRight {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}




/* User Account */
.useraccount {
    padding: 50px 0px;
}
.userNameDisplay{
    display: flex;
    align-items: center;
}
.undIcon{
    width: 11%;
    margin-right: 10px;
}
.undIcon img{
    width: 100%;
}
.undCont p{
    font-size: 14px;
    color: #343434;
    line-height: normal;
}
.undCont h5{
    font-size: 18px;
    font-weight: 600;
    color: #ff4f28;
}
.fieldContainer{
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}
.userSidebar .fieldContainer:first-child{
    margin-top: 0px;
}
.UserSideli ul li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 11px;
    padding-top: 11px;
}
.UserSideli ul li:first-child{
    padding-top: 0px;
}
.UserSideli ul li:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.UserSideli ul li a i:first-child{
    font-size: 16px;
    color: #ff8500;
    margin-right: 6px;
}
.UserSideli ul li a {
    color: #343434;
    font-weight: 500;
    display: block;
}
.UserSideli ul li a i:last-child{
    font-size: 13px;
    float: right;
    line-height: 23px;
    color: #007a49;
}
.UserSideli ul li:last-child a i:first-child{
    color: #f60147;
}
.UserSideli ul li:last-child a.userLogout i:first-child {
    float: none;
    font-size: 14px;
}
.selectGender .form-check{
    display: inline-block;
}
.selectGender .form-check:first-child{
    margin-right: 20px;
}
.selectGender .form-check label{
    width: fit-content;
}
.profileWrapper .fieldContainer{
    margin-top: 0px;
}
.UserSideli ul li a.active{
    color: #007a49;
}
.UserSideli ul li a.active i:last-child{
    color: #343434;
}
/* Form Control */
.form-control{
    padding: 10px 20px;
    border-radius: 30px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #ff4f28;
}
.form-check-input:focus{
    box-shadow: none;
}
.selectHolidays.userInfoDatepick .multiDpicker.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    padding: 8px 20px;
    height: auto;
}
.selectHolidays.userInfoDatepick .multiDpicker .input-group-text {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.userSidebar{
    height: 100%;
}
.userSideMenus.fieldContainer{
    height: 81%;
    position: relative;
}
.UserSideli ul li:last-child{
    position: absolute;
    bottom: 18px;
}

.tiffinBookingCard{
    display: flex;
    align-items: center;
}
.tbcIco {
    width: 12%;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 14px;
}
.tbcIco img{
    width: 100%;
}
.tbcContent {
    width: 40%;
}
.tbcContent h3{
    font-size: 22px;
    color: #007a49;
}
.tbcContent h5{
    font-size: 16px;
    color: #343434;
    margin: 1px 0px;
    font-weight: 600;
}
.tbcContent p{
    font-size: 15px;
    font-weight: 400;
}

.tbcContent p span{
    font-weight: 600;
}
.tbcContent a{
    color: #e12f08;
}
.tbcPrice{
    width: 30%;
}
.tbcPrice h5{
    color: #ed7804;
    font-weight: 600;
    font-size: 20px;
}
.tbcExpiry{
    width: 22%;
}
.tbcExpiry h5{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #787878;
}
.tbcExpiry a{
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
}
.tbcExpiry a.renewBooking{
    color: #007a49;
}
.tbcExpiry a.cancelBooking{
    color: #ff0000;
}

.bookingWrapper .fieldContainer:first-child{
    margin-top: 0px;
}
.tiffin-cancellation .selectGender{
    margin-top: 20px;
    margin-bottom: 10px;
}
.tiffin-cancellation .selectGender .form-check{
    display: block;
}
.reviewContainer{
    display: flex;
    align-items: center;
}
.reviewMessage{
    width: 80%;
}
.reviewMessage h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.reviewAction{
    width: 20%;
    text-align: right;
}
.reviewAction h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.reviewAction a.deletreview{
    color: #ff0707;
    text-decoration: underline;
}


.reviewAction .star-rating{
    font-size: 14px;
    margin-bottom: 10px;
}
.reviewAction .text-secondary{
    color: #ffc822 !important;
}

/* New Tiffin Show Style  */
.tiffinDFilters{
    /* border: 1px solid #dddd;  */
    border-radius: 10px;
    padding: 0px;
    margin-top: 14px;
}
.TiffinSelectWraper {
    display: flex;
    border-bottom: 1px dashed #edededdd;
    /* overflow-x: scroll; */
    /* width: 100%; */
}
.TiffinSelectIndicator {
    margin-right: 10px;
    width: 160px;
}
.tifSelectTitle {
    padding: 10px 0px;
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tifSelectTitle h6 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
}
.TiffinSelectContainer {
    display: flex;
    justify-content: initial;
    width: 100%;
}
.Tiffinselector {
    width: 35%;
    text-align: center;
}
.tifSelectTitle {
    padding: 10px 0px;
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tiffinDFilters .card-input{
    width: 92%;
}


.tiffinVendorDWrap{
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 20px 0px;
    /* border-top: 1px solid #ddd3; */
    border-bottom: 1px solid rgba(221, 221, 221, 0.326);
    margin-bottom: 50px;
    /* position: sticky;
    top: 100px;
    transition: 0.4s ease-in-out;
    background: #ffff;
    z-index: 3; */
}
.tiffinBookNow{
    float: right;
}
.tiffinDContent .tiffinBookNow{
    margin-top: 30px;
}
.tiffinBookNow #button-3{
    margin: 0px;
    background: #ff8500;
}
.tiffinBookNow #button-3 a{
    color: #fff;
}
.tiffinBookNow #button-3 a img{
    filter: invert(1);
    transition: 0.4s ease-in;
}
.tiffinBookNow #button-3:hover a img{
    filter: unset;
}
.tiffinBookNow #button-3:hover #circle {
    background: #ffff;
}
.tiffinBookNow #button-3:hover a {
    color: #343434;
}
.tiffindVendorName{
    position: relative;
}
.tiffinBookNow.top{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
    margin-top: 0px;
}

.mealImgMain{
    position: sticky;
    top: 120px;
}
.mealImgMain ul {
    position: relative;
}
.mealImgMain ul li .tiffinDImg{
    position: absolute;
    z-index: 1;
    visibility: hidden;
}
.mealImgMain ul li.active .tiffinDImg{
    z-index: 2;
    visibility: visible;
}
.tiffinDContent{
    height: 400px;
    border-bottom: 1px solid #dddddd5e;
    margin-bottom: 26px;
}
.tiffinWrapper{
    position: relative;
}
.otherinfo{
    background: #fff;
    position: relative;
    z-index: 3;
}
.mealImgMain .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #b5b5b5;
    opacity: .8;
}
.mealImgMain  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ed7804;
}
.mealImgMain {
    cursor: w-resize;
}
/* All Meida */
@media screen and (max-width:768px) {
    .treatment {
        background-size: cover;
        background-position: left top 200px;
    }

    .timeline-card-nav .next {
        z-index: 11;
    }

    .timeline-card-nav .prev {
        z-index: 11;
    }

    .timeline-slider-container {
        height: 100vh;
    }
}

@media screen and (max-width:767px) and (min-width:426px) {
    .wwaSomeOther {
        margin-bottom: 40px;
    }

    .wwdImg .wwdImgii {
        width: 90px;
    }

    .wwdImg {
        margin-bottom: 40px;
    }

    .wwdContent {
        margin-bottom: 40px;
    }

    .diseases .nav-tabs {
        margin: 0px 12px;
        box-shadow: none;
    }

    .diseases .nav-item {
        margin-bottom: 25px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    }

    .disTabImg {
        margin-bottom: 40px;
    }

    .faqsCards {
        margin-bottom: 40px;
    }

    .footer-co-description p {
        margin-bottom: 30px;
    }

    .col-md-6.aks-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .counter-wrapper .common-box {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:425px) and (min-width:320px) {
    .wwaSomeOther {
        margin-bottom: 40px;
    }

    .wwdImg .wwdImgii {
        width: 90px;
    }

    .wwdImg {
        margin-bottom: 40px;
    }

    .wwdContent {
        margin-bottom: 40px;
    }

    .diseases .nav-tabs {
        margin: 0px 12px;
        box-shadow: none;
    }

    .diseases .nav-item {
        margin-bottom: 25px;
        box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    }

    .disTabImg {
        margin-bottom: 40px;
    }

    .faqsCards {
        margin-bottom: 40px;
    }

    .footer-co-description p {
        margin-bottom: 30px;
    }

    .col-md-6.aks-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .counter-wrapper .common-box {
        margin-bottom: 20px;
    }
}


/* New Media Quiries */
@media screen and (max-width:768px) {
    .bannerFrom {
        position: initial;
        margin-top: 22px;
    }

    .bannerTrending {
        position: initial;
        margin-top: 22px;
    }

    .trendingData .tDataList {
        /* display: grid; */
        margin-top: 20px;
    }

    .hiwWrapper .row .col-md-3:last-child .hiwImg.arrowcls::after {
        right: 0px;
    }

    .trendingData .tDataList li {
        display: grid;
        text-align: center;
        padding: 0px;
    }

   .col-md-3.bnrfrmcol {
        margin-bottom: 10px;
        padding: 0px 14px;
    }
    .button.bnrmarginBtn {
        margin-top : 10px!important;
    }
    .col-md-6.bnrfrmcol {
        margin-bottom: 10px;
    }

    .selectstyle.ss_dib.google {
        width: 100% !important;
    }

    .ss_button {
        width: 100% !important;
    }

    .ss_dib.ss_text {
        width: 100% !important;
    }

    .bannerFormWrap input[class="form-control"] {
        margin-left: 0px;
    }

    .bannerFormWrap .button {
        margin-left: 0px;
    }

    .hiwImg.arrowcls::after {
        opacity: 0;
    }

    .productCards {
        margin-bottom: 20px;
    }

    .becomePartner .col-md-5 {
        margin-top: 30px;
        margin-left: 0px;
    }

    .becomePartner {
        background-color: #f4fde7db;
        background-blend-mode: color;
    }

    .formTitle {
        text-align: center;
    }

    .testi-thumbs-carousel .testiThumbs {
        width: 39px;
    }

    .testi-item {
        padding: 100px 30px 10px 30px;
        /* text-align: justify; */
    }

    .banner-trending-caraousel.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .banner-trending-caraousel.owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .trendings-carousel.owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .trendings-carousel.owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .bannerImg::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background: linear-gradient(180deg, white, transparent);
    }

    .mainMenuMobile {
        background: linear-gradient(90deg, #00693f, #974f00);
    }

    .secTitle.leftAlign {
        text-align: center;
    }

    .secTitle.leftAlign h3::after {
        right: 0px;
    }

    .trendings-carousel.owl-carousel .owl-nav button.owl-next {
        position: initial;
    }

    .trendings-carousel.owl-carousel .owl-nav button.owl-prev {
        position: initial;
    }
    .tiffinDFilters{
        overflow-x: scroll;
    }
    .TiffinSelectWraper{
        display: flex;
    }
    .TiffinSelectIndicator{
        width: 100%;
    }
    .becomePartnerForm{
        margin-top: 30px;
    }
    .becomePartner .col-md-5{
        margin-left: 0px;
    }
    .becomePartner {
        padding: 30px 0px;
    }
    .becomePartnerForm{
        margin-top: 22px;
    }
    .userSideMenus.fieldContainer{
        height: auto;
    }
    .UserSideli ul li:last-child{
        position: initial;
    }
    .profileWrapper .fieldContainer{
        margin-top: 30px;
    }
    .bookingWrapper .fieldContainer:first-child {
        margin-top: 30px;
    }
    .bookingWrapper .fieldContainer{
        padding: 10px;

    }
    .tiffinBookingCard{
        position: relative;
    }
    .tiffinBookingCard{
        flex-wrap: wrap;
    }
    .tbcIco {
        width: 33%;
        margin-right: 10px;
    }
    .tbcContent{
        width: 60%;
    }
    .tbcContent h3{
        font-size: 16px;
    }
    .tbcContent h5{
        font-size: 14px;
    }
    .tbcContent p{
        font-size: 13px;
    }
    .tbcContent a{
        font-size: 13px;
    }
    .tbcExpiry{
        width: 100%;
    }
    .tbcPrice {
        width: 30%;
        margin-top: 10px;
        margin-bottom: 9px;
        margin-left: 14px;
    }
    .reviewContainer{
        flex-direction: column;
        position: relative;
    }
    .reviewAction{
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .reviewMessage{
        width: 100%;
    }
    .reviewAction a.deletreview{
        position: absolute;
        right: 0px;
        bottom: 20px;
    }
    .bannerFrom.innerSearchFrom{
        margin-top: 13px;
    }
    .serviceListHeader{
        margin-bottom: 10px;
    }
    .serviceList{
        margin-top: 40px;
    }
    .bannerFrom.innerSearchFrom{
        z-index: 1;
    }
    .tiffinDContent{
        margin-top: 30px;
    }
    .tifSelectTitle h6{
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .tifSelectTitle{
        display: block;
    }
    .TiffinSelectIndicator{
        width: 49%;
    }
    .panel-heading{
        font-size: 11px;
    }
    .tifSelectTitle h6 i[data-tooltip]:hover::after{
        height: fit-content;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 4%;
        left: 0px;
    }
    .tifSelectTitle h6 i[data-tooltip]::after{
        height: fit-content;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 4%;
        left: 0px;
    }
    .DetailCarWrapper .nav-tabs .nav-link{
        font-size: 10px;
        font-weight: 500;
        padding: 0px 8px;
    }
    .cusReview .row{
        flex-direction: column-reverse;
    }
    .DetailCarWrapper .tab-content .becomePartnerForm {
        padding: 0px;
    }
    .cusReviewCreate{
        margin-top: 30px;
    }
    .contacCards{
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 480px) {
    .hiwImg.arrowcls::after {
        right: 0px !important;
    }
    .inBnrNav h2{
        font-size: 15px;
        text-align: center;
        margin-bottom: 0px;
    }
    .inBnrNav ul li a{
        font-size: 12px;
    }
    .mainHeader.sticky .logoSec {
        width: 80px;
    }
    .becomePartner .col-md-5{
        margin-left: 0px;
    }
    .becomePartner {
        padding: 30px 0px;
    }
    .becomePartnerForm{
        margin-top: 22px;
    }
    .userSideMenus.fieldContainer{
        height: auto;
    }
    .UserSideli ul li:last-child{
        position: initial;
    }
    .profileWrapper .fieldContainer{
        margin-top: 30px;
    }
    .bookingWrapper .fieldContainer:first-child {
        margin-top: 30px;
    }
    .bookingWrapper .fieldContainer{
        padding: 10px;

    }
    .tiffinBookingCard{
        position: relative;
    }
    .tiffinBookingCard{
        flex-wrap: wrap;
    }
    .tbcIco {
        width: 33%;
        margin-right: 10px;
    }
    .tbcContent{
        width: 60%;
    }
    .tbcContent h3{
        font-size: 16px;
    }
    .tbcContent h5{
        font-size: 14px;
    }
    .tbcContent p{
        font-size: 13px;
    }
    .tbcContent a{
        font-size: 13px;
    }
    .tbcExpiry{
        width: 100%;
    }
    .tbcPrice {
        width: 30%;
        margin-top: 10px;
        margin-bottom: 9px;
        margin-left: 14px;
    }
    .reviewContainer{
        flex-direction: column;
        position: relative;
    }
    .reviewAction{
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .reviewMessage{
        width: 100%;
    }
    .reviewAction a.deletreview{
        position: absolute;
        right: 0px;
        bottom: 20px;
    }
    .bannerFrom.innerSearchFrom{
        margin-top: 13px;
    }
    .serviceListHeader{
        margin-bottom: 10px;
    }
    .serviceList{
        margin-top: 40px;
    }
    .bannerFrom.innerSearchFrom{
        z-index: 1;
    }
    .tiffinDContent{
        margin-top: 30px;
    }
    .tifSelectTitle h6{
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .tifSelectTitle{
        display: block;
    }
    .TiffinSelectIndicator{
        width: 49%;
    }
    .panel-heading{
        font-size: 11px;
    }
    .tifSelectTitle h6 i[data-tooltip]:hover::after{
        height: fit-content;
        background-position: left bottom;
        background-repeat: no-repeat;
        /*background-size: 4%;*/
        left: -32px;
    }
    .tifSelectTitle h6 i[data-tooltip]::after{
        height: fit-content;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 4%;
        left: 0px;
    }
    .DetailCarWrapper .nav-tabs .nav-link{
        font-size: 10px;
        font-weight: 500;
        padding: 0px 8px;
    }
    .cusReview .row{
        flex-direction: column-reverse;
    }
    .DetailCarWrapper .tab-content .becomePartnerForm {
        padding: 0px;
    }
    .cusReviewCreate{
        margin-top: 30px;
    }
    .contacCards{
        margin-bottom: 20px;
    }
}




/*  */
.bannerSearchSelect{
    width: 100%;
    border-radius: 30px;
    padding: 11px 10px;
    background: #f68b21;
    color: #fff;
    border: none;
}
.selectLocationBnr .locOptions{
    display: flex;
    align-items: center;
    padding: 0px 18px;
    background: #f6f7f6;
    border-radius: 30px;
    margin: 0px 13px 0px 13px;
    position: relative;
    z-index: 2;
}
.bannerFormWrap .selectLocationBnr .locOptions .form-control {
    background: transparent;
    padding: 10px;
    padding-right: 0px;
}
.bannerFormWrap .selectLocationBnr .locOptions .form-control::placeholder {
    color: #7e7e7edd;
}
.selectLocationBnr .locOptions i{
    color: #f68b21;
    font-size: 20px;
    position: relative;
    left: -5px;
    cursor: pointer;
}
.getcurrentlocation {
   margin-left: 0px;
    flex: 1;
    text-align: right;
    margin-right: 10px;
}
.getcurrentlocation a {
    font-size: 11px;
    padding: 6px 9px;
    background: #e9f9d1;
    border-radius: 30px;
    border: 1px solid #058b2717;
    color: #000;
}
.button.bnrmarginBtn {
    margin-left: 0px;
    width: 100%;
    margin: 0px 1px;
}
.selectLocationBnr{
    position: relative;
}
.Currentlocoption{
    position: absolute;
    border: 0px;
    left: 0px;
    right: 0px;
    background: #f6f7f6;
    width: 92%;
    margin: auto;
    border-radius: 30px;
    padding: 11px 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 28px;
    z-index: 1;
    top: 20px;
    border: 1px solid #dddddd47;
    display: none;

}
.Currentlocoption a{
    color: #121212;
    width: 100%;
    display: block;
    padding: 7px 11px;
    border-bottom: 1px solid #dddddd5d;
    border-top: 1px solid #dddddd5d;
}
.Currentlocoption a:hover {
    background: #ea841f1f;
}
/*body .pac-container{*/
/*    left: 530px!important;*/
/*    width: 280px!important;*/
/*    top: 413px!important;*/
/*    background: #f6f7f6;*/
/*    box-shadow: none;*/
    /*display: block!important;*/
/*}*/

body .pac-container {
    left: 334px !important;
    width: 694px !important;
    /* top: 283px !important; */
    background: #f6f7f6;
    box-shadow: none;
    /* display: block !important; */
}



.toast.toast-success {
    background: #0b8100be;
    opacity: 0.5;
}















/* 26-12-2023*/
.howItWorks{
    background:#fff;
}
.mostPopular {
    background:#f4fde7;
}
@media screen and (max-width:1024px) and (min-width:769px) {
    .mainMenu>ul>li{
       margin: 0px 0px 0px 15px;
       padding:26px 0px;
    }

    .bannerText h4{
        font-size:18px;
    }
    .bannerText h2 {
        font-size: 25px;
    }
    .mainMenu>ul>li a{
        font-size: 11px;
    }
    .logoSec {
        width: 110px;

    }
    .bannerSearchSelect{
        font-size: 7px;
    }
    .bannerFormWrap .selectLocationBnr .locOptions .form-control{
        font-size:9px;
    }
    .#button-3{
        margin:0px;
    }
    #button-3 a{
       padding: 7px 9px;
    font-size: 11px;
    }
    .selectLocationBnr .locOptions{
        margin-right:0px;
    }
    .trendingData .tDataList{
        width:62%;
    }
    .trendingData .tDataList li{
        font-size:10px;
        padding-left: 5px;
    }
    .btImgBox {
        width: 90px;
        min-width: 76px;

    }
    .bannerTrending{
        top:95%;
    }
    .mainHeader.sticky .logoSec {
        width: 110px;
    }
    .hiwImg {
        width: 100px;

    }
    .stepCount{
        width: 57px;
        height: 57px;
    }
    .hiwImg.arrowcls::after{
        width: 66px;
        background-repeat: no-repeat!important;
        background-size: 100%!important;
        top: 37px;
        right: -76%;
    }
    .hiwContentsText h4 {
        font-size: 11px;
    }
    .becomePartner{
        background-size: 30%;
        background-position: right bottom;
    }
    .testi-item{
        padding: 27px;
         padding-top: 54px;
    }
    .quoteThumb{
        width: fit-content;
        height: fit-content;
        font-size: 40px;
    }
    .testi-item p {
      margin-bottom: 6px;
    }
    .whoweweImgSec {
        top: 100px;
        position: sticky;
    }
    .mainMenu>ul li.menuChild:hover .childMenu {
        top: 82px;

    }
    .mainHeader.sticky .mainMenu>ul li.menuChild:hover .childMenu {
        top: 75px;
    }
    .tiffinCard .trendingCardContent .mealQntty p {
       font-size: 9px;
        margin-bottom: 0px;
    }
    .tiffinCard .trendingCardContent .mealQntty span {
        font-size: 14px;
    }
    .prCardDetails a.viewDetailsBtn{
        font-size:10px;
    }
    .prCardDetails a.prAddtoCart{
        font-size:10px;
    }
    .prCardDetails a.prRatings{
        font-size:10px;
    }
    .serviceListMain .col-md-4{
        width:49%;
    }
    .bannerFrom.innerSearchFrom{
        margin-top:0px;
    }
    .becomePartner.bg2{
        background-position:left bottom;
    }
    .contacCards .cContent ul li {
        font-size:13px;
    }
    .footer-title h4{
        font-size : 11px;
    }
    .footer-links ul li a{
               font-size : 11px;
    }
    .footer-co-description p{
         font-size: 11px;
        line-height: 16px;
    }
    .order-detail table tr td{
      font-size: 10px;
    }
    body .pac-container{
       left: 6px!important;
        right: 0px!important;
        margin: auto!important;
        width: 181px!important;
        top: 251px!important;
        background: #f6f7f6;
        box-shadow: none;
        width: fit-content;
        /*display: block!important;*/
    }
    
    
    
    
    


    
    
    
    .Currentlocoption{
        width: 93.5%;
        left: 11px;
    }

    .Currentlocoption a{
         font-size:10px;
    }
    .testi-thumbs-carousel .testiThumbs{
      width: 61px;
    }

}

@media screen and (max-width:768px) and (min-width:480px) {
     body .pac-container{
       left: 0px!important;
        right: 0px!important;
        margin: auto!important;
        width: 181px!important;
        top: 385px!important;
        background: #f6f7f6;
        box-shadow: none;
        width: fit-content;
        /*display: block!important;*/
    }
    .tiffinWrapper .col-md-4 {
        width:35%;
    }
    .tiffinWrapper .col-md-8 {
        width:65%;
    }
    .inBnrNav h2 {
        font-size: 15px;
        text-align: center;
    }
}


@media screen and (max-width:479px) and (min-width:320px) {
    /* body .pac-container{*/
    /*   left: 0px!important;*/
    /*    right: 0px!important;*/
    /*    margin: auto!important;*/
    /*   width: 181px!important;*/
    /*    top: 385px!important;*/
    /*    background: #f6f7f6;*/
    /*    box-shadow: none;*/
    /*    width: fit-content;*/
        /*display: block!important;*/
    /*}*/
    
        body .pac-container {
        left: 0px !important;
        right: 0px !important;
        margin: auto !important;
        width: 281px !important;
        /* top: 385px !important; */
        background: #f6f7f6;
        box-shadow: none;
        /* width: fit-content; */
        /*display: block !important;*/
    }
    
    
    
    .tiffinWrapper .col-md-4 {
        width:35%;
    }
    .tiffinWrapper .col-md-8 {
        width:65%;
    }
    .inBnrNav h2 {
        font-size: 15px;
        text-align: center;
    }
    #button-3 a{
        padding: 6px 9px;
    }
    .button.booktiffin {
        padding: 3px 3px;
    }
    .button.booktiffin img{
         width: 14px;
    }
    .tiffinDTitleHeader .dFoodCategory{
        font-size:16px;
    }
    .tifSelectTitle h6{
        font-size: 8px;
        line-height: 12px;
    }
    .tiffinDFilters .card-input {
         width: 89%;
         padding: 2px 2px;
    }
    .TiffinSelectIndicator {
        width: 26%;
    }
    .panel-heading {
        font-size: 8px;
    }
    .tiffinDContent{
        height:auto;
    }
    .dz-shop-card.style-1{
        flex-direction:column;
    }
    .dz-shop-card.style-1 .dz-media {
        min-width: auto;
        width: 100%;
        height: auto;
    }
    .dz-shop-card.style-1 .dz-content{
        width:100%;
    }
    .multiDpicker.input-group {
     width: 100%;
    }
}





/* Ratings*/
a.prRatings.MealNotOkay span i {
    color: red;
}
a.prRatings.MealOkay span i {
    color: rgb(210, 221, 0);
}
a.prRatings.MealGood span i {
    /*color: rgb(81, 212, 0);*/
    color: #3a9700;
}
.prCardDetails a.prRatings{
    color: #000;
    border: 1px solid #ddd;
    background: #ffff;
}



/* 10-1-24 */

@media screen and (max-width:480px) {
    .tifSelectTitle h6 i[data-tooltip]::after {
        height: 274px;
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 11%;
      left: -21px;
        width: 180px;
        top: 17px;
    }
    .TiffinSelectContainer .Tiffinselector:nth-child(2) .tifSelectTitle h6 i[data-tooltip]:hover::after {
        left: -78px;
    }
    .TiffinSelectContainer .Tiffinselector:nth-child(3) .tifSelectTitle h6 i[data-tooltip]:hover::after {
       left: -130px;
    }
}




/* 15-02-2024*/
@media screen and (max-width:480px) {
    .tiffinDFilters{
        overflow:visible;
    }
    .tifSelectTitle h6 i[data-tooltip]::after {
        left: -44px;
        top: -24px;
        width: 201px;
        height: fit-content;
        padding: 0px 3px;
        font-size: 8px;
        background: #ffdfc49e;
        backdrop-filter: blur(7px);
        color: #000;
        font-weight: 500;
    }
    .tifSelectTitle h6 i[data-tooltip]:hover::after{
        left: -44px;
        top: -24px;
        width: 201px;
        height: fit-content;
        padding: 0px 3px;
        font-size: 8px;
        background: #ffdfc49e;
        backdrop-filter: blur(7px);
        color: #000;
        font-weight: 500;
    }
    .TiffinSelectContainer .Tiffinselector:nth-child(2) .tifSelectTitle h6 i[data-tooltip]::after {
        left: -95px;
        top: -31px;
        line-height: 14px;
    }
    .TiffinSelectContainer .Tiffinselector:nth-child(2) .tifSelectTitle h6 i[data-tooltip]:hover::after {
        left: -95px;
        top: -31px;
        line-height: 14px;
    }
    .TiffinSelectContainer .Tiffinselector:nth-child(3) .tifSelectTitle h6 i[data-tooltip]::after {
        left: -149px;
        top: -31px;
        line-height: 14px;
    }
    .TiffinSelectContainer .Tiffinselector:nth-child(3) .tifSelectTitle h6 i[data-tooltip]:hover::after {
        left: -149px;
        top: -31px;
        line-height: 14px;
    }

}


/* 22-04-2024 */
.somePoint {
    margin-top: 20px;
}
.normalList li {
    background-image: url(../img/icons/right.png);
    background-size: 15px;
    background-position: left top 2px;
    background-repeat: no-repeat;
    padding-left: 27px;
    text-align: justify;
    line-height: 28px;
}
.homeAboutInfo {
    margin-top: 40px;
}
.homeAboutInfo .contacCards {
    background: #fff;
    margin-bottom: 20px;
}



.serviceListMain .productCards {
    margin-bottom: 20px;
}
.fieldContainer p {
    margin-bottom:0px;
}


@media screen and (max-width:768px) {
        .tbcPrice {
        width: 100%;
        margin-top: 14px;
        margin-bottom: 9px;
        margin-left: 0px;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 14px;
        padding-top: 5px;
    }
    .tbcExpiry {
        margin-top:10px;
    }
}