@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  .navbar-light .navbar-nav:not(.nav-options) > li > a {
    padding: 4px 8px 4px 8px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 93%;
  }
  .navbar-light .navbar-brand img {
    width: 200px;
  }
  .owl-next {
    right: -30px;
  }
  .owl-prev {
    left: -30px;
  }
  .banner h1 {
    font-size: 40px !important;
    line-height: 43px !important;
  }
  p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .btn.btn_link_style {
    font-size: 15px !important;
    padding: 0 !important;
  }
  .banner h1 {
    font-size: 50px !important;
    line-height: 53px !important;
  }
  .banner p {
    font-size: 17px !important;
    text-transform: capitalize;
  }
  .btn.btn_style {
    width: fit-content !important;
    height: 45px !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 3000px) and (min-width: 1900px) {
  p {
    font-size: 26px;
    line-height: 40px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 21px;
  }
  header {
    padding: 14px 0;
  }
  .navbar-light .navbar-brand img {
    width: 300px;
  }
  .banner {
    height: 90vh;
  }
  .banner h1 {
    font-size: 55px;
    line-height: normal;
  }
  .banner .banner_txt span {
    font-size: 78px;
    line-height: 95px;
  }
  .banner .img_div img {
    width: 85%;
  }
  .btn.btn_style {
    font-size: 30px;
  }
  .booknow_table td,
  .booknow_table th {
    font-size: 21px;
    font-weight: 500;
    padding: 22px 10px;
  }
  .booknow_table th.greeb_part {
    font-size: 22px;
  }
  .solution_box .box .box_info p {
    font-size: 21px;
    line-height: normal;
  }
  .specialized_ul li {
    width: 85px;
    height: 85px;
  }
  .specialized_ul li img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    mix-blend-mode: darken;
  }
  .heading h1 {
    font-size: 60px;
  }
  .contact_details {
    max-width: 570px;
    top: 25%;
  }
  .about .knw_me_txt h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
  .skill .progress_box .title h3 {
    font-size: 23px;
    margin-top: 10px;
    line-height: 23px;
  }
  .consult_type .btn.btn-dark {
    font-size: 26px;
  }
  .consult_type h4 {
    margin-bottom: 20px;
    font-size: 45px;
    color: #000;
  }
  .eat_with_me_box .txt_div p {
    font-size: 21px;
    height: 150px;
    margin-top: 20px;
  }
  .eat_with_me_box .txt_div h5 {
    font-weight: 700;
    font-size: 27px;
    color: var(--color-2);
    line-height: 30px;
  }
  .eat_with_me_box .txt_div .btn.btn-dark {
    font-size: 22px;
    border-radius: 0;
    min-width: 250px;
    margin-top: 10px;
  }
  .process_sec {
    padding: 8em 0;
  }
  .section-padding {
    padding-top: 8em;
    padding-bottom: 8em;
  }
  .process .process_li .txt_box h6 {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    font-size: 47px;
    text-transform: uppercase;
    color: #ff7109;
    width: 95px;
    height: 95px;
    display: grid;
    place-content: center;
    border: 2px solid var(--color-1);
    border-radius: 50%;
    font-weight: bold;
  }
  .process .process_li .txt_box::before {
    content: "";
    width: 100%;
    position: absolute;
    left: 75px;
    height: 2px;
    background: var(--color-1);
    z-index: -1;
    top: 46px;
  }
  .process .process_li .txt_box p {
    font-size: 19px;
    line-height: 28px;
    text-align: match-parent;
  }
  .solution_box .box .box_info h4 {
    font-size: 45px;
  }
  .title h3 {
    font-size: 22px;
  }
  .progress_box img {
    width: 90px;
    height: 90px;
  }
  .arrow-button img {
    width: 35px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 300px) {
  .patient_diet_plans .list_group .list_group_item .txt .btn {
	margin-bottom: 6px;
}
.offcanvas {
	width: 100% !important;
}
  .section-padding {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .heading {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .heading h1 {
    font-size: 22px !important;
    line-height: 1rem !important;
    text-align: center !important;
    width: 100%;
  }

 
  header .navbar-light .navbar-brand img {
    width: 150px;
  }
  header .navbar-light .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    /* width: 35px;
    padding: 0;
    background-color: var(--color-2);
    font-size: 17px;
    height: 35px;
    border-radius: 50%; */
  }
  .navbar-toggler.collapsed:focus {
    box-shadow: none !important;
    outline: none;
  }
  header .navbar {
    padding: 3px 0 !important;
  }
  header .navbar-light .navbar-nav .nav-link {
    border: none !important;
  }

 .banner .banner_txt {
	margin-top: 0;
	height: auto;
}
  .banner h1,
  .banner .banner_txt span {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .banner {
    height: 85vh;
    display: grid;
    align-content: center;
  }
  #section1 .banner .row .col-lg-5 {
    order: 1;
  }
  .arrow-button img {
    width: 6px;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
  /* .arrow-button {top: auto; background-color: #fff;  width: 40px;  height: 50px; opacity: 1;  bottom: 0px; } */
  .arrow-button {
    top: 50%;
    background-color: #fdfdfd;
    width: 35px;
    height: 35px;
    opacity: 1;
    bottom: 0px;
    border-radius: 50%;
  }
  .about .knw_me_txt {
    padding: 0px;
    margin-top: 30px;
  }
  .accordion-button {
    font-size: 17px;
  }
  .accordion-button:not(.collapsed) {
    font-size: 25px;
    width: 100%;
    justify-content: space-between;
  }
  .barline {
    margin-top: 40px;
  }
  .solution_box {
    display: block;
  }
  .solution_box .box .box_info {
    padding: 20px;
  }
  .solution_box .box .box_info .button_div {
    display: block;
  }
  .solution_box .box .box_info .button_div .btn {
    min-width: 100%;
    margin-bottom: 5px;
    display: none;
  }
  .process .process_li {
    flex-basis: 100%;
    margin: 0px;
  }
  .process .process_li .txt_box::before {
    display: none;
  }
  .booknow .formdiv {
    padding: 0px;
    background-color: transparent;
  }
  .booknow .formdiv .form-group label.form_label {
    background-color: #090909;
  }
  .consult_type .btn.btn-dark {
    width: 100%;
    font-size: 16px;
  }
  .consult_type h4 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .brands_list li {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }
  .consult_sec .row {
    align-items: normal !important;
  }
  .consult_type {
    margin-bottom: 20px !important;
  }
  .consult_sec {
    height: auto !important;
  }
  .consult_sec .row {
    display: block;
  }
  .join_nutrizen .join_nutrizen_txt {
    padding-right: 0;
  }
  .join_nutrizen .join_nutrizen_txt h1 {
    font-size: 30px;
    text-align: center;
  }
  .contact_details {
    position: static;
    max-width: 100%;
    padding: 20px;
    border-radius: 0;
  }
  .owl-prev,
  .owl-next {
    position: relative !important;
  }
  .owl-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }
  .owl-prev {
    left: 0;
  }
  .owl-next {
    right: 0;
  }
  /* .specialized_ul li {
        flex-basis: calc(33.33% - 10px);
        margin: 5px;
        width: 100%;
        height: 100px;
        border-radius: 20px;
    }
    .specialized_ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }
    .specialized_ul li img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        object-position: center;
    } */
  .banner .h-100 {
    height: 90vh !important;
    align-content: center;
  }
  .banner .btn.btn_style {
    display: none !important;
  }

  .banner .img_div {
    height: auto;
    padding-bottom: 0;
  }
  .progress_box {
    flex-basis: calc(50% - 10px);
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
  }
  .skill .progress_box .title h3 {
    font-size: 12px;
    line-height: 11px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
  }
  .banner .img_div img {
	width: 70%;
	margin: auto;
	margin-top: 20px;
}
  .solution_box .box img.img-fluid {
    height: auto !important;
  }
  .about .img_div img {
    height: 270px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
  }
   .heading {
	width: 100% !important;
	margin-bottom: 0 !important;
    }
    .join_nutrizen .join_nutrizen_form {
  padding: 20px;
    }
    .join_nutrizen .btn.btn-outline-primary {
	font-size: 13px;
	height: auto;
	line-height: 14px;
}
.patient_login .login_form {
	padding-left: 0;
	margin-top: 30px;
}
.patient_login .login_form h2{
    font-size: 35px;
}
.patient_login .img_div img {
	height: 300px;
}
.patient_diet_plans .list_group .list_group_item{
    flex-basis: 100%;
}
}
