@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Caladea:400,700");


* {
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins,  sans-serif !important;
}

  /* --------------------------------Main ----------------------------- */
  
  
  
  
  .about-area h1 {
   font-family: 'Poppins', sans-serif;
   font-size: 2.8rem!important;
   font-weight: 700!important;
   line-height: 1;
  }
  
  .about-area h2 {
    font-family: 'Poppins', sans-serif;
    color:#ed1a3b;
    font-size: 2.8rem!important;
    font-weight: 700!important;
    padding-top: 0rem!important;
  }

   .about-area h3 {
    font-family: 'Poppins', sans-serif;
    color:#0F172B;
    font-size: 1.4rem!important;
    font-weight: 600!important;
    padding-top: 0rem!important;
    margin-bottom: 1.5rem;
  }

  .about-area ul{
        list-style: none;
        padding: 0;
  }
  
  .about-area ul li{
        line-height: 1.8rem;
        font-size: 1rem;
        font-weight: 600;
        text-indent: -28px;
        margin-left: 28px;
        position: relative;
        padding-left: 40px;
        font-family: 'Poppins', sans-serif;
        color:#0F172B;
  }
  
  .about-area ul li::before{
    font-family: FontAwesome;
    content: "\f058";
    padding-right: 10px;
    font-size: 20px;
    position: absolute;
    left: 0px;
    color: #ed1a3b!important;
  } 
  
  
/* ------------------------------------------------------------- */


.container-own {
    width: 83.4vw;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

li,
p {
    font-size: 17px;
}

/* ------Header----- */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    padding: 0 0;
}

.top-header {
    background-color: #ed1a3b!important;
    padding: 4px 0;
    text-align: center;
    color: #ffffff;
}

.top-header a {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5px;
}

/* -------NavBar------- */
.menu_area.menu1 {
    background-color: #fff;
}

.header .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.menu_area {
    box-shadow: .33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    position: relative;
}

.menu_area .navbar {
    padding: 0.3rem;
}

.navbar-logo {
    margin-right: 124px;
    margin-left: -9px;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
    color: #131313 !important;
}

.navbar .navbar-toggler {
    padding: .33333rem .66667rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border: 1px solid #f2f2f2 !important;
}

.navbar .navbar-toggler:hover {
    border-color: #ed1a3b!important;
    box-shadow: none;
}

/*Dropdown Menu Styles*/
.menu_area .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: capitalize;
    padding: 1.2rem 0.7rem !important;
}

.nav-item .dropdown-menu {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    margin-top: 8px;
    display: block;
    top: 6.66667rem !important;
    border-radius: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    padding: 1rem;
}

/* Show dropdown menu on hover with transition */
.menu_area .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    top: 3.66667rem !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu_area .navbar .navbar-nav .nav-item.dropdown .nav-link {
    position: relative;
}

.menu_area .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
}

/* Arrow */
.dropdown .las {
    font-size: 18px;
    color: #131313;
}

.dropdown .las:hover {
    color:#ed1a3b!important;
}

.dropdown-menu a:hover {
    color: #ed1a3b!important;
}

/* Dropdown menu item hover styles */
.dropdown-item:hover {
    background-color: #fff !important;
}

.dropdown-item:active {
    background-color: #fff !important;
}

/* ------Hero Section------ */
.banner-supermarket_software {
    padding: 40px 0 0;
    margin-top: 76.31px;
}

section.banner-supermarket_software .oe-banner {
    padding-top: 0 !important;
    margin-top: 0;
    padding-bottom: 0 !important;
}

.oe-banner-title>.oe-h1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
}

.green-color {
    color: #ed1a3b;
}

.btn-sec {
    gap: 0 10px;
    margin-top: 1rem;
    justify-content: center;
}

.free-btn,
.new-btn {
    transition: .4s;
    font-size: 17px;
    color: #fff;
}

.free-btn {
    background-color: #ed1a3b!important;
    padding: 8px 20px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    /* box-shadow: 0 7px 16px rgba(28, 110, 112, 1); */
    width: auto;
    border: 0;
    outline: 0;
}

.free-btn:hover {
    background: white!important;
    color: black;
    box-shadow: rgba(229, 39, 52, 0.64) 0 2px 8px;
    transition: all 0.5s ease; 
    
}

.bg-red {
    background-color: #e52734 !important;
}

.red-shadow {
    box-shadow: 0 7px 16px rgba(229, 39, 52, 0.64) !important;
}

.green-bg-hover:hover {
    background-color: #ed1a3b!important;
    box-shadow: rgba(28, 110, 112, 1) 0 2px 8px !important;
}

.mask,
.omni-banner img {
    width: 100%;
}

/* -------section------ */
section {
    padding-top: 100px;
}

/* -----Features----- */


.new-future-sec .heading {
    padding: 0 0 50px;
    
}

.new-future-sec .heading h2 {
    font-size: 48px;
    text-align: center;
    color: #000;
    line-height: 55px;
}

.new-future-sec .heading p {
    text-align: center;
    line-height: 1.5;
    color: #444;
    padding: 10px 0;
}

.new-future-sec>.container>.row:not(:last-child) {
    margin-bottom: 90px;
}

.future-main-new ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    column-gap: 60px;
}

.future-main-new>ul>li {
    width: 50%;
}

.future-main-new ul li .img-box {
    text-align: center;
}

.new-future-sec .order1 img {
    max-width: 100%;
}

.future-main-new ul li h3 {
    font-size: 30px;
    text-align: left;
    color: #444;
    font-weight: 600;
    margin-bottom: 20px;
}

.future-main-new ul li .pointer-list {
    margin: 0;
}

.future-main-new ul li .pointer-list ul {
    display: flex;
    flex-flow: column wrap;
    margin: 0;
    align-items: flex-start;
}

.pointer-list ul li {
    list-style: none;
    text-align: left;
    color: #444;
    position: relative;
    flex: 0 0 100%;
    margin: 0;
    padding: 6px 0 6px 34px;
}

.pointer-list>ul>li {
    display: flex;
    column-gap: 13px;
    align-items: center;
    position: relative;
}

.pointer-list>ul>li:not(:last-child),
section.pricing-plan-all ul>li:not(:last-child) {
    margin-bottom: 8px;
}

.pointer-list ul li::before {
    position: absolute;
    font-size: 30px;
    content: "\2022";
    color: #ed1a3b!important;
    font-weight: 700;
    display: inline-block;
    left: 4px;
    top: -6px;
}



/* ------Footer------ */
.footer {
    background-color: #f9f9f9;
    color: #ffffff !important;
    position: relative;
    margin-top: 50px;
    padding-top: 0;
}

.footer-inner-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    margin: 0 auto;
}

.footer-inner-col:first-child {
    width: 35%;
}

.footer-inner-erap {
    padding: 13px 0;
    border-radius: 15px;
    max-width: 550px;
}

footer .footer-logo {
    max-width: 150px;
    margin-bottom: 16px;
}

.footer .small,
.footer p {
    color: #131313 !important;
}

.footer p {
    line-height: normal;
    font-size: 13px;
}

.footer-inner-col:nth-child(2) {
    width: 72%;
}

.list-unstyled {
    column-gap: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer .footer-link-1 li {
    margin: 0 0 5px;
}

footer ul:not(.list-inline):not(.slides)>li {
    line-height: 30px !important;
}

.footer .footer-link-1 li a {
    position: relative;
    color: #131313 !important;
    font-weight: 500;
    font-family: Poppins;
    font-size: .9rem;
}

.footer .footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(33, 33, 53, .1);
}

.footer-bottom a{
    font-size: 1rem!important;
}

.footer .small, .footer .small a {
    font-size: 13px;
}

footer a {
    font-weight: 400;
    color: #c8010f;
}



/* --------------------------------OUR CODING-------------------------- */

.pricing{
    background-color: white!important;
    height: 30rem;
}

.pricing h1{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color:#ed1a3b;
    font-size: 2rem!important;
    font-weight: 600!important;
    padding-top: 1.2rem;
}

.pricing h2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size: 1.8rem!important;
    font-weight: 600!important;
}

.pricing h3{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size:1rem!important;
    font-weight: 400!important;
}

.pricing h4{
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size:1.5rem!important;
    font-weight: 600!important;
    margin-bottom: 1rem !important;
}

.pricing p{
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size:1rem!important;
    font-weight: 400!important;
    margin-bottom: .4rem;
}

.pricing .price{
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size:2rem!important;
    font-weight: 600!important;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.pricing span{
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size:.9rem!important;
    font-weight: 400!important;
}


.pricing .exclusive{
     font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size:.8rem!important;
    font-weight: 400!important;
}





.feature{
    height: 18rem;
    padding: 3rem;
    margin-top:3rem;
}

.feature h2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #212529;
    font-size: 2rem!important;
    font-weight: 600!important;
    margin-bottom: 2rem;
}

.feature span{
    color:#ed1a3b;
}

.feature p{
    font-family: 'Poppins', sans-serif;
    color:#0F172B;
    font-size: 1rem!important;
    font-weight: 500!important;
}





/* ----Responsive navbar menu---- */
@media (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        top: auto;
        margin-top: 0;
        padding: 0;
        box-shadow: none;
        display: none;
    }

    .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        padding: 10px 15px;
    }

    .menu_area .dropdown-menu a.dropdown-item {
        padding: 4px 15px;
    }

    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 100;
        max-height: 300px;
        overflow: scroll;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
    }

}

@media (max-width: 991px) {
    .menu_area .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 20px !important;
    }

    .menu_area .dropdown-menu,
    .menu_area .mega-menu {
        width: 100%;
        -webkit-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
        background: #f9f9f9;
        left: auto;
        position: initial;
        padding: 10px 20px;
    }
}

/* Hover color for the navbar links in non-responsive view */
@media (min-width: 993px) {

    /* Targets screens larger than 992px (for desktop menu)*/
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ed1a3b!important;
    }
}

/* Hover color for the navbar links in responsive view */
@media (max-width: 992px) {

    /* Targets screens smaller than or equal to 992px */
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ed1a3b!important;
    }

    .menu_area .navbar .navbar-nav .nav-item.dropdown .nav-link i {
        float: right;
    }

}

@media (min-width: 992px) {
    .menu_area .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 0 0 1rem;
    }

    .menu_area .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
        padding: 0;
    }
}


/* -------------------Responsive----------------- */
@media (max-width: 430px) {
    /* Hero Section */
    .btn-sec a {
        font-size: 12px;
        padding: 14px 10px;
    }
}


@media only screen and (max-width: 767px) {

    .container-own {
        max-width: 100%;
        width: 100%;
    }

    /* navbar */
    .navbar img {
        height: 40px !important;
    }

    /* section */
    section {
        padding-top: 60px;
    }

    /* Hero section */
    .banner-supermarket_software {
        margin-top: 76.31px;
        padding-top: 20px;
    }

    .oe-h1 {
        font-size: 26px !important;
        margin-bottom: .938rem;
        line-height: 1.4;
    }

    .oe-banner-title p {
        font-size: 16px !important;
    }

    /* Features */
    h2 {
        font-size: 25px !important;
    }

    .new-future-sec .heading {
        padding: 0;
    }

    .new-future-sec .heading p {
        font-size: 16px;
    }

    .future-main-new .col-rec {
        border-radius: 10px;
        background: #f6f6f6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        padding: 30px 10px;
    }

    .future-main-new .col-rec>li:first-child,
    .order2 {
        order: 2;
    }

    .future-main-new>ul>li {
        width: 100%;
    }

    .future-main-new ul li h3 {
        text-align: center;
        font-size: 22px !important;
    }

    .future-main-new ul li .img-box,
    .new-future-sec>.container>.row:not(:last-child) {
        margin-bottom: 30px;
    }

    /* Footer */
    .footer {
        margin-top: 0px;
    }

    .footer-inner-flex {
        display: block;
    }

    .footer-inner-col:first-child,
    .footer-inner-col:nth-child(2) {
        width: 100%;
    }

    .list-unstyled {
        flex-wrap: wrap;
        justify-content: center;
    }

}







@media (max-width: 992px) {
    /* footer */
    .footer-inner-col:first-child, .footer-inner-col:nth-child(2), .footer-inner-col:nth-child(3) {
        width: 100%;
    }

    .list-unstyled {
        justify-content: start;
    }
}

@media (max-width: 1079.98px) {
    .top-header {
        margin-bottom: 0;
        background-color: #000;
    }
}

@media (max-width: 1020px) {
    .footer-inner-flex {
        align-items: start;
        justify-content: start;
        flex-direction: column;
        row-gap: 50px;
    }
}

@media (max-width: 1280px) {
    .container-own {
        width: 100vw;
    }
}


/* ------------------------------------------------------------------------------- */

@media (min-width:300px) and (max-width:379.98px) {
    .about-area {
    height: 65rem!important;
}

  .about-area h1 {
   font-size: 2rem!important;
   margin-top: -2rem;
     padding-top: 1rem;
  }
  
  .about-area h2 {
    font-size: 2rem!important;
  }

   .about-area h3 {
    font-size: 1.1rem!important;
  }

  
  .about-area ul li{
        font-size: .9rem;
         text-indent: 0px;
         line-height: 1.5rem;
         margin-left: 0rem;
  }

  
  .about-area ul li::before{
    font-size: 1.2rem;
    line-height: 1.5rem;
  
  } 

.free-btn,
.new-btn {
    transition: .4s;
    font-size: 17px;
    color: #fff;
}

.free-btn {
    padding: 8px 10px!important;
    margin-left: 5rem;
    margin-bottom: 1.5rem;
}

.navbar-brand img{
    height: 1.5rem!important;
    width: 10rem!important;
}

.about-area img{
    width: 25rem;
    height: 25rem;
}


.pricing{
    height: 46rem;
}

.pricing h1{
    font-size: 1.5rem!important;
}

.pricing h2{
    font-size: 1.4rem!important;
}

.pricing h3{
    font-size:.9rem!important;
} 

.pricing h4{
    font-size:1.2rem!important;
}

.pricing p{
    font-size:.9rem!important;
}

.pricing .price{
    font-size:1.5rem!important;
}

.pricing .exclusive{
    font-size:.8rem!important;
}

.feature{
    height:33rem;
}

.feature h2{
    font-size: 1.5rem!important;
}

.feature span{
    color:#ed1a3b;
}

.feature p{
    font-size: .9rem!important;
    font-weight: 400!important;
}




.new-future-sec .order1 img {
    width: 13rem;
    height: 13rem;
    padding-top: 1rem;
}

.future-main-new ul li h3 {
    font-size: 1.1rem!important;
}

.pointer-list ul li{
    font-size: .9rem!important;
}

    .whatsapp-icon {
      width: 40px;
      height: 40px;
    }

.footer-home {
    margin-top: 60px;
}
.footer-home p{
    font-size: .9rem!important;
}

 .navbar button {
    margin-left: 1.2rem!important;
    margin-top: .5rem!important;
    margin-bottom: 1rem!important;
    width: 4rem!important;
 }



}


@media (min-width:379.98px) and (max-width:468px) {

    .about-area {
    height: 65rem!important;
}

  .about-area h1 {
   font-size: 2rem!important;
   margin-top: -2rem;
      padding-top: 1rem;
  }
  
  .about-area h2 {
    font-size: 2rem!important;
  }

   .about-area h3 {
    font-size: 1.1rem!important;
  }

  
  .about-area ul li{
        font-size: .9rem;
         text-indent: 0px;
         line-height: 1.5rem;
         margin-left: 0rem;
  }

  
  .about-area ul li::before{
    font-size: 1.2rem;
    line-height: 1.5rem;
  
  } 

.free-btn,
.new-btn {
    transition: .4s;
    font-size: 17px;
    color: #fff;
}

.free-btn {
    padding: 8px 10px!important;
    margin-left: 5rem;
    margin-bottom: 1.5rem;
}

.navbar-brand img{
    height: 1.5rem!important;
    width: 10rem!important;
}

.about-area img{
    width: 25rem;
    height: 25rem;
}


.pricing{
    height: 45rem;
}

.pricing h1{
    font-size: 1.5rem!important;
}

.pricing h2{
    font-size: 1.4rem!important;
}

.pricing h3{
    font-size:.9rem!important;
} 

.pricing h4{
    font-size:1.2rem!important;
}

.pricing p{
    font-size:.9rem!important;
}

.pricing .price{
    font-size:1.5rem!important;
}

.pricing .exclusive{
    font-size:.8rem!important;
}

.feature{
    height:28rem;
}

.feature h2{
    font-size: 1.5rem!important;
}

.feature span{
    color:#ed1a3b;
}

.feature p{
    font-size: .9rem!important;
    font-weight: 400!important;
}




.new-future-sec .order1 img {
    width: 13rem;
    height: 13rem;
    padding-top: 1rem;
}

.future-main-new ul li h3 {
    font-size: 1.1rem!important;
}

.pointer-list ul li{
    font-size: .9rem!important;
}

    .whatsapp-icon {
      width: 40px;
      height: 40px;
    }

.footer-home {
    margin-top: 60px;
}
.footer-home p{
    font-size: .9rem!important;
}

 .navbar button {
    margin-left: 1.2rem!important;
    margin-top: .5rem!important;
    margin-bottom: 1rem!important;
    width: 4rem!important;
 }


}


@media (min-width:468px) and (max-width:575.98px) {
    .about-area {
    height: 60rem!important;
}

  .about-area h1 {
   font-size: 2rem!important;
   margin-top: -2rem;
  }
  
  .about-area h2 {
    font-size: 2rem!important;
  }

   .about-area h3 {
    font-size: 1.1rem!important;
  }

  
  .about-area ul li{
        font-size: .9rem;
         text-indent: 0px;
         line-height: 1.5rem;
         margin-left: 0rem;
  }

  
  .about-area ul li::before{
    font-size: 1.2rem;
    line-height: 1.5rem;
  
  } 

.free-btn,
.new-btn {
    transition: .4s;
    font-size: 17px;
    color: #fff;
}

.free-btn {
    padding: 8px 10px!important;
    margin-left: 8rem;
    margin-bottom: 1.5rem;
}

.navbar-brand img{
    height: 1.5rem!important;
    width: 10rem!important;
}

.about-area img{
    width: 25rem;
    height: 25rem;
}


.pricing{
    height: 42rem;
}

.pricing h1{
    font-size: 1.5rem!important;
}

.pricing h2{
    font-size: 1.4rem!important;
}

.pricing h3{
    font-size:.9rem!important;
} 

.pricing h4{
    font-size:1.2rem!important;
}

.pricing p{
    font-size:.9rem!important;
}

.pricing .price{
    font-size:1.5rem!important;
}

.pricing .exclusive{
    font-size:.8rem!important;
}

.feature{
    height:23rem;
}

.feature h2{
    font-size: 1.5rem!important;
}

.feature span{
    color:#ed1a3b;
}

.feature p{
    font-size: .9rem!important;
    font-weight: 400!important;
}




.new-future-sec .order1 img {
    width: 13rem;
    height: 13rem;
    padding-top: 1rem;
}

.future-main-new ul li h3 {
    font-size: 1.1rem!important;
}

.pointer-list ul li{
    font-size: .9rem!important;
}

    .whatsapp-icon {
      width: 40px;
      height: 40px;
    }

.footer-home {
    margin-top: 60px;
}
.footer-home p{
    font-size: .9rem!important;
}

 .navbar button {
    margin-left: 1.2rem!important;
    margin-top: .5rem!important;
    margin-bottom: 1rem!important;
    width: 4rem!important;
 }


}



@media (min-width:576px) and (max-width:767.98px) {

   .about-area {
    height: 75rem!important;
}

  .about-area h1 {
   font-size: 2.5rem!important;
   margin-top: -2rem;
  }
  
  .about-area h2 {
    font-size: 2.5rem!important;
  }

   .about-area h3 {
    font-size: 1.1rem!important;
  }

  
  .about-area ul li{
        font-size: .9rem;
         text-indent: 0px;
         line-height: 1.5rem;
         margin-left: 0rem;
  }

  
  .about-area ul li::before{
    font-size: 1.2rem;
    line-height: 1.5rem;
  
  } 

.free-btn,
.new-btn {
    transition: .4s;
    font-size: 17px;
    color: #fff;
}

.free-btn {
    padding: 8px 10px!important;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

.navbar-brand img{
    height: 1.5rem!important;
    width: 10rem!important;
}

.about-area img{
    width: 30rem;
    height: 30rem;
}


.pricing{
    height: 40rem;
}

.pricing h1{
    font-size: 1.5rem!important;
}

.pricing h2{
    font-size: 1.4rem!important;
}

.pricing h3{
    font-size:.9rem!important;
} 

.pricing h4{
    font-size:1.2rem!important;
}

.pricing p{
    font-size:.9rem!important;
}

.pricing .price{
    font-size:1.5rem!important;
}

.pricing .exclusive{
    font-size:.8rem!important;
}

.feature{
    height:23rem;
}

.feature h2{
    font-size: 1.7rem!important;
}

.feature span{
    color:#ed1a3b;
}

.feature p{
    font-size: 1rem!important;
    font-weight: 400!important;
}




.new-future-sec .order1 img {
    width: 13rem;
    height: 13rem;
    padding-top: 1rem;
}

.future-main-new ul li h3 {
    font-size: 1.1rem!important;
}

.pointer-list ul li{
    font-size: .9rem!important;
}

    .whatsapp-icon {
      width: 40px;
      height: 40px;
    }

.footer-home {
    margin-top: 60px;
}
.footer-home p{
    font-size: .9rem!important;
}

 .navbar button {
    margin-left: 1.2rem!important;
    margin-top: .5rem!important;
    margin-bottom: 1rem!important;
    width: 4rem!important;
 }


}


@media (min-width:768px) and (max-width:890px) {

   .about-area {
    height: 52rem!important;
}

  .about-area h1 {
   font-size: 2.5rem!important;
   margin-top: -2rem;
  }
  
  .about-area h2 {
    font-size: 2.5rem!important;
  }

   .about-area h3 {
    font-size: 1.1rem!important;
  }

  
  .about-area ul li{
        font-size: .9rem;
         text-indent: 0px;
         line-height: 1.5rem;
         margin-left: 0rem;
  }

  
  .about-area ul li::before{
    font-size: 1.2rem;
    line-height: 1.5rem;
  
  } 
  
  .about-area img{
        margin-top: 5rem!important;
        height: 20rem!important;
  }


.free-btn,
.new-btn {
    transition: .4s;
    font-size: 17px;
    color: #fff;
}

.free-btn {
    padding: 8px 10px!important;
    margin-left: 1rem;
    margin-bottom: 1.5rem;
}

.navbar-brand img{
    height: 1.5rem!important;
    width: 10rem!important;
}

.about-area img{
    width: 30rem;
    height: 30rem;
}


.pricing{
    height: 28rem;
}


.pricing h1{
    font-size: 1.5rem!important;
}

.pricing h2{
    font-size: 1.4rem!important;
}

.pricing h3{
    font-size:.9rem!important;
} 

.pricing h4{
    font-size:1.2rem!important;
}

.pricing p{
    font-size:.9rem!important;
}

.pricing .price{
    font-size:1.5rem!important;
}

.pricing .exclusive{
    font-size:.8rem!important;
}

.feature{
    height:23rem;
}

.feature h2{
    font-size: 1.7rem!important;
}

.feature span{
    color:#ed1a3b;
}

.feature p{
    font-size: 1rem!important;
    font-weight: 400!important;
}




.new-future-sec .order1 img {
    width: 13rem;
    height: 13rem;
    padding-top: 1rem;
}

.future-main-new ul li h3 {
    font-size: 1.1rem!important;
}

.pointer-list ul li{
    font-size: .9rem!important;
}

    .whatsapp-icon {
      width: 40px;
      height: 40px;
    }

.footer-home {
    margin-top: 60px;
}
.footer-home p{
    font-size: .9rem!important;
}

 .navbar button {
    margin-left: 1.2rem!important;
    margin-top: .5rem!important;
    margin-bottom: 1rem!important;
    width: 4rem!important;
 }

}

@media (min-width:890px) and (max-width:1100px) {
   .about-area {
    height: 50rem!important;
}

  .about-area h1 {
   font-size: 2.5rem!important;
   margin-top: -2rem;
  }
  
  .about-area h2 {
    font-size: 2.5rem!important;
  }

   .about-area h3 {
    font-size: 1.2rem!important;
  }

  
  .about-area ul li{
        font-size: 1rem;
         text-indent: 0px;
         line-height: 1.5rem;
         margin-left: 0rem;
  }

  
  .about-area ul li::before{
    font-size: 1.3rem;
    line-height: 1.5rem;
  
  } 
  
  .about-area img{
        height: 22rem!important;
  }


}