@media only screen and (min-width: 1201px) {

    .butgurBtn {
        display: none;
    }

    /* .menuLink>ul>li:first-child {
        margin-right: 45px;
    } */

    .menuLink ul li>ul.sub-menu {
        color: #fff;
        position: absolute;
        min-width: 220px;
        display: block !important;
        width: 100%;
        left: 0;
        top: calc(100% + 17px);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform-origin: 0 0 0;
        margin-left: 0;
        -webkit-box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        -moz-box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        /* border-radius: 15px; */
        background-color: #000;
    }

    .menuLink ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .sub-menu li a {
        padding: 4px 10px 4px 25px !important;
    }

    .sub-menu li a:hover {
        background-color: #be0000;
        color: #fff;
    }

    /* .sub-menu li:first-child a {
        border-radius: 15px 15px 0 0;
    }

    .sub-menu li:last-child a {
        border-radius: 0 0 14px 14px;
    } */

    .sub-menu li .sub-menu {
        left: 220px !important;
        top: 0 !important;
    }

    .dotted__img .container {
        padding: 0 55px;
    }

    #testimonials_slider {
        padding: 0px 160px;
    }

    .yellow__curve .container {
        position: relative;
        z-index: 555;
    }

    .yellow__curve::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 10%;
        z-index: 55;
        background-color: #fff;
    }

    .yellow__curve::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 10%;
        background-color: #f9c856;
    }

    /* .menuLink>ul>li:nth-child(2) {
        margin-right: 30px;
    } */

    .sub-menu .menu-item-has-children::after {
        transform: rotate(135deg) !important;
    }

    .sub-menu li::before {
        content: "";
        position: absolute;
        left: 14px;
        top: 9px;
        width: 5px;
        height: 5px;
        background-color: #fff;
        transform: none !important;
    }


    /* .sub-menu li a {
        border-bottom: 1px solid #aac858;
        font-family: inherit !important;
        font-weight: 600;
        font-size: 20px !important;
    } */

    .menuLink ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    /* / Menu css / */

    /* .menuLink .sub-menu li:first-child a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .menuLink>li>.sub-menu li:last-child>a {
        border-bottom: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .menuLink .sub-menu li:first-child .sub-menu li a {
        border-radius: 0;
    }

    .menuLink .sub-menu li:first-child .sub-menu li:first-child a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .menuLink .sub-menu li:first-child .sub-menu li:last-child a {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    } */

    /* / Menu css end / */
}

@media only screen and (max-width: 1699px) {}

@media only screen and (max-width: 1399px) {
	.events_wrap .events_wrap li .top_head {
    flex: 0 0 20% !important;
}
}

@media only screen and (max-width: 1280px) {
    .top_head {
        min-height: 60px;
    }
}

@media only screen and (max-width: 1200px) {
	
	.single_pro .woocommerce-product-gallery .wp-post-image {
    height: auto !important;
}
	
	.tax-product_cat .related .products li img {
    height: auto !important;
}
	
	.archive.woocommerce-page .products li img {
    min-height: auto !important;
}

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

    .offcanvas-body .left_content>ul {
        justify-content: center;
        margin-top: 20px;
    }

    .offcanvas-body .left_content>ul>li a {
        font-size: 18px;
    }

    .offcanvas-body .left_content>ul>li:last-child {
        display: block;
    }

    .pannel_btn .btn_grid {
        max-width: 450px;
        margin: 20px auto 0px;
    }

    .offcanvas-header {
        padding: 10px 25px;
        background-color: #000;
    }

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

    .navbar .menuLink {
        display: none;
    }

    .butgurBtn .burgurline {
        text-align: right;
        width: 40px;
        max-width: 40px;
        min-width: 40px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .burgurline span {
        background-color: #fff;
        display: block;
        height: 4px;
        width: 40px;
        margin: 4px 0px;
        border-radius: 30px;
    }

    .burgurline span:nth-child(2) {
        width: 32px;
        float: right;
    }

    .burgurline span:nth-child(3) {
        width: 26px;
        float: right;
    }

    .navbar {
        justify-content: flex-end;
    }

    .offcanvas {
        transition: transform .5s ease-in-out;
        width: 100%;
    }

    .logo_fixed .brand_logo {
        display: block;
        max-width: 260px;
    }


    .butgurBtn {
        display: flex;
        align-items: center;
        position: absolute;
        right: 35px;
        bottom: -15px;
    }

    .butgurBtn .contact__btn {
        margin-right: 25px;
        width: 180px;
    }

    .offcanvas-body {
        padding: 0px;
    }

    .pannel_head button {
        display: block;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border: none;
        outline: none;
        right: -5px;
        position: relative;
    }

    .pannel_head button span {
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 8px;
        background: #fff;
        margin-bottom: 7px;
        margin-right: 0;
        margin-left: auto;
    }

    .pannel_head button span {
        transform: translate(2px, 10px) rotate(-45deg);
        width: 30px;
    }

    .pannel_head button span:nth-child(2) {
        opacity: 0;
    }

    .pannel_head button span:last-child {
        width: 30px;
        transform: translate(2px, -10px) rotate(45deg);
    }

    .menuLink:first-child>ul>li {
        margin: 0px;
    }

    .menuLink>ul {
        display: block;
    }

    .menuLink ul li a {
        padding: 12px 20px 10px;
        border-bottom: 1px solid #707070;
        font-family: inherit;
        font-weight: 600;
        color: #707070;
        font-size: 15px;
        font-family: 'Aller_Std_Bd';
    }

    .menuLink ul li.menu-item-has-children::after {
        content: '';
        border-top: 2px solid #666;
        border-left: 2px solid #666;
        display: block;
        position: absolute;
        cursor: pointer;
        width: 8px;
        height: 8px;
        transform: rotate(-135deg);
        transition-duration: 0.4s;
    }

    .sub-menu>li.menu-item-has-children::after {
        border-top: 2px solid #eee !important;
        border-left: 2px solid #eee !important;
    }

    .nav_content .menuLink {
        display: none;
    }

    #rightFunnel {
        border-left: 0;
        width: 100%;
    }

    .offcanvas-end {
        border-left: none;
    }

    .offcanvas-body .pannel_btn {
        margin-bottom: 30px;
    }

    .pannel_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .pannel_head a {
        display: block;
        min-width: 201px;
        width: 201px;
    }

    .pannel_head .btn-close {
        outline: none;
        opacity: inherit;
    }

    .pannel_head .btn-close:focus {
        box-shadow: none;
    }

    .menuLink ul li.menu-item-has-children::after {
        right: 22px;
        top: 16px;
    }

    .sub-menu>li>a {
        padding: 12px 20px 10px 35px !important;
        border-bottom: 1px solid #eeeeeecf !important;
        color: #fff !important;
    }

    .sub-menu>li>a:hover {
        color: #fff !important;
        background-color: #000 !important;
    }

    .sub-menu>li>.sub-menu>li>a {
        padding: 10px 20px 10px 55px !important;
    }

    .menuLink ul li.menu-item-has-children.active-tab::after {
        transform: rotate(45deg) !important;
        top: 15px !important;
    }

    .sub-menu {
        display: none;
        background-color: #d90214;
    }

    .menuLink>ul>li>a:hover,
    .menuLink ul li a:hover {
        /* background-color: #5b0770; */
        color: #d90214;
    }


    .offcanvas-body .menuLink {
        max-width: 100%;
        display: block;
    }

    .offcanvas-body .menuLink .logo_div {
        display: none;
    }

    .menuLink>ul {
        display: block;
        width: 100%;
    }

    .menuLink>ul>li {
        margin: 0px;
    }

    .menuLink .menu-item-has-children span {
        position: absolute;
        z-index: 555;
        width: 55px;
        height: 60px;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .sub-menu li.menu-item-has-children::after {
        right: 22px !important;
        top: 16px !important;
    }



    .container {
        width: 96%;
        max-width: 100%;
    }

    .top_head {
        min-height: auto;
    }

    .head_content {
        padding-top: 0px;
    }

    footer .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .footer_row {
        display: block;
        margin: 0 0px;
    }

    .footer_row .footer_column {
        padding: 0 0px;
        width: 100% !important;
        text-align: center;
    }

    .footer_column .menu li {
        list-style: none;
        margin: 0;
    }

    footer {
        padding: 0px 0px 10px;
    }

    .footer_row .footer_column h4 {
        border-bottom: 1px solid #eeeeee40;
        padding: 10px 20px 10px;
        background-color: #333;
    }

    .footer_column .menu li a {
        display: block;
        font-size: 13px;
        border-bottom: 1px solid #eeeeee40;
        padding: 10px 20px;
    }

    .footer_column .footer_media li {
        display: flex;
        margin-bottom: 0px;
        justify-content: center;
        padding: 8px 20px;
        border-bottom: 1px solid #eeeeee40;
    }

    .footer_logo {
        padding: 20px 0 20px;
        border-bottom: 1px solid #eeeeee40;
    }

    .copy_r p {
        padding-top: 15px;
    }

    .middle_content.no-banner {
        padding-top: 320px;
    }
    
    .ab_sec.ben_wrap_sec .list-event li h3 {
    font-size: 18px;
}
    
    .ab_sec.ben_wrap_sec .list-event .top .common_content_txt p {
    font-size: 15px;
}

}

@media only screen and (max-width: 1024px) {
    .Nordic__wrap::after {
        left: -50px;
        top: -278px;
        width: 435px;
        height: 540px;
        z-index: 555;
    }

    .top_head {
        justify-content: flex-end;
    }

    .left_content {
        width: auto;
    }

    .f_head_links {
        width: auto;
        margin-left: 10px;
    }

    .btn_red,
    .f_head_links ul.menu li a {
        font-size: 11px;
        padding: 1px 5px;
    }

    .right_content {
        min-width: auto;
        margin-left: 10px;
    }

    .right_content ul li a {
        font-size: 11px;
    }

    .t_loc_lt span {
        font-size: 15px;
    }

    .t_loc_lt ul li a {
        font-size: 11px;
    }

    .side_bar h2, .right__side  h4, .right__side h2 {
        font-size: 15px;
    }

    .btn_text {
        font-size: 13px;
    }

    .top_latest h4 {
        font-size: 15px;
    }

    .box__content_inner h4 {
        font-size: 15px;
    }

    .t_loc_lt {
        width: 265px;
    }

    .rt_learn_online iframe {
        width: 100% !important;
    }
    
    .right__side .css-1dbjc4n svg{
    margin-bottom: 14px !important;
}
    
    .page-id-386 .ab_sec h1 {
    font-size: 17px;
}
    
    .aside #block-3 img {
    width: 70px;
    height: 70px;
}
    
    .content_txt p:first-child {
    font-size: 17px;
}
    
    .ab_sec.ben_wrap_sec .list-event .top .common_content_txt {
    justify-content: flex-start;
}
    
    .list-event.events_wrap .common_content_txt {
    flex: 0 0 calc(50% - 168px) !important;
        justify-content: center !important;
}
    
    .list-event.events_wrap .common_content_txt {
    min-height: 125px;
}
    
    .list-event.events_wrap .common_content_txt .acti_im img{
        height:auto !important;
        width: 82px !important;
    }
	
	.woocommerce-account .woocommerce nav ul li a {
    font-size: 12px !important;
}
    
}

@media only screen and (max-width: 991px) {
	
	.woocommerce-page.page-id-525 .wc-block-grid__product-title {
    font-size: 15px !important;
}

    .hm_ser_rt h2,
    .page_title h1 {
        font-size: 16px;
    }

    .rt_fit_tip img {
        width: 55px;
    }

    .blog_img {
        height: 70px;
    }

    .single__page h2,
    .single__page h3,
    .single__page h4,
    .single__page h5,
    .single__page h6 {
        font-size: 16px;
        margin: 15px 0px;
    }

    .single__page p {
        font-size: 15px;
        margin: 12px 0px;
    }

    .single__page ul li {
        font-size: 15px;
    }

    #breadcrumbs {
        font-size: 14px;
    }

    .sel-cat-list select {
        width: 19%;
    }

    .list-item .read_more_bt {
        width: auto;
    }

    .list-item .read_more_bt a {
        font-size: 13px;
        padding: 1px 9px 2px;
    }

    .list-event h3 a {
        font-size: 16px;
        line-height: 1.4;
        display: block;
    }

    .list-event .list-item p {
        font-size: 13px;
    }

    .list-event {
        row-gap: 20px;
    }

    .ev-page a {
        font-size: 14px;
        padding: 5px 11px;
    }
    
    .ab_sec.ben_wrap_sec .list-event li h3 {
    font-size: 16px;
}

.make_fl div {
    font-size: 16px;
}
    
    .commonSelect select {
    width: 100% !important;
}
    
    .commonSelect {
    width: calc(33.33% - 5px);
}
    
        .content_txt p:first-child {
        line-height: 25px;
    }
    
    .commonSelect.common_input {
    margin-right: 0;
}
    
    .list-event.events_wrap .common_content_txt {
        flex: 0 0 calc(50% - 97px) !important;
    }
    
    .shop_nw_btn {
    margin: 0px 30px 0 0;
}
	
	.woocommerce-account .woocommerce nav ul li {
    padding-left: 6px !important;
		    height: 35px;
}
	
	    .woocommerce-account em {
        font-size: 12px !important;
        line-height: 12px;
    }
	
	.woocommerce-account legend {
    font-size: 16px;
		line-height: 12px;
}
	
       .woocommerce-account .woocommerce-info {
        border-top-color: #d90214 !important;
        padding-left: 27px !important;
        display: flex;
        padding-right: 10px !important;
        font-size: 14px;
        justify-content: space-between;
    }
	
	.woocommerce-account .woocommerce-info::before {
    color: #d90214 !important;
    left: 7px;
    font-size: 12px;
    top: 16px;
}
	
	   .woocommerce-account .single__page p {
        font-size: 14px !important;
    }
	
	.woocommerce-account .woocommerce-orders-table td {
    font-size: 11px !important;
}

         .events_wrap li .top_head {
        min-height: 100px !important;
    }
	
	  .events_wrap li .top_head .acti_im img{
        height: auto !important;
        width: 70px !important;
    
	}

    /* 991 ends here */

}

@media only screen and (max-width: 850px) {

    .container {
        width: 98%;
    }

    .top_head {
        flex-wrap: wrap;
    }

    .butgurBtn {
        right: 20px;
        bottom: -26px;
    }

    .blog_para h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .ser_list .row .col-md-4 {
        width: 50%;
    }
    
    .page-id-418 table tr td {
    min-width: 136px;
}
    
    .inner__wrap.faq_wrap_sec .blog_para h3 {
    font-size: 15px;
}
    
    .page-id-393 img.alignright {
    width: 150px;
}
    
    .inner__wrap.blogs_wrap-sec .make-flex .blog_bg {
    padding-right: 8px;
}
    
    .commonSelect {
    padding-right: 2px;
}
    
    .commonSelect:before {
    right: 3px;
}
	
	.single_pro .woocommerce-product-gallery img {
    width: 100% !important;
}
	
	.single_pro .col-md-8{
		margin-bottom: 35px;
	}
	
	.single_pro .col-md-8 .product {
    column-gap: 20px;
}
	
	.single_pro .summary p {
    font-size: 14px;
		    line-height: 23px;
}
	
	.woocommerce-account.logged-in .woocommerce{
		display: flex !important;
	}
	
	.woocommerce-account.page-id-527 .woocommerce{
		display: unset;
	}
	
	.woocommerce-account .woocommerce nav{
		    width: 40% !important;
    padding-right: 20px;
	}
	
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content{
		    width: 60% !important;
	}
	
	    .woocommerce-account .woocommerce-info {
        padding-right: 10px !important;
    }
	
	.woocommerce-account .woocommerce-orders-table .woocommerce-button.view {
    margin-top: 30px;
}
	
	.page-template-template-find-instructor .ben_wrap_sec .events_wrap li {
    padding-right: 15px;
}
	
	.page-template-template-find-instructor .ben_wrap_sec .events_wrap li .top {
    padding-left: 3px;
}
	
	    .page-template-template-find-instructor .ab_sec.ben_wrap_sec .list-event .top .common_content_txt p {
        font-size: 14px;
    }
	
	.page-template-template-find-distributor .ben_wrap_sec .events_wrap li {
    padding-right: 15px;
}
	
	.page-template-template-find-distributor .ben_wrap_sec .events_wrap li .top {
    padding-left: 3px;
}
	
	    .page-template-template-find-distributor .ab_sec.ben_wrap_sec .list-event .top .common_content_txt p {
        font-size: 14px;
    }

    
}

@media only screen and (max-width: 767px) {
    .Nordic__wrap::after {
        display: none;
    }

    .Nordic__wrap {
        display: block;
    }

    .Nordic_content {
        max-width: 100%;
    }

    .box__content {
        margin: 0 -5px;
    }

    .t_loc_lt {
        width: 50%;
        margin: 0;
        padding: 0 5px;
    }

    .Browse_box {
        height: 100%;
    }

    .middle_content {
        padding-top: 20px;
    }

    .banner_content {
        position: static;
        overflow: hidden;
    }

    .banner_content .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }


    .header {
        position: relative;
    }

    .banner_wrap {
        position: static;
    }

    #banner_slider {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .mobile__wrap {
        position: relative;
        z-index: 555;
        padding-top: 20px;
    }


    .d_none {
        display: block;
    }

    .head_content .top_head {
        display: none;
    }

    .banner_wrap .top_head {
        background-color: #000;
        padding: 10px 0;
    }

    .right_content {
        margin-left: 0px;
        width: 100%;
        padding: 0 10px 6px;
        border-bottom: 1px solid #585858;
    }

    .btn_grid {
        justify-content: center;
    }

    .right_content ul li a {
        font-size: 14px;
        padding: 0 8px;
        font-family: 'Aller_Std_Rg';
    }

    .btn_red,
    .f_head_links ul.menu li a {
        font-size: 14px;
        padding: 1px 8px;
    }

    .f_head_links {
        width: 50%;
        margin-left: 0px;
        padding: 8px 8px 0;
    }

    .f_head_links ul {
        display: flex;
        justify-content: flex-start;
    }

    .t_loc_lt ul li {
        line-height: 18px;
    }

    .t_loc_lt ul li a {
        font-size: 13px;
    }

    .left_content {
        width: 50%;
        padding: 8px 8px 0;
    }

    .butgurBtn {
        position: static;
        margin-top: 15px;
    }

    .Nordic_content h1 {
        font-size: 18px;
    }

    .Nordic_content ul li {
        font-size: 15px;
        color: #d70214;
        list-style: square;
    }

    .Nordic_content ul li span {
        color: #333;
    }

    .t_loc_lt span {
        font-size: 16px;
        padding: 5px 10px;
    }

    .btn_text {
        font-size: 15px;
    }

    .top_latest h4 {
        font-size: 16px;
    }

    .top_latest p {
        font-size: 14px;
        line-height: 19px;
    }

    .read_more_bt a {
        font-size: 14px;
        max-width: 100%;
    }

    .box__content_inner h4 {
        font-size: 18px;
    }

    .home_txt {
        min-height: 165px;
    }

    .home_txt p {
        font-size: 15px;
        line-height: 18px;
    }

    .read_more_bt a {
        font-size: 15px;
        max-width: 100%;
    }

    .part_list h4 {
        font-size: 20px;
    }

    .footer_row .footer_column h4 {
        font-size: 18px;
    }

    .footer_column .menu li a,
    .footer_column .footer_media li a,
    .copy_r p {
        font-size: 15px;
    }

    .sub_banner_img {
        position: absolute;
        height: 120px;
        top: 0;
    }

    .hm_ser_rt h2,
    .page_title h1 {
        font-size: 18px;
    }

    .f_head_links .widget_nav_menu {
        width: 100%;
        padding: 0px !important;
    }

    .middle_content.no-banner {
        padding-top: 25px;
    }

    .post-template-default .sub_banner_img {
        width: 100%;
    }

    .post-template-default .sub_banner_img img {
        object-fit: cover;
        object-position: center;
    }
	
	.single-product #check_more{
		    font-size: 13px;
	}

}

@media only screen and (max-width: 700px) {
    .logo_fixed {
        max-width: 150px;
        min-width: 150px;
    }

    .head_content {
        width: calc(100% - 150px);
        padding-right: 10px;
        padding-top: 10px;
    }

    .butgurBtn {
        position: static;
    }

    .pannel_head a {
        min-width: 150px;
        width: 150px;
    }

    .blog_bg .row .col-md-6 {
        width: 100%;
        margin: 15px 0;
    }

    .inner__wrap .container>.row>.col-md-8 {
        width: 65%;
    }

    .inner__wrap .container>.row>.col-md-4 {
        width: 35%;
    }
	
	    .woocommerce-account .woocommerce nav {
        width: 48% !important;
        padding-right: 12px;
    }
	
	    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 52% !important;
    }
	
	       .woocommerce-account .woocommerce-info {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}

@media(max-width: 667px){
	     .events_wrap li .top_head {
        min-height: 88px !important;
    }
	
	     .events_wrap li .top_head .acti_im img {
        width: 60px !important;
    }
}

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

    .top_latest {
        width: 100%;
    }

    .banner_content {
        position: static;
        /* padding-top: 10px; */
    }

    .box__content {
        justify-content: center;
    }

    .t_loc_lt {
        width: 49%;
    }

    #banner_slider .owl-dots {
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
	.archive.woocommerce-page h1 {
    margin-top: 35px;
}
	
	.single_pro .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 60px !important;
    height: 60px !important;
}
	
	
    .middle_content>.container>.row>.col-md-8 {
        width: 100%;
    }

    .middle_content>.container>.row>.col-md-4 {
        width: 100%;
    }

    .side_bar {
        text-align: center;
    }

    .adverties_div {
        padding-bottom: 20px;
        text-align: center;
    }

    .side_bar h2, .right__side h4, .right__side h2 {
        text-align: center;
    }

    .side_bar .read_more_text {
        text-align: center;
    }

    .part_list h4 {
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding: 10px 10px;
        margin: 0 0px 10px;
        background: -moz-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d70214), color-stop(100%, #98000d));
        background: -webkit-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: -o-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: -ms-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: linear- gradient(to bottom, #d70214 0%, #98000d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70214', endColorstr='#98000d', GradientType=0);
    }

    .top_latest {
        padding: 10px;
        margin-top: 20px;
        border: 1px dashed #c2c2c2;
    }

    .top_latest h4 {
        font-size: 18px;
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 10px 10px;
    }

    .top_latest img {
        float: none;
        margin: 10px auto 10px;
        display: block;
    }

    .top_latest p {
        text-align: center;
    }

    .read_more_bt {
        width: 100%;
        margin: 10px auto 0px;
    }

    .read_more_bt a {
        margin: 0 auto;
        max-width: inherit;
        width: auto;
        min-width: auto;
        display: inline-block;
        padding: 2px 15px;
    }

    .Nordic__wrap {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .read_more_text {
        text-align: left;
    }

    .Nordic_content .read_more_text {
        padding-left: 25px;
    }

    .top_latest p {
        font-size: 15px;
        line-height: 20px;
    }

    .top_head {
        justify-content: space-between;
    }

    .f_head_links,
    .left_content {
        width: auto;
    }

    .read_more {
        justify-content: flex-start;
        padding: 0px 18px 15px;
        margin-top: 0;
    }

    .side_bar h2, .right__side  h4, .right__side h2 {
        font-size: 18px;
    }

    .inner__wrap .container>.row>.col-md-8 {
        width: 100%;
    }

    .inner__wrap .container>.row>.col-md-4 {
        width: 100%;
    }

    .rt_learn_online iframe {
        width: 250px !important;
        margin: 0 auto;
        display: block;
    }

    .box_learn {
        text-align: center;
    }

    .sel-cat-list select {
        width: 100%;
    }

    .sel-cat-list {
        flex-direction: column;
    }

    .sel-cat-list select,
    .sel-cat-list #go {
        height: 40px;
    }

    .list-event .list-item {
        width: 100%;
        padding: 0;
    }

    .list-event .list-item p {
        font-size: 15px;
    }

    .btn_text {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .rt_learn_online > div {
        width: 100% !important;
    }

    .inner__wrap {
        padding: 35px 0 0px;
    }

    /*.right__side .widget {
        margin: 0;
    }*/

    .contact_us {
        padding-bottom: 30px;
    }

    .contact_us form .gform_footer {
        float: none;
    }

    .blog_bg {
        margin-bottom: 20px;
    }
    
        .page-id-297 .ab_sec p {
    padding-left: 0px;
}
    
    .page-id-297 .ab_sec ul {
    padding-left: 0px;
}
    
    .page-id-418 table tr td {
        min-width: unset ;
            padding-left: 10px;
    }
    
    .page-id-386 .ab_sec h1 {
        font-size: 15px;
    }
    
           .page-id-393 img.alignright {
        width: 100%;
        margin-left: 0;
        float: unset;
    }
    
    .inner__wrap.blogs_wrap-sec .make-flex .blog_bg {
    flex: 0 0 100%;
        padding-right: 20px;
}
    
    .inner__wrap.blogs_wrap-sec .make-flex {
    padding-bottom: 40px;
}
    
    .aside #block-3 img {
    width: 60px;
    height: 60px;
}
    
        .commonSelect {
        width: 100%;
    }

    .commonSelect select {
        height: 34px !important;
    }
    
    .make_fl {
    padding: 25px 0px 6px 0px;
}
    
    .ab_sec.ben_wrap_sec .list-event .top .common_content_txt p{
        padding-bottom: 0;
    }
    
    .inner__wrap.blogs_wrap-sec .make-flex .blog_bg:nth-child(1) article {
    min-height: unset;
}
    
    .inner__wrap.blogs_wrap-sec{
        padding-bottom: 30px;
    }
    
    .list-event.events_wrap .common_content_txt {
        flex: 0 0 calc(50% - 46px) !important;
        min-height: 100px;
    }
    
    .list-event.events_wrap .common_content_txt .acti_im img{
        height:auto !important;
        width:70px !important;
    }
    
    .sel-cat-list input {
    width: 100%;
}
    
    .ab_sec.sec_single .list-event .top {
    flex-wrap: wrap;
}
    
    .shop_nw_btn {
    margin: 10px 0 0 0;
        width:100%;
}
    
    .ben_wrap_sec .events_wrap li {
    padding-right: 10px;
}
    
    .ben_wrap_sec .events_wrap li .top {
    padding-top: 15px;
    padding-bottom: 15px;
}

img.alignright {
    width: 100% !important;
    margin-left: 0;
    float: unset;
}

img.alignright {
    width: 100% !important;
    margin-left: 0;
    float: unset;
    margin-top: 20px;
}
	
	.woocommerce-account .woocommerce{
		flex-wrap: wrap;
	}
	
		    .woocommerce-account .woocommerce nav {
        width: 100% !important;
        padding-right: 0px;
    }
	
	    .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
        width: 100% !important;
    }
	
	.archive.woocommerce-page .products li {
    flex: 0 0 100%;
}
	
	.single_pro .col-md-8 .product {
    flex-direction: column;
}

	body.single-product .woo-variation-product-gallery{
		max-width: 100% !important;
	}
	
	     .ben_wrap_sec .events_wrap li {
        padding-right: 6px;
    }
	
	     .ben_wrap_sec .events_wrap li .top {
        padding-left: 5px;
    }
	
	  .events_wrap li .top_head {
        min-height: 75px !important;
    }
	
	     .events_wrap li .top_head .acti_im img {
        width: 55px !important;
    }

	    .page-template-template-find-instructor .ben_wrap_sec .events_wrap li .top {
        flex-wrap: wrap;
    }
	
	    .page-template-template-find-instructor .events_wrap li .top_items {
        flex: 0 0 100% !important;
        text-align: center;
    }
	
	    .page-template-template-find-instructor .events_wrap li .top_head {
        flex: 0 0 100% !important;
        border: none;
        background: transparent;
    }
	
	.flex_mke {
    justify-content: center;
}
	
	    .list-event.events_wrap .common_content_txt .acti_im img {
        height: 90px !important;
        width: 90px !important;
        object-fit: contain;
        padding: 10px;
        border: 1px solid #afafaf;
        background: #fff;
        border-radius: 6px;
    }
	
	.page-template-template-find-distributor .ben_wrap_sec .events_wrap li .top {
        flex-wrap: wrap;
    }
	
	    .page-template-template-find-distributor .events_wrap li .top_items {
        flex: 0 0 100% !important;
        text-align: center;
    }
	
	    .page-template-template-find-distributor .events_wrap li .top_head {
        flex: 0 0 100% !important;
        border: none;
        background: transparent;
    }
	
	.flex_mke {
    justify-content: center;
}
	
	    .list-event.events_wrap .common_content_txt .acti_im img {
        height: 90px !important;
        width: 90px !important;
        object-fit: contain;
        padding: 10px;
        border: 1px solid #afafaf;
        background: #fff;
        border-radius: 6px;
    }
	
	.page-template-template-find-retailer-single .list-event.events_wrap .common_content_txt .acti_im img {
        height: unset !important;
        width: unset !important;
        object-fit: unset;
        padding: unset;
        border: unset;
        background: unset;
        border-radius: unset;
    }
	
	.page-template-template-find-distributor-single .list-event.events_wrap .common_content_txt .acti_im img {
        height: unset !important;
        width: unset !important;
        object-fit: unset;
        padding: unset;
        border: unset;
        background: unset;
        border-radius: unset;
    }
		
	
	
	.page-template-template-find-retailer .ben_wrap_sec .events_wrap li .top {
        flex-wrap: wrap;
    }
	
	    .page-template-template-find-retailer .events_wrap li .top_items {
        flex: 0 0 100% !important;
        text-align: center;
    }
	
	    .page-template-template-find-retailer .events_wrap li .top_head {
        flex: 0 0 100% !important;
        border: none;
        background: transparent;
    }

	
    /* 600 ends here */

}

@media only screen and (max-width: 575px) {

    .right_content ul {
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .left_content ul li:last-child>a img {
        margin-right: 0px;
    }

    .right_content ul li:last-child a {
        padding-right: 0px;
    }

    .t_loc_lt {
        width: 100%;
        margin: 0px 0;
    }

    .ser_list .row .col-md-4 {
        width: 100%;
    }

    .home_txt {
        min-height: auto;
    }

    .box__content_inner h4,
    .home_txt p {
        text-align: center;
    }

    .box__content_inner .read_more_bt {
        max-width: 100%;
        width: 100%;
    }

    #Sponsors_slider {
        padding: 0 20px;
    }

    #Sponsors_slider .owl-nav button {
        width: 12px;
    }

    .box__content_inner h4 {
        color: #fff;
        font-size: 18px;
        padding: 10px 10px;
        margin-bottom: 0px;

        background: -moz-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d70214), color-stop(100%, #98000d));
        background: -webkit-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: -o-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: -ms-linear-gradient(top, #d70214 0%, #98000d 100%);
        background: linear-gradient(to bottom, #d70214 0%, #98000d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70214', endColorstr='#98000d', GradientType=0);
    }
}

@media only screen and (max-width: 414px) {
    .right_content ul li a {
        font-size: 12px;
        padding: 0 5px;
    }
    .contact_us form .gform-body .gform_fields > div:nth-child(3), 
    .contact_us form .gform-body .gform_fields > div:nth-child(4) {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .f_head_links {
        width: 100%;
    }

    .f_head_links ul {
        justify-content: center;
    }

    .left_content {
        width: 100%;
    }

    .left_content>ul {
        justify-content: center;
    }

    .right_content ul li a {
        font-size: 11px;
        padding: 0 4px;
    }
}