

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600&display=swap');

body {
    font-family: 'Fredoka One';
    /* overflow: hidden; */
}
p
{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
    font-family: 'Epilogue';
}
*{
    margin: 0;
    padding: 0;
}
a:hover{
    color: #fff;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
h1{
  font-size: 60px;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img{
    object-fit: cover;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}

.content-header {
    display: flex;
    align-items: center;
}
.content-header svg {
    width: 24px;
    height: auto;
    fill: white;
}
.content-header i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.content-header h4 {
    font-size: 16px;
}
.content-header a {
    padding-left: 10px;
}
.header-social-media a {
    border-bottom: 1px solid;
    margin-left: 40px;
}
.login {
    justify-content: space-between;
}
.register svg {
    width: 32px;
    height: auto;
    margin-right: 4px;
}
.top-header {
    background-color: #ffd40d;
    padding: 8px 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: -1;
  opacity: 0;
  transition: 1s all;
}
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}

.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    padding: 40px 25px;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-links li.navbar-dropdown:hover .dropdown {
    border-radius: 25px;
    visibility: visible;
    opacity: 1;
    transform: translatex(0px);
    z-index: 1111;
}
.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
     border-top: 10px #f3274c solid;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(50px);
    left: 0;
    width: 230px;
    background-color: #ffd40d;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 22px;
    padding-bottom: 20px;
    font-weight: 400;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #222;
}
.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #0000006b;
    width: 80%;
    bottom: 0;
}
.navbar-links li > a {
    border-bottom: 5px solid transparent;
    color: black;
    text-transform: capitalize;
    font-size: 18px;
}
.hamburger-icon{
    display: flex;
    align-items: center;
    justify-content: end;
}
.hamburger-icon svg {
    width: 25px;
    height: 25px;
    fill: black;
    margin-right: 20px;
    display: block;
}


.button {
    padding: 20px 40px;
    position: relative;
    border-radius: 12px;
    color: white;
    z-index: 111;
    height: 62px;
    display: inline-block;
    text-transform: capitalize;
}
.button:hover {
    color: white;
}
.button:before {
    content: "";
    position: absolute;
    width: 94%;
    right: -8px;
    border: 3px solid #f3274c;
    height: 75px;
    border-radius: 12px;
    top: -6.5px;
    z-index: -1;
}




.main-slider.owl-carousel .owl-item img{
    width: 95%;
}

header.three {
    position: absolute;
    width: 100%;
    padding-top: 40px;
    z-index: 11;
}
header.three .contact{
    display: flex;
    align-items: center;
}
header.three .contact svg {
    width: 30px;
    height: auto;
    filter: invert(1);
}
.contact span,.contact h6{
    color: white;
    font-size: 16px;
}
.contact a h6{
    border-bottom: 1px solid;
}
.contact i {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #8bc34b;
    border-radius: 50%;
    margin-right: 20px;
}

/* main-slider */
.main-slider.owl-carousel .owl-dots.disabled, .main-slider.owl-carousel .owl-nav.disabled {
    /* display: flex;
    position: absolute;
    justify-content: space-between;
    color: white;
    bottom: 0;
    margin-top: 0; */



    display: flex;
    position: absolute;
    justify-content: space-between;
    color: white;
    bottom: 0;
    margin-top: 0;
    margin: 0 auto;
    display: block;
    

}


.owl-carousel .owl-nav button.owl-prev{
    left: -50px;
    top: 6px;
}

.owl-carousel .owl-nav button.owl-next{
    right: -50px;
    top: 6px;
}

.main-slider .owl-nav button {
    position: relative;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00000000;
}
.extras svg {
    width: 25px;
    height: 25px;
    fill: white;
    margin-right: 20px;
}
.main-slider button.owl-prev:before {
    left: -10px;
    top: -16%;
}
.main-slider button.owl-next:before {
    right: -10px;
    top: -16%;
}
.main-slider button i {
    align-items: center;
    font-size: 18px;
    border: 1px solid #eee;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
}


.main-section {
    padding-top: 180px;
    position: relative;
    padding-bottom: 60px;
}
.main-section h1 {
    font-size: 60px;
    color: #8BC34A;
    text-transform: capitalize;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    padding-bottom: 40px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #72a735;
}
.main-section p{
    font-size: 20px;
    width: 70%;
    color: white;
    padding-bottom: 60px;
}

.main-section:before {
    position: absolute;
    content: "";
    width: 880px;
    height: 400px;
    border-radius: 191px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    right: 0;
    top: 30%;
    z-index: 0;
}




.navbar-links li > a,button.apply-coupon,.coupon-area .coupon button,button.update-cart,
.cart-popup .cart-btns a,
ul.trending-dishes-list li a,.section-discover-menu .nav-pills .nav-link svg,.partner.item img,
.delicious-menu,.fast-food-menus a i,.fast-food-menus a i svg,footer.three ul.booking li a span,
.posts.Photo a,ul.higher-reach a,.post-tags li a,.chef-text h3,.fast-food-menus h3,.main-slider button i,
.pagination li.prev,.pagination li.next,.recent-posts li h6 a,ul.categories li a,ul.instagram-posts figure:before,
.header-social-media a,.restaurant-span,.coctail-bar,.content-header a,.recent-news h3,.show-cart,
.welcome-to-foodio a h4,.best-solutions-service a h3,.private-dining-text a,.category-choose a h3,
.featured-dishes svg,.register a,.button:before,.social-media li a i,.chef-text,.link-about a,
.pagination li a,.featured-dishes a h5,
table.shop_table td.product-name a,.our-blog .recent-news-two h2,footer.three .header-social-media a{
     transition: .3s ease-in-out;
}





.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 23%;
    height: 100%;
    background-color: #fff;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;   
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    content: "";
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    background-image: url(../img/down-arrow-clr.svg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #6c8b386e;
}
.mobile-nav > ul li > a {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: white;
    
}
.mobile-nav > ul > li > a {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;

    font-family: 'Titillium Web', sans-serif;
  
    padding-bottom: 15px;

}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #000;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: 130px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
}
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    background-color: darkolivegreen; 
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "";
    width: 35px;
    height: 35px;
    background-image: url('../images/remove.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    filter:invert(1);
}
.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 24px;
}
.responsive-bar-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.bar-menu i {
    color: white;
    margin-right: 20px;
    font-size: 26px;
}


header.three .logo .bar-menu {
    display: none;
}
header.three .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@-webkit-keyframes ripple {
    70% {
    box-shadow: 0 0 0 20px rgb(255 212 13 / 25%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255 212 13 / 25%);
    }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgb(255 212 13 / 25%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255 212 13 / 25%);
    }
}


.main-slider button i:hover{
    border: solid;
}
.cart_totals.cart-Total h4 {
    color: white;
    padding-bottom: 20px;
}
.cart-checkout a svg {
    width: 24px;
    margin-right: 14px;
}
.cart-checkout a {
    display: none;
}


@keyframes arrow {
  0% {
    transform: scale(0) ;
    }
    50% {
        transform: scale(1) ;
    }
    100% {
    transform: scale(0) ;
    }
}



.address{
    gap: 30px;
    display: flex;
    justify-content: end;
}


.section-height{
    padding-top: 30px;

}

.p-50{
    padding: 0 0% 0 5%;
}

.common-div{
    padding-top: 170px;
}

.gap-1 {
    padding: 50px 0;
}
.about-food-text p{
    padding-top: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

.order-button{
    background: #8BC34A;
    border-radius: 8px;
    padding: 16px 36px;
    position: relative;
    border-radius: 12px;
    color: white;
    z-index: 111;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

.plan-heading h2{
    text-align: center;
    padding-bottom: 80px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;

}

.meals-plan img{
    width: 100%;
    border-radius: 8px;
}

.gap-3 {
    padding: 70px 0;
}

.plan-span{
    color: #ffffff;
    background: #8bc34b;
    padding: 0 21px;
    border-radius: 4px;
}

.meal-box{
    padding: 15px;
    background: #fafafa;
    border-radius: 8px;
}

.meal-box h4{
    padding-top: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.welcome h2{
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

.welcome span{
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-weight: bold;
}


.meal-box p{
    padding-top: 18px;
    text-align: center;
    line-height: 24px;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
}


.select-button{
    background: #8BC34A;
    border-radius: 8px;
    padding: 13px 32px;
    position: relative;
    border-radius: 12px;
    color: white;
    z-index: 111;
    display: inline-block;
    text-transform: capitalize;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 160px;
    margin-top: 26px;
    border: none;

}


.select-btn{
    background: #cf1313;
}


.slider-button{
    background: #8BC34A;
    border-radius: 8px;
    padding: 16px 36px;
    position: relative;
    border-radius: 12px;
    color: white;
    z-index: 111;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
   
}



.contact span, .contact h6 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    /* font-size: 12px; */
    font-size: 14px;
}


@media (max-width: 992px){
    
header.three .contact{
    display: none;
}
}

@media only screen and (max-width: 1000px) and (min-width: 650px){

    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 40%;
    
}
}

@media (max-width: 650px){
    
    .mobile-nav {
        width: 90%;
    }
    }
    

    .icon{
        background: #fff;
        border-radius: 50%;
        width: 155px;
        height: 155px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        position: relative;
        z-index: 9;
        outline-offset: -9px;
        outline: 2px dashed #8BC34A;
    }

    .icon img{
        width: 70px;
    }


    .processing-step{
        /* background: #e6f2e4; */
        /* background: #afe3a694; */
        background: #afe3a654;
        /* margin-top: 70px; */
        position: relative;
    }

    .grid:before {
        position: absolute;
        left: 50%;
        top: 40px;
        height: 60px;
        width: 100%;
        background: url(../images/arrow.png) center center no-repeat;
        content: "";
        z-index: 1;
    }

    .grid{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 30px;
        position: relative;
    }

    .grid:nth-child(even):before {
        background: url(../images/bottom-arrow.png) center center no-repeat;
        top: 60px;
    }


    .grid-last:before{
        display: none;

    }

    .grid h4{
      text-align: center;
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-family: 'Titillium Web', sans-serif;
      font-weight: 700;
    }

    section.gap-3.processing-step:after {
        content: '';
       
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        /* background: #000; */
        position: absolute;
        background: url('/images/food-pattern.png');
    }

    .steps{
        position: relative;
        z-index: 1;
        padding-bottom: 40px;
    }

    .grid span{
        background: #8BC34A;
        color: #fff;
        /* height: 20px; */
        /* width: 20px; */
        text-align: center;
        font-family: 'Poppins', sans-serif;
        border-radius: 19%;
        padding: 4px 13px 4px 13px;
        margin-bottom: 10px;
    }


    @media (max-width:992px){
    
        .grid:before{
           display: none;
        }


        .grid {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 0 30px;
            position: relative;
            margin-bottom: 80px;


        }
    }
        


    .footer-section{
        /* margin-top: 110px; */
        background: #2c2c2c;
        padding: 60px 70px;

    }


    .footer{
        color: #ededed;
        text-align: center;
    }

    .footer p{
        color: #ededed;
        text-align: center;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        font-family: 'Titillium Web', sans-serif;
    }


    .footer h3{
        color: #ededed;
        text-align: center;
        font-weight: 300;
        font-family: 'Poppins', sans-serif;
        font-family: 'Titillium Web', sans-serif;
    }

    .footer h3{
        padding-bottom: 30px;
    }

    .footer .copy-right{
        font-size: 14px;
        color: #ededed;
    }

    .plan-heading{
        position: relative;
        z-index: 1;
    }



    section.main-section.gap:after {
        content: '';
        position: absolute;
        background: #000000a8;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }


    .detail-button{
        display: flex;
        z-index: 0;
        position: relative;

    }


    /* modal */


.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  
  .modal-content {
    background-color: #fefefe;
    margin: 10% auto; 
    padding: 20px;
    /* border: 1px solid #888; */
    width: 70%; 
  }

  .close {
   
    position: absolute;
    right: -10px;
    background: #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    top: -13px;
    color: #fff;
    border: 3px solid #fff;
    font-size: 22px;
    padding: 1px;

  }
  
  .close:hover,
  .close:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
  }
   
  .modal img{
    width: 100%;
  }


  .pd-1{
    padding:0;
  }

  .modal h4{
  
    padding-bottom: 11px;
    padding-top: 25px;
    font-family: 'Titillium Web', sans-serif;
}

.modal p{
    
    font-size: 16px;
    line-height: 26px;
    font-family: 'Titillium Web', sans-serif;
}

  .modal ul{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    line-height: 30px;
  }




@media only screen and (max-width: 520px) and (min-width: 400px){


.main-section h1 {
    font-size: 55px;
    color: #8BC34A;
    text-transform: capitalize;
    text-align: center;
  }


  .main-section {
    padding-top: 140px;
}



.main-section p {
    font-size: 20px;
    width: 100%;
    color: white;
    padding-bottom: 20px;
    text-align: center;
}

.res-bt{
    align-items: start!important;
    justify-content: center!important;

}
.main-slider.owl-carousel .owl-item img {
    width: 95%;
    padding-top: 50px;
}
}


@media only screen and (max-width: 400px) and (min-width: 300px){
    .main-section h1 {
        font-size: 40px;
        color: #8BC34A;
        text-transform: capitalize;
        text-align: center;
      }
      .res-bt{
        align-items: start!important;
        justify-content: center!important;
    
    }

    .slider-button {
        background: #8BC34A;
        border-radius: 8px;
        padding: 12px 27px;
        position: relative;
        border-radius: 12px;
        color: white;
        z-index: 111;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        font-family: 'Titillium Web', sans-serif;
        text-align: center;
    }

    .main-section p {
        font-size: 20px;
        width: 100%;
        color: white;
        padding-bottom: 30px;
        text-align: center;
}

.main-section {
    padding-top: 130px;

}

.main-slider.owl-carousel .owl-item img {
    width: 95%;
    margin-top: 41px;
    margin-bottom: 30px;
}

}

@media only screen and (max-width: 390px) and (min-width: 300px){

    .select-button {
        
        width: auto;
        margin-top: 26px;
        font-size: 13px;

    }
}


@media only screen and (max-width: 1200px) and (min-width: 992px){

    .custom-container{

    max-width: 1100px!important;

    }

    .select-button {
        
        width: auto;
        margin-top: 26px;
        font-size: 13px;


}
}


@media only screen and (max-width: 992px) and (min-width: 400px){

    .select-button {
        
        
        width: 42%;
        margin-top: 26px;
    }
}




@media (max-width:600px){


.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px;
    /* border: 1px solid #888; */
    width: 92%!important;
}
}


@media only screen and (max-width: 992px) and (min-width: 450px){

    .plan-heading h2 {
        text-align: center;
        padding-bottom: 80px;
        font-family: 'Poppins', sans-serif;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 600;
        font-size: 30px;

}
}


@media only screen and (max-width: 992px) and (min-width: 992px){
    .select-button {
    width: 42%;
    margin-top: 26px;
    width: 137px;

}
}


@media only screen and (max-width: 450px) and (min-width: 300px){

    .plan-heading h2 {
        line-height: 60px;
}
}




@media (max-width:768px){
.common-div {
    padding-top: 40px;
}
}


@media only screen and (max-width: 768px) and (min-width: 400px){

    .welcome h2 {
        font-family: 'Poppins', sans-serif;
        font-family: 'Titillium Web', sans-serif;
        font-size: 40px;
}
}


@media only screen and (max-width: 400px) and (min-width: 300px){

    .welcome h2 {
        font-family: 'Poppins', sans-serif;
        font-family: 'Titillium Web', sans-serif;
        font-size: 35px;
}
}

@media (max-width:992px){
.r1{ 
    gap: 30px;
}
.bar-menu{
    position: absolute;
    top: 40px;
}


}

@media (max-width:600px){
   .main-slider{
     /* margin-left: 0; */
    }
}







/* contact */


.banner{
    background-image: url(https://media.istockphoto.com/id/1287632111/photo/weve-got-you-covered-during-lockdown.jpg?s=612x612&w=0&k=20&c=7tP1pfzLUEWHnDv-Sb8Gc_4NepfpUV5aG_Z4P_3DJ80=);
    background-color: #f5f8fd;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    position: relative;
}

section.banner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #0000008f;
}


.contact_input input{
    width: 100%;
    height: 65px;
    font-family: 'Epilogue';
    font-family: 'Titillium Web', sans-serif;
    border: 2px solid #d6deec;
    outline: none;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 30px;
    color: #555;
}

.contact_input textarea{
    width: 100%;
    height: 75px;
    font-family: 'Epilogue';
    font-family: 'Titillium Web', sans-serif;
    border: 2px solid #d6deec;
    outline: none;
    margin-bottom: 20px;
    border-radius: 10px;
    padding-left: 30px;
    color: #555;
    line-height: 60px;

}


.contact h2{
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
}


.cp-1{
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    padding-bottom: 30px;
}



.icon-bx-wraper.style-5 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding-top: 60px;
}


.icon-bx-wraper.style-5 .icon-bx {
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}

.icon-bx-wraper.style-5 .icon-bx .icon-cell {
    border-radius: 100%;
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
    background-color: #fff;
   
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}




.icon-bx-wraper.style-5 .icon-bx .icon-cell i {
    font-size: 50px;
    vertical-align: middle;
    line-height: 50px;
}


.icon-bx-wraper.style-5 .icon-content {
    padding: 90px 40px 30px;
    box-shadow: 0px 15px 55px rgba(34, 34, 34, 0.15);
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.icon-bx-wraper.style-5 .icon-content .title {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}




.icon-bx-wraper.style-5 .icon-content p {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Titillium Web', sans-serif;
}

.icon-bx-wraper.style-5 .icon-content .effect {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    
    z-index: -1;
}


.section-details{
    margin-top: 100px;
}

.mr-12{
    margin: 0 auto;
}

.contact-button{
    background: #8BC34A;
    border-radius: 8px;
    padding: 16px 36px;
    position: relative;
    border-radius: 12px;
    color: white;
    z-index: 111;
    /* display: inline-block; */
    text-transform: capitalize;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    border:none!important;
}


.icon-bx-wraper.style-5 .icon-content:hover{
    background-color: #8bc34b;
}


.icon-cell img{
    width: 50px;
}

.title-area h2{
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;

}

.title-area{
    position: relative;
    z-index: 1;
}

.bcrm{
    position: relative;font-family: 'Titillium Web', sans-serif;
}

.breadcrumb-item a{
    color: #fff;
}

.breadcrumb-item.active {
    color: #8bc34b;
}


.icon-bx-wraper.style-5 .icon-content {
    color: #fff;
}




@media (max-width:420px){
.contact h2 {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    font-size: 40px;
}
.cp-1 {
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    padding-bottom: 30px;
    line-height: 24px;
    padding-top: 8px;




}
}


.pd-30{
    padding-top: 130px;
}







/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    /* padding: 0; */
    /* border: 1px solid #888; */
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}





.modal-header {
    padding: 0px 16px;
    /* background-color: #5cb85c; */
    color: white;
    border: none;
}

.modal-body { 
    padding: 2px 16px;
}



@media only screen and (max-width: 450px) and (min-width: 385px){

    .plan-heading h2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 80px;
    
}
}

.logo img{
    width: 110px;
    position: absolute;
    top: 25px;

}

@media (max-width:768px){
    .title-area h2 {
        color: #fff;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 700;
        padding-bottom: 15px;
        font-size: 41px;
    }
    
    }



    @media (max-width:600px){
    .banner {
        
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        position: relative;
    }


    .res-30{
        padding-top: 70px;

    }

    .plan-heading h2 {
        line-height: 60px;
        font-size: 35px;
        padding-bottom: 50px;
}


    }




    .pc-1 h4{
        padding-bottom: 11px;
        font-size: 30px;
        font-family: 'Titillium Web', sans-serif;
    }





    .inner-detail img{
        width: 100%;
    }


    .pc-1 ul{
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        font-family: 'Titillium Web', sans-serif;
        line-height: 30px;
    }
.float-button a {
        color: #fff;
        font-family: 'Titillium Web', sans-serif;
    }
    
    .float-button {
        position: fixed;
        width: 190px;
        bottom: 40px;
        right: 40px;
        background-color: #F44336;
        color: #FFF;
        border-radius: 25px;
        text-align: center;
        font-size: 18px;
        /* box-shadow: 2px 2px 3px #999; */
        z-index: 100;
        line-height: 56px;
    }

    .anim{
        width: 30px;
        position: relative;
        top: -5px;
        mix-blend-mode: color-dodge;
        filter: invert(1);
    
    }
@media (max-width:992px){
        .processing-step {
         
            padding: 70px 0 0!important;
    }
}
@media (min-width:440px){
        .hide-br{
            display: none;
        }
    }



    @media (min-width:600px){
        .responsve-modal-button{
            display: none;
        }

    }

    @media (max-width:600px){
        .desktop-modal-button{
            display: none;
        }
.lg-modal{
    display: none!important;
}

 }


 .res-modal h4{
    padding-bottom: 0;
    padding-top: 0;
 }

 .scroll-content{

    overflow: scroll;
    height: 340px;

 }


 .res-modal img{
    padding-bottom: 20px;
 }


 .modal-open {
    overflow: hidden;
}