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


body {
    font-family: "Montserrat";
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1140px;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.5s !important;
}


.main-header {
    padding: 20px 0px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-nav {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.header-menu .navbar-nav {
    display: block;
    background-color: white;
}

#menu {
    display: none;
}

#menu.show {
    display: block;
    background-color: white;
}

.navbar-navs {
    text-align: center;
}

.header-menu .nav-item {
    text-align: center;
}

.nav-item {
    padding: 10px 20px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
.nav-item a {
    font-size: 14px;
    color: #364655;
    font-weight: 500;
}

.nav-item a:hover {
    color: rgba(0, 0, 0, .7);
}

.navbar-brand img {
    width: 100%;
}

.past-main {
    padding: 10px 5px;
    background-color: rgba(255, 255, 255, 0.99) !important;
    -webkit-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
    box-shadow: 0 1px 5px 0 rgba(96, 96, 96, 0.3);
}

.past-main .navbar-brand {
    color: #4285f4 !important;
}

.navbar.effect-main {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-toggler-icon svg {
    height: 25px !important;
    width: 25px !important;
}

.navbar-toggler {
    background-color: transparent;
    border: 0;
}

#menu {
    display: none;
}

.header-menu {
    transition: all 0.5s;
}

.navbar-toggler {
    display: none;
}

/* hero section */
.hero {
    padding: 100px 0px;
}

.hero-flex {
    display: flex;
    align-items: center;
}

.offset-lg-1 img {
    width: 100%;
    margin-left: 85px;
}

.hero .hero-content {
    text-align: left;
    width: 50%;
}

.hero h2 {
    font-size: 38px;
    font-weight: 700;
    color: #364655;
    line-height: 1.3;
    letter-spacing: -1px;
}

.hero h5 {
    font-size: 14px;
    font-weight: 600;
    color: #4285f4;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 16px;
    font-weight: 500;
    color: #959597;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 20px;
}

.btn-continue {
    width: 358px;
    margin: 10px 0px;
    padding: 28px 28px;
    border-radius: 8px;
    background: #3265f7;
    box-shadow: 0 4px 25px 2px rgba(255, 255, 255, .25);
    cursor: pointer;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}

.btn-continue a {
    color: white;
}

.btn-continue span {
    margin-left: 10px;
}

.form-note p {
    font-size: 14px;
}

/* fetures */
.features {
    padding: 100px 0;
    background: #f8f9fa;
}

.container-m {
    max-width: 1024px;
    margin: 0 auto !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.features-intro {
    margin-bottom: 50px;
    text-align: center;
}

.features-intro h2 {
    font-size: 34px;
    font-weight: 700;
    color: #364655;
    line-height: 1.3;
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.features-intro p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.01em;
    color: #5f6368;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Open Sans';
}

p {
    font-family: 'Open Sans';
}

.feature-list {
    margin: 30px 10px;
    padding: 50px 30px;
    border-radius: 10px;
    background: #FFFFFF;
    text-align: center;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img img {
    vertical-align: middle;
}

.card-text {
    margin-top: 25px;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-text h3 {
    font-size: 21px;
    font-weight: 600;
    color: #3a3a47;
    margin-bottom: 15px;
}

.card-text p {
    font-size: 15px;
    color: rgb(129, 129, 152);
    line-height: 1.6;
    max-width: 248px;
    margin: 0 auto;
}

.fetures-cards {
    display: flex;
    flex-wrap: wrap;
}

/* services */
.ar-ft-single {
    padding: 100px 0;
}

.ar-feature {
    text-align: center;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.ar-feature .ar-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    text-align: left;
}

.ar-list ul {
    list-style-type: none;
    overflow: hidden;
    margin-top: 0;
}

.ar-list ul li {
    margin-bottom: 30px;
    overflow: hidden;
}

.ar-feature .ar-icon {
    float: left;
    width: 15%;
}

.ar-feature .ar-icon img {
    margin-top: 0;
    vertical-align: middle;
}

.ar-feature .ar-text {
    float: right;
    width: 85%;
}

.ar-feature .ar-text h3 {
    font-size: 20px;
    color: #364655;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.ar-feature .ar-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #959597;
}

.ar-feature .ar-image {
    margin-left: 25px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

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

/* rewies */
.yd-reviews {
    padding: 100px 0 100px 0;
    background: #FFFFFF;
    background: rgba(30, 166, 154, 0.08);
    background: #f6f6fd;
    background-size: cover;
}

.container-s {
    max-width: 920px;
    margin: 0 auto !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.intro {
    margin-bottom: 75px;
}

.intro h1 {
    text-align: center;
    max-width: 450px;
    font-size: 34px;
    font-weight: 700;
    color: #364655;
    line-height: 1.2;
    margin: 0 auto 20px;

}

.yd-reviews .intro p {
    max-width: 620px;
    font-size: 16px;
    font-weight: 500;
    color: #959597;
    line-height: 1.6;
    margin: 0px auto;
    text-align: center;
}

.yd-reviews .card-single {
    display: block;
    height: 100%;
}

.yd-reviews .card-single .review-text {
    background: #FFFFFF;
    padding: 50px;
    text-align: center;
}

.yd-reviews .card-single .review-attribution {
    padding-bottom: 30px;
    background: #FFFFFF;
    text-align: center;
}

.yd-reviews .card-single h1 {
    font-size: 16px;
    font-weight: 500;
    color: #364655;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 0;
}

.yd-reviews .card-single .review-attribution .review-img {
    text-align: center;
    margin-bottom: 20px;
}

.yd-reviews .card-single .review-attribution img {
    height: 60px;
    width: 60px;
    margin: 0 auto;
}

.rounded-circle {
    border-radius: 50% !important;
}

.yd-reviews .card-single .review-attribution i {
    font-size: 13px;
    color: #ffd700;
}

.yd-reviews .card-single .review-attribution h2 {
    font-size: 15px;
    font-weight: 600;
    color: #364655;
    line-height: 1.4;
    margin-top: 5px;
}

.yd-reviews .card-single .review-attribution h6 {
    font-size: 12px;
    font-weight: 500;
    color: #97a6b5;
    line-height: 1.4;
}

.yd-reviews .card-single .review-attribution a {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 500;
    color: #4285f4;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.item {
    width: 405px;
    margin: 0 auto;
}

.card-single {
    margin: 0 auto;
}

.review-attribution span {
    display: flex;
    margin: 0;
    justify-content: center;
    padding: 0;
    align-items: center;
}

.review-attribution span img {
    width: 10px !important;
    height: 10px !important;
    margin: 3px !important;
}

/* model view Recipes  */
.view-recipe {
    padding: 80px 0px;
}

.view-recipe-header {
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
    color: #303c42;
}

.align-items-center {
    align-items: center !important;
}

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

.modalSearchForm {
    position: relative;
    padding: 1px;
    width: 400px;
}

.modalSearchInput {
    border-radius: 3px;
    padding: 10px 18px;
    font-size: 14px;
    width: 100%;
    outline: 1px solid #222222;
}

input {
    padding: 0;
    border: 0;
    width: calc(100% - 96px);
    letter-spacing: 0.5px;
    font-weight: 300;
    background-color: #fff;
}

.modalSearchBtn {
    position: absolute;
    border-radius: 0px 3px 3px 0px;
    top: 0;
    right: 0px;
    border: none;
    transition: all .4s ease-in-out;
    color: white;
    background-color: black;
    padding: 11px 13px;
}

.modal-header {
    display: flex;
}

.categoryCard {
    text-align: center;
    width: 257px;
    margin: 10px 10px;
    height: 250px;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all .3s ease-in-out;
}

.categoryCard:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 3px, rgba(0, 0, 0, 0.35) 0px 1px 2px;
}

.categoryCard img {
    border-radius: 50%;
    width: 150px;
    height: 160px;
    padding: 10px 0;
}

.categoryCard p {
    font-size: 15px;
}

.manual_list-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-bar {
    display: flex;
    justify-content: center;
}

#TitleOfRecipes {
    margin: 16px;
    text-align: center;
}

#backtopop3 {
    display: none;
    background-color: transparent;
    border: 0;
}

#backtopop3 i {
    font-size: 26px;
    margin-bottom: 15px;
}

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

#allDetailsPage .imagecard img {
    width: 540px;
    height: 600px;
}

#categoryNameHeading {
    color: #303c42 !important;
    font-size: 26px;
}

#allDetailsPage .Title {
    font-size: 22px;
    font-weight: 600;
    color: #303c42 !important;
    margin: 10px 0px;
}

#allDetailsPage h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    word-wrap: break-word;
}

#allDetailsPage .Title {
    font-size: 24px;
    font-weight: 600;
    color: #303c42;
    margin-bottom: 10px;
}

#allDetailsPage ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#allDetailsPage ul li {
    line-height: 30px;
}

#allDetailsPage i {
    color: #303c42 !important;
}

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

.print {
    width: 35px;
    height: 35px;
    display: none;
}

#allDetailsPage ul li i {
    margin-right: 10px;
}


.modalSearchForm .open {
    max-height: 240px;
    overflow: overlay;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 45px;
    z-index: 99999;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.modalSearchForm ul li {
    line-height: 15px;
    padding: 10px;
    cursor: pointer;
}

.modalSearchForm li:hover {
    background-color: #d6d8db !important;
}

.selectManuals {
    background-color: #d6d8db !important;
}

.modalSearchForm ul li img {
    margin-right: 15px;
}

.no-found {
    margin: 0 auto;
    margin-top: 40px;
}

.no-found-content {
    text-align: center;
}

.no-found-content i {
    font-size: 40px;
}

.no-found-content p {
    font-size: 32px;
}

.cta-sm {
    padding: 100px 0 100px 0;
    background: rgba(30, 166, 154, 0.1);
    background: #f8f9fa;
}

.cta-sm .cta-content {
    max-width: 768px;
    margin: 0 auto;
}

.cta-sm h4 {
    font-size: 13px;
    font-weight: 500;
    color: #4285f4;
    margin-bottom: 15px;
}

.cta-sm h1 {
    font-size: 34px;
    font-weight: 600;
    color: #364655;
    line-height: 1.2;
    margin-bottom: 20px;
}

.btn-action {
    font-family: 'Montserrat';
    display: inline-block;
    height: 45px;
    padding: 0 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 2px;
    margin: 20px 0;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    background-color: #387ed1;
    background: #4285f4;
    color: #FFFFFF;
    border: 1px solid transparent !important;
    border-radius: 50px;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.text-center {
    text-align: center !important;
}

/* fotter */
.footer-sm {
    text-align: left;
}

.footer-sm {
    padding: 30px 0;
    background: #303c42;
    text-align: center;
}

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

.footer-sm .footer-logo {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 0;
    display: block;
    text-decoration: none;
}

.footer-sm h6 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0;
    display: inline-block;
}

.footer-sm ul {
    list-style-type: none;
    /*text-align: right;*/
    margin-top: 0;
}

.footer-sm ul li {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
}

.footer-sm ul li a {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-sm ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer-sm ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #FFFFFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.bk-top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    border-radius: 3px;
    z-index: 90;
    display: none;
    width: 45px;
    height: 45px;
    background: #4285f4;
    color: #f2f2f0;
    border-radius: 50%;
    display: table;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.bk-top-txt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.back-to-top {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

@media print {

    .print {
        display: none;
    }

    .alldetailspage {
        flex-direction: column-reverse;
    }

    #allDetailsPage .imagecard {
        width: 500px;
        height: 700px;
    }

    #allDetailsPage .imagecard img {
        width: 100%;
    }

    #allDetailsPage .cnt {
        margin-top: -60px !important;
    }

    /* 
    @page {
      margin: 0;
    } */
}

#inputloader {
    display: none;
    position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-100%, -50%);
    width: 30px;
    z-index: 999999999;
    height: 30px;
    transition: all .2s ease-in-out;
}

#inputloader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    margin: 8px;
    border: 4px solid #121212;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #121212 transparent transparent transparent;
}

#inputloader div:nth-child(1) {
    animation-delay: -0.45s;
}

#inputloader div:nth-child(2) {
    animation-delay: -0.3s;
}

.back_close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 14px;
}

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

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

/* view manual model */
#content {
    height: 100vh;
    padding: 140px 0px 0px 0px;
    z-index: 1;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #fff;
    background-image: none;
    background-size: auto;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    overflow-x: hidden;
    padding-top: 127px;
}

#main-box {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin: 0px auto 0px auto;
    width: 850px;
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    color: #363636;
    text-align: center;
    border: 1px solid lightgray;
}

.edgeBrowser {
    padding-top: 80px;
    height: 100vh;
    display: none;
}

.logo {
    position: absolute;
    left: 15px;
    top: 15px;
}

#main-box h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold !important;
    font-size: 40px;
    color: #333 !important;
    margin-left: -56px;
}

#header-icon {
    width: 45px;
    margin-right: 15px;
}

#main-box p {
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 35px;
}

.padding-nav {
    padding: 20px;
}

#main-box a {
    color: #444;
}

#main-box a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.dots {
    padding-left: 266px
}

.dots li {
    list-style: circle;
    text-align: left;
    width: 383px;
    margin: 0px auto 25px auto;
}

ul.dots li {
    margin-bottom: 10px;
}

.step-flex {
    width: 100%;
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.step {
    width: 33.33%;
    text-align: center;
    margin-bottom: 35px;
    margin-right: 14px;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #488afb;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 50px;
}

.step-text {
    padding: 6px 0px;
}

.step-text strong {
    color: #488afb;
    display: inline-block;
}

#continue {
    width: 420px;
    font-size: 40px;
    margin-bottom: 15px;
    background: #3c7ce6;
    padding: 28px 70px;
    border: none;
    transition: all 0.3s;
    color: white;
    border-radius: 5px;
}

#continue:hover {
    background-color: #3472d4;
    transform: scale(1.1);
    cursor: pointer;
}

.dots li {
    width: 100%;
}

.alldetailspage {
    border: 1px solid #b5b4b4 !important;
    padding: 30px !important;
    border-radius: 14px !important;
}
.back_close .btn,.print{
    cursor: pointer;
}
.modalSearchBtn{
cursor: pointer;
}
.closed {
    display: none;
  }
  /* dots in review  */
  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/* resposive site */
@media screen and (max-width: 1250px) and (min-width: 260px) {
    .offset-lg-1 img {
        margin: 0;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .categoryCard {
        width: 290px;
    }

    /* #main-box {
        width: 750px;
    } */
}

@media screen and (max-width:1024px) {
    .fetures-cards {
        display: flex;
        justify-content: space-between;
    }

    .feature-list {
        width: 48%;
        margin: 10px 2px;
    }

    .card-text p {
        max-width: 328px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .container {
        width: 720px;
    }

    .categoryCard {
        width: 325px;
    }

}

@media screen and (max-width: 991px) and (min-width: 260px) {
    .hero-flex {
        flex-direction: column;
    }

    .hero .hero-content {
        width: 100%;
        text-align: center;
    }

    .btn-continue {
        margin: 14px auto;
    }

    .offset-lg-1 img {
        margin: 0;
    }

    .intro h1 {
        max-width: 100%;
    }

    .yd-reviews .intro p {
        max-width: 100%;
    }

    .item {
        width: 840px;
        margin: 0 auto;
    }

    .alldetailspage {
        flex-direction: column;
    }

    #allDetailsPage .imagecard img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 900px) {
    .item {
        width: 720px;
        margin: 0 auto;
    }
}


@media screen and (max-width:767px) {
    .navbar-collapse {
        display: none;
    }

    .main-header {
        padding: 15px 5px;
    }

    .navbar-toggler {
        display: block;
    }

    .container {
        max-width: 540px;
    }

    .navbar-nav {
        text-align: center;
        margin-top: 15px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    .navbar-navs {
        padding: 14px;
    }

    .hero h2 {
        font-size: 28px;
    }

    .ar-feature {
        flex-direction: column;
    }

    .item {
        width: 600px;
        margin: 0 auto;
    }

    .features {
        padding: 60px 0px;
    }

    .ar-ft-single {
        padding: 60px 0px;
    }

    .yd-reviews {
        padding: 60px 0px;
    }

    .categoryCard {
        width: 235px;
    }

    .cta-sm h1 {
        font-size: 28px;
    }

    .footer-flex {
        flex-direction: column;
    }

    .footer-sm h6 {
        margin: 10px 0px;
    }
}

@media screen and (max-width:700px) {
    .step-flex {
        align-items: baseline;
    }
}

@media screen and (max-width:640px) {
    .item {
        width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width:576px) {
    .feature-list {
        width: 100%;
        margin: 10px 10px;
    }

    .item {
        width: 350px;
        margin: 0 auto;
    }

    .intro h1 {
        font-size: 28px;
    }

    .step-flex {
        display: flex;
        align-items: baseline;
    }

}
@media screen and (max-width:548px) {
    .categoryCard {
        width: 100%;
    }
}

@media screen and (max-width: 510px) {
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 38px;
    }

    .step-text {
        font-size: 14px;
    }
}

@media screen and (max-width:425px) {
    .btn-continue {
        width: 100%;
    }

    .btn-continue {
        font-size: 24px;
        padding: 24px 0px;
    }

    .item {
        width: 300px;
        margin: 0 auto;
    }
    .navbar a{
        width: 160px;
    }
}
@media screen and (max-width:340px) {
    .item {
        width: 200px;
        margin: 0 auto;
    }

    .yd-reviews .card-single .review-text {
        padding: 18px 16px;
    }

    #categoryNameHeading {
        font-size: 20px;
    }

    .yd-reviews .card-single h1 {
        font-size: 14px;
    }

    #itemList li {
        font-size: 14px;
    }

    #allDetailsPage .Title {
        font-size: 18px;
    }

    #allDetailsPage h6 {
        font-size: 14px;
    }
    .step-flex {
        flex-direction: column;
        align-items: center;
    }

    .step {
        width: 100%;
    }
    #content {
        height: 100vh;
        padding: 74px 0px 0px 0px !important;
    }
}