@media (min-width: 768px){
    .size_chart_btn_modal .modal-dialog {
        width: 700px;
    }
}
@media (min-width:1025px) {
    .banner_col img{
        width: 100%; 
    }

}

@media (min-width:768px) {

    .dropdown-menu ul li:first-child {
        display: block;
    }

    .modal-dialog {
        width: 450px;

    }
    li.menu-item-has-children:hover .sub-menu{
        display: block;
    }
    .nav-primary ul  li{
        padding: 30px 0;
        position: relative;
    }
   
   
    .nav-primary ul  li .sub-menu li{
        padding: 0;
        margin-right: 0;
        float: none;
    }
    .nav-primary ul  li .sub-menu li a{
        font-size: 13px;
        font-weight: 500;
        padding: 5px 15px;
    }
    .nav-primary ul  li .sub-menu li a:hover{
        background-color: #038403;
        color: #fff;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
   
    .nav-primary {
        margin-left: 30px;
    }
    .right_right_menu{
        float: none;
    }
}

@media (max-width:767px) {
    .title h2 {
        font-size: 27px;
        letter-spacing: 2px;
        line-height: 31px;
    }
    .footer_col input[type="email"]{
        width:100%;
        float:none;
    }
    .footer_col input[type="submit"]{
        width:100%;
        float:none;
    }
    .team_wrapper{
        margin-bottom:30px;
    }
    .banner .slick-dots {
        bottom: 5px;
        left: unset;
        text-align: center;
        width: 100%;
    }
    .search_div .input_box {
        width: 300px;
        padding: 5px 5% 5px 10px;
        transform: translate(-50%, 7px);
    }
    .ayurvedic_treatment {
        padding: 50px 0;
    }
    .ayurvedic_treatment .commntbn {
        padding: 9px 11px;
        font-size: 11px;
    }
    .ayurvedic_treatment .commntbn:nth-of-type(1) {
        margin-right: 7px;
    }
    .right_right_menu{
        margin-top: 11px;
    }
    .right_right_menu li> a .bi-person-fill {
        line-height: 22px;
    }
    .associated .title h2 {
        font-size: 24px;
        line-height: 33px;
       
    }
    footer{
        text-align: center;
    }
    .footer_col h4 {
        margin-bottom: 3px;
        margin-top: 30px;
    }
    header {
        padding: 5px 0;
    }
  
    .why_choose_us {
        margin: 50px 0;
    }
    .discover {
        padding: 50px 0;
    }

    .nav-primary li a {
        color: #fff;
        padding: 5px 15px;
        background: #8cb932;
        border-bottom: 1px solid #fff;
        
    }

    .nav-primary li {
        display: block;
        position: relative;
        padding: 0;
    }

    .nav-primary {
        position: absolute;
        z-index: 999;
        top: 47px;
        height: calc(100vh - 47px);
        background: #038403;
        left: 0;
        padding: 0;
        margin-left: 0;
        overflow-y: scroll;
    }

    .footer_col h2 {
        font-size: 28px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .footer_list li {
        margin-bottom: 10px;
    }

    .footer_list li a {
        font-size: 15px;
    }

    .dashboard_sidebar .name {
        padding: 5px 35px;
        font-size: 15px;

    }


    .similar_box img {
        height: auto;
    }

    .similar_box {
        margin-bottom: 30px;
    }

    .hot_deal_wrapper {
        margin-bottom: 30px;
    }

    .ps-product--cart {
        min-width: 300px;
    }

    .ps-table--shopping-cart thead tr th {
        font-size: 12px;
        padding: 10px 5px;
    }

    .slider_left {
        display: none;
    }

    .prodcut_slider_right_area {
        margin-top: 30px;
    }

    .product_review ul li {
        display: inline-block;
        margin-right: 30px;
        font-size: 12px;
    }

    .prodcut_info .price {
        font-size: 13px;
        font-weight: 600;
    }

    .quantity_area {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .quantity_area span {
        margin-right: 10px;
    }

    .quantity_area .wrap button {
        width: 40px;
        height: 37px;
        line-height: 32px;

    }

    .quantity_area .wrap {
        width: 210px;
    }

    .quantity_wrapper li a {
        padding: 10px 10px;
        font-size: 11px;
    }

    .prodcut_wrapper .img_holder img {
        height: unset;
    }
    .slick-next{
        right: 10px;
    }
    .slick-prev{
        left: 10px;
    }
    .product_catagories_slider_wrapper .slick-dots{
        display: none !important;
    }
   
  
    .sub-menu.js-toggled{
        background: #90bf31;
        position: relative;
        display: block;
        top: 0;
        padding: 0;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .catagory_title h3 {
        font-size: 14px;
        margin-bottom: 10px;
        background: #fff;
        padding: 5px 15px;
    }
    .catagory_title{
        position: relative;
        display: block;
    }
    
    .catagory_title:after{
        content: '\f105 ';
        position: absolute;
        font-family: 'FontAwesome';
        color: #fff;
        text-align: center;
        line-height: 33px;
        font-size: 20px;
        right: 0;
        top: -1px;
        width: 28px;
        height: 28px;
        background-color: #90bf31;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    .catagory_title.js-toggled:after{
        content: '\f107 ';
        position: absolute;
        font-family: 'FontAwesome';
        color: #fff;
        text-align: center;
        line-height: 20px;
        font-size: 20px;
    }
    .sub-menu.js-toggled{
        background: #90bf31;
        position: relative;
        display: block;
        top: 0;
        padding: 0;
        box-shadow: none;
        margin-bottom: 10px;
    }
    .sub-menu_submenu{
        display:none;
    }
    .sub-menu_submenu.js-toggled{
        display: block;
    }
   
    .banner_caption h1 {
        font-size: 30px;
        line-height: 47px;
    }
    .banner_caption h1 span {
        font-size: 30px;
    }
    .banner_caption {
        padding: 30px 15px 30px 15px; 
    }
    .banner_col {
        height: 350px;
        position: relative;
    }
    .banner_col img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .full_height {
        height: auto;

    }
    .single_banner {
        margin-bottom: 30px;
    }
    .signle_banner_img img{
        position: unset;
    }
    .signle_banner_text {
        bottom: 12%;
        right: 5%;
        width: 90%;
        left: 5%;
    }
    .video_content h2 {
        margin: 15px 0 0 0;
        font-size: 30px;
        line-height: 40px;
    }
    .divaider {
        height: 2px;
        margin: 15px auto;
       
    }
    .autumn_coming_sec video {
        min-height: 400px;
        object-fit: cover;
    }
    .video_content a {
        padding: 6px 30px;
        font-weight: 500;
        margin-top: 30px;
        font-size: 12px;
    }
    .video_content p {
        font-size: 13px;
    }
}

@media (max-width:576px) {
    .slider_box .product_name {
        font-size: 13px;
        margin: 6px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .real_price {
      
        font-size: 16px;
        font-weight: 600;
    }
    
   



   


   
   
    
}


@media (max-width:500px) {
  

    table th,
    table td {
        font-size: 11px;
    }
    .title h2 {
        font-size: 23px;
        letter-spacing: 1px;
        line-height: 29px;
    }
}





@media (max-width:767px){
    .slick-next:after {
        font-size: 20px;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    
    .slick-prev:after {
        font-size: 20px;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width:991px) {
    .right_right_menu li {
        margin-right: 15px;
    }

    .nav-primary li {
        margin-right: 23px;
    }
    .nav-primary{
        float: none;
    }

    .nav-primary li:first-child {
        margin-left: 0;
    }
}

@media(max-width: 767px) {
    /* .search_div {
        float: left;
        margin-right: 15px;
        margin-left: 0;
    } */
    .discount-percentage{
        
    }
    a.button.add_to_cart_button {
    display: block;
    text-align: center;
    
    background: #038403;
    color: #fff;
    padding: 5px;
    }
    .dashboard_page {
        padding: 40px 0;
    }

    .dashboard_right {
        margin-top: 30px;
    }
    .nav-primary {
        width: 100% !important;
        float: none;
        display: none;
    }
    .menu_btn .fa {
        font-size: 20px;
        color: #000;
    }

    .nav-primary li:first-child {
        margin-left: 0;
    }

    .nav-primary li {
        margin-right: 0;
        display: block;
        float: none;
        padding: 0 0 0 0;
        position: relative;
        
    }

    .right_right_menu {
        float: right;
        width: auto;
    }
   
    .masterhead ul {
        text-align: left;
        margin-left: unset;
        margin-top: 15px;
    }



}