.model_dv .size22 {
    font-size: 22px;
    font-weight: 300;
    line-height: 25.72px;
}
.model_dv .size14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #777D89;
}

.model_dv .size20 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #777D89;
}
.anchor_grey_text{
    color: #777d89;
    text-decoration: underline;
}
section.rvw_sec.review_sec.hide_text_review {
    padding-bottom: 80px !important;
}
.model_dv .acrdn_tn p.size16.lyt_text {
    font-weight: 400;
    color: #777D89;
}
.model_dv .acrdn_tn p:first-child {
    font-weight: 400;
}
.model_dv .acrdn_tn {
    text-align: left;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.model_dv .acrdn_tn h6 {
    font-weight: 500;
    color: #2A3447;
    text-align: left;
    margin-bottom: 20px;
}
.model_dv .acrdn_tn p:last-child {
    margin-bottom: 0;
}
.model_dv .acrdn_tn p:last-child a.db {
    font-weight: 500;
}
.model_dv .acrdn_tn p:first-child {
    color: #777D89;

}
.model_dv .acrdn_tn p {
    margin-bottom: 20px;
}
.model_dv .acrdn_tn li:not(:last-child) {
    margin-bottom: 10px;
}
.model_dv .brst_contnt {
    margin-bottom: 20px;
}
.model_dv .brst_contnt .brst_rw {
    display: flex;
    text-align: left;
}
.model_dv .brst_contnt .brst_rw p {
    flex: 0 0 32%;
    margin-bottom: 0;
}
.model_dv .brst_contnt .brst_rw p:first-child {
    color: #2A3447;
    font-weight: 600;
}
.model_dv .brst_contnt .brst_rw:not(:last-child) {
    margin-bottom: 10px;
}
.model_dv .brst_contnt .brst_rw p a {
    text-decoration: underline;
    color: #2DA2AB;
    word-break: break-all;
}
.model_dv .arrdn_btns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}
.model_dv .arrdn_btns .stp_btn .cta {
    padding: 12px 20px;
}
.model_dv .arrdn_btns .stp_btn a {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
body.page-template-page-template-schedule .weight_loss_announcement_bar {
    display: none;
}
.model_dv .arrdn_btns .stp_btn .cta.vst_btn {
    padding: 12px 20px;
    color: #397180;
    background: transparent;
    border-color: #397180;
}
.model_dv .arrdn_btns .stp_btn .cta.vst_btn svg path {
    stroke: #397180;
}
.model_dv .arrdn_btns .stp_btn .cta.vst_btn:hover {
    border-color: #EF6C40;
    background-color:#EF6C40;
    color: #fff;
}
.model_dv .arrdn_btns .stp_btn .cta.vst_btn:hover svg path {
    stroke: #fff;
}

/* btn important */
.model_dv .qustn {
    margin: 40px 0px;
}

.model_dv .qustn .answr {
    display: flex;
    gap: 10px;
}
.model_dv .qustn h6 {
    color: #2A3447;
    margin-bottom: 20px;
}
.model_dv .qustn .answr .as_text .ast {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.37px;
    text-align: center;
    max-width: 100%;
    color: #397180;
    border: 1px solid #397180;
    border-radius: 200px;
    padding: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
}
.model_dv .qustn .answr .as_text .ast.active {
    background: #397180;
    color: #fff;
}
.model_dv .qustn .answr .as_text {
    flex: 0 0 30%;
}
.model_dv .popup_card {
    display: none;
    /* Hide all popup cards initially */
}
.model_dv .popup_card.card1 {
    display: block;
    /* Show the first popup card */
}
.model_dv .popup_card.card3 p a.sky_lyt {
    color: #397180;
    text-decoration: underline;
}
.model_dv .popup_card p a {
    color: #2da2aa;
    text-decoration: underline;
}

.model_dv .brst_rw.size18 p {
    font-size: 18px;
}
.model_dv .brst_contnt .brst_rw p:last-child {
    flex: 0 0 63%;
    font-weight: 400;
    color: #777D89;
}
.model_dv .sqr_img {
    display: inline-block;
    margin-left: 10px;
}

.model_dv .mnjr_contnt ul,
.model_dv ol {
    margin: 0;
    padding-left: 20px;
}

/* model css */
.modal.model_dv {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    align-content:center;
    /* align-items: center;
    justify-content: center; */
}

.model_dv .modal-content .modal-body {
    width: 100%;
    max-height: 60vh;
    overflow-y: auto;
    scrollbar-width: 20px; 
    scrollbar-color: #397180 rgba(57, 113, 128, 0.1); 
}


.model_dv .modal-content .modal-body::-webkit-scrollbar {
    width: 20px; 
    border-radius: 10px;
    overflow: hidden;
}

.model_dv .modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #397180; 
    border-radius: 10px;
    border: 2px solid rgba(57, 113, 128, 0.1); 
}

.model_dv .modal-content .modal-body::-webkit-scrollbar-track {
     border-radius: 10px; 
}


.model_dv .modal-content {
    background-color: #fff;
    margin: 50px auto; 
    max-width: 740px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border: 1px solid #ECF5F5;
}

.model_dv .modal-content .brst_contnt {
    margin-top: 20px;
    margin-bottom: 0px;
}

.model_dv .popup_card .modal-header h4.size22 {
    font-weight: 500;
    margin-bottom: 0;
}

.model_dv .modal-content .close {
    color: #2A3447;
    font-size: 28px;
    cursor: pointer;
    float: right;
    padding: 20px;
}

.model_dv .modal-content .close i {
    font-family: 'FontAwesome';
    font-weight: 900;
}

.model_dv .modal-content .modal-header {
    padding: 20px;
    border-bottom: 1px solid #ECF5F5;
}

.model_dv .modal-content .modal-body {
    padding: 20px;
}

.model_dv .modal-content .modal-footer {
    padding: 20px;
    border-top: 1px solid #ECF5F5;
}

.model_dv .modal-content .modal-footer .arrdn_btns {
    margin-top: 0;
}

.model_dv .close:hover,
.model_dv .close:focus {
    color: black;
    text-decoration: none;
}

.model_dv .accrdn_icn {
    width: 40px;
    height: 40px;
    position: relative;
}

.model_dv .accrdn_icn img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.model_dv .popup_card.card1 .acrdn_tn {
    background: #ECF5F5;
}
.model_dv .popup_card.card1 .acrdn_tn .acrdn_tn .quiz_tab_content_size14 p, .popup_card.card1 .acrdn_tn .acrdn_tn .quiz_tab_content_size14 li {
    font-size: 14px;
}
.model_dv .acrrdn_hdr .accrdn_lft .subdesc_quiz {
    margin-bottom: 0;
}
.model_dv .check_eligibility_next_btn.nrx-btn-get-started.disabledlink {
    pointer-events: none;
    background: #ef6c417a;
}
#eligibilitymodal .popup_card h6 {
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 10px;
}
button.nrx-btn-get-started.eligibility_quiz_cta_button{
  box-shadow: unset !important;
  outline: unset !important;
  border: none;
}
.nicerx-editorial-page .nrx-reviewer-info h1.nicerx-editorial-page-heading {
	margin-bottom: 20px !important;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
}
div.nrx-reviewer-info h1.author_main_heading {
	margin-bottom: 5px;
	font-size: 26px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}

h2.authorsub__heading {
  font-size: 22px;
  line-height: 29px;
}

.trust_h3 {
  font-size: 20px !important;
  line-height: 29px;
  font-weight: 700;
  color: #2a3447 !important;
  margin-bottom: 20px !important;
}

.page-template-page-template-faqs .nrx-tabs #nrx-tabs-nav {
    max-width: 1030px;
    justify-content: center;
    gap: 36px;
}
.page-template-page-template-faqs .nrx-tab-content .nrx-accordion-faq-single-text li {
    font-size: 18px;
	color: #555d6c;
}
.page-template-page-template-faqs .nrx-tab-content .nrx-accordion-faq-single-text li a{
    text-decoration:underline;
}

body.page-template.page-template-page-template-faqs section.nrx-page-hero.nrx-page-hero-thin{
	padding: 64px 0 70px;
}
.nrx-btn-get-started-register {
    position: relative;
    padding: 12px 36px 12px 26px;
    display: inline-block;
    background-color: #ef6c41;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.15;
    cursor: pointer;
}
.nrx-btn-get-started-register:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/themes/nicerx/dist/img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	margin-top: -1px;
    margin-left: 3px;
}
.nrx-btn-get-started-register:hover {
    background-color: #e7602c;
}


/******* new related blogs css *******/
.nrx-recent-posts .nrx-recent-post>div.nrx-recent-post-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.nrx-recent-posts .nrx-recent-post > div.nrx-recent-post-inner .nrx-blog-post__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    max-width: 125px;
}

.nrx-recent-posts .nrx-recent-post > div.nrx-recent-post-inner .nrx-blog-post__img img {
    border-radius: 3px;
}
.nrx-recent-posts .nrx-recent-post > div.nrx-recent-post-inner .nrx-blog-post__img .nrx-blog-post__category {
    top: auto;
    bottom: -10px;
    z-index: 15;
}

.nrx-recent-posts .nrx-recent-post > div.nrx-recent-post-inner .nrx-blog-post__meta {
    margin-left: 20px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.nrx-recent-posts .nrx-recent-post > div.nrx-recent-post-inner .nrx-blog-post__meta .nrx-blog-post__date {
    padding: 0;
}
.nrx-recent-posts .nrx-recent-post > div.nrx-recent-post-inner .nrx-blog-post__meta h3 {
    font-size: 18px;
}

.nrx-blog-posts .nrx-blog-post div.nrx-recent-post-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nrx-blog-posts .nrx-blog-post div.nrx-recent-post-inner a {
    display: block;
    height: auto;
    flex-wrap: nowrap;
    flex-direction: row;
}
/****************/


/*.rvw_sec .rvw_content .rvw_sldier .rwx .rvw_box > p{
	display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rvw_sec .rvw_content .rvw_sldier .rwx .rvw_box > p.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}*/

/************************************************ Plan slider css ********************************************************/
/* .sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider{
	display: flex;
	visibility:hidden;
} */
.sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider.slick-initialized{
	display:block;
	visibility:visible;
}
.flex_Sec2.product_plan_with_slider .sec2_eqwth {
	flex: 0 0 50%;
	margin: 0;
}
.sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider.slick-initialized .sec2_eqwth {
	margin: 0 44px 0 0;
}
/* .sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider .slick-list.draggable{
	overflow:visible;
	left: 100%;
} */

.product_plan_with_slider_container ul.slick-dots li{
  width: 15px;
  height: 15px;
  margin: 0px 4px !important;
}
.product_plan_with_slider_container ul.slick-dots li::before , .product_plan_with_slider_container ul.slick-dots li button::before{
  content:none;
}
.product_plan_with_slider_container ul.slick-dots li button{
  font-size: 0;
  line-height: 0;
  opacity: .25;
  background:#2DA2AB;
  border-radius:50%;
  height: 12px;
  width: 12px;
}
.product_plan_with_slider_container ul.slick-dots li.slick-active button{
  opacity: 1;
  color: #2DA2AB;
}
.product_plan_with_slider_container .slick-list.draggable {
  margin-bottom: 70px;
}
.product_plan_with_slider .slick-list {
    overflow: visible;
}

.sec2_ot .product_plan_with_slider_container .stock_ul {
    margin: 27px 0 6px 0px;
    align-items: center;
}
.sec2_ot .product_plan_with_slider_container .stock_ul li {
    line-height: 0;
}

.rvw_sec .rvw_content .rvw_sldier .rwx .rvw_box > p{
	display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s ease;
}
.rvw_sec .rvw_content .rvw_sldier .rwx .rvw_box > p.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
.rvw_sec ul.slick-dots:has(> li:only-child) {
	display: none;
}

body.page-template-page-template-terms-of-use table, body.page-template-page-template-terms-of-use table tr, body.page-template-page-template-terms-of-use table td, body.page-template-page-template-terms-of-use table th {
	border: 1px solid #ccc;
	border-collapse: collapse;
}

@media only screen and (min-width: 1604px) {
	.container.product_plan_with_slider_container {
		max-width: 1553px;
	}
	.sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider.slick-initialized .sec2_eqwth {
		margin: 0 22px;
	}
	.product_plan_with_slider_container .slick-list.draggable {
		margin-bottom: 12px;
	}
	.product_plan_with_slider_container ul.slick-dots{
		display:none;
	}
	.product_plan_with_slider_container .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}

/************************************************************************************************/
@media only screen and (max-width: 1399px) {
    .model_dv .acrdn_tn {
        padding: 15px;

    }
    .model_dv .acrdn_tn h6 {
        margin-bottom: 10px;
    }
    .model_dv .acrdn_tn p {
        margin-bottom: 15px;
    }
    .model_dv .size20 {
        font-size: 18px;
        line-height: 1.3;

    }
    .model_dv .modal-content .close {
        font-size: 24px;
        padding: 15px;
    }
    .model_dv .modal-content .modal-header {
        padding: 15px;

    }
    .model_dv .modal-content .modal-body {
        padding: 15px;
    }
    .model_dv .modal-content .modal-footer {
        padding: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .model_dv .brst_contnt .brst_rw:not(:last-child) {
        margin-bottom: 5px;
    }
    .model_dv .modal-content .brst_contnt {
        margin-top: 15px;

    }

}

@media only screen and (max-width: 1022px) {
  .nicerx-editorial-page .nrx-reviewer-info h1.nicerx-editorial-page-heading {
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
    .model_dv .acrdn_tn h6 {
        margin-bottom: 10px;
    }
    .model_dv .acrdn_tn p {
        margin-bottom: 10px;
    }
    .model_dv .modal-content .close {
        font-size: 22px;
        padding: 15px;
    }
    .model_dv .qustn {
        margin: 20px 0px;
    }
}
@media only screen and (max-width: 910px) {
	.page-template-page-template-faqs .nrx-tabs #nrx-tabs-nav {
		overflow-x: scroll;
		flex-wrap: nowrap;
		justify-content: space-around;
		gap: 0px;
		margin-bottom: 20px;
	}
	.page-template-page-template-faqs .nrx-tabs #nrx-tabs-nav li{
		flex: 0 0 auto;
	}
}

@media only screen and (max-width: 767px) {
    .model_dv .acrdn_tn h6 {
        margin-bottom: 5px;
    }
    .model_dv .modal-content {
        max-width: 90%;
    }
    .model_dv .size16 {
        font-size: 16px!important;
        line-height: 1.2;
    }
    .model_dv .qustn .answr .as_text {
        flex: 0 0 48%;
    }
    .model_dv .accrdn_icn {
        width: 35px;
        height: 35px;
      
    }
	.nicerx-editorial-page .nrx-reviewer-info h1.nicerx-editorial-page-heading {
		font-size: 24px;
		line-height: 32px;
	}
	div.nrx-reviewer-info h1.author_main_heading {
		font-size: 24px;
		line-height: 32px;
	}
	h2.authorsub__heading {
		font-size: 20px;
		line-height: 28px;
	}
	body.page-template.page-template-page-template-faqs section.nrx-page-hero.nrx-page-hero-thin{
		padding: 27px 0;
	}
	body.page-template.page-template-page-template-faqs section.nrx-page-hero.nrx-page-hero-thin{
		padding-bottom: 44px;
	}
	.page-template-page-template-faqs .nrx-tab-content .nrx-accordion-faq-single-text li {
		font-size: 16px;
		color: #555d6c;
	}
    ul#menu-footer-nicerx-column-3 li:nth-last-child(2) {
        margin-bottom: 0;
    }

     ul#menu-footer-nicerx-column-4 li + li {
        margin-top: 0px;
      }
    ul#menu-footer-nicerx-column-4 li {
        width: 100%;
        margin-bottom: 15px;
      }
}

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

    .model_dv .questn_sec .questn_contnt .revw_dsg {
        margin-bottom: 20px;
    }

    .model_dv .arrdn_btns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .model_dv .arrdn_btns .stp_btn a {
        width: 100%;
        display: block;
    }

    .model_dv .modal-content .modal-footer .arrdn_btns .stp_btn {
        width: 100%;
    }

    .model_dv .brst_contnt .brst_rw {
        flex-direction: column;
    }
    .model_dv .arrdn_btns .stp_btn {
        display: block;
        width: 100%;
    }
}


/* 
separet css */

.model_dv .qustn .yes-no-buttons {
    display: flex;
    gap: 10px;
    width: 100%; 
}
.model_dv .qustn .yes-no-buttons input[type="radio"] {
    width: 0;
    height: 0;
}
.model_dv .qustn .yes-no-buttons label:has(input[type="radio"]:checked) {
  background-color: #397180;
  color: #fff;
}
.model_dv .qustn .yes-no-buttons label {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.37px;
    text-align: center;
    max-width: 100%;
    color: #397180;
    border: 1px solid #397180;
    border-radius: 200px;
    padding: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    flex: 0 0 30%;
    cursor: pointer;
}
.model_dv .qustn .yes-no-buttons input[type="radio"]:checked + label {
    background-color: #397180; 
    color: #fff; 
    cursor: unset;
}
.model_dv .modal-content .modal-body p,.model_dv .modal-content .modal-body li {
    font-size: 20px;
    color:#777D89;
}
.model_dv .modal-content .brst_contnt.size16 p {
    font-size: 16px;
}
.model_dv .modal-content .size14 p,.model_dv .modal-content .modal-body .size14 li {
    font-size: 14px;
    font-weight: 400;
    color: #777D89;
}
.model_dv .popup_card p a {
    color: #2da2aa;
    text-decoration: underline;
}
footer p.footer-social-title {
    color: #ffff;
    font-weight: 700;
    line-height: 120%;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper{
	display:block;
}

/****************************** Safty Page *******************************/

body .nrx-terms-content h2 {
   font-size: 23px;
   font-weight: revert;
}
body .nrx-terms-content h3 {
   font-size: 20px;
   padding-top: 0;
   border: none;
   margin-top: 0;
   margin-bottom: 1em;
   font-weight: revert;
} 
body .nrx-terms-content h4 {
   font-size: 18px;
   font-weight: revert;
}
body .nrx-terms-content p {
	font-size: 18px;
    letter-spacing: .13px;
}
body .nrx-terms-content ul li, .page-id-42152 .nrx-terms-content ol li {
    font-size: 18px;
}
 
/************************** End Safty Page  ****************************/

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

    .model_dv .qustn .yes-no-buttons label {
        flex: 0 0 48%;
    }
    .model_dv .modal-content .modal-body p,.model_dv .modal-content .modal-body li {
        font-size: 16px;
        color:#777D89;
    }
    .model_dv .modal-content .brst_contnt.size16 p {
        font-size: 16px;
    }
	.page-template-page-template-faqs .nrx-any-questions .nrx-btn-green {
		display: inline-block;
	}
	body .nrx-terms-content h2 {
        font-size: 24px;
    }
	body .nrx-terms-content h3 {
        font-size: 18px;
		margin-bottom: 15px;
    }
	body .nrx-terms-content ul li, .page-id-42152 .nrx-terms-content ol li, .page-id-42152 .nrx-terms-content p {
			font-size: 16px;
	}
	body .nrx-terms-content h4 {
        font-size: 16px;
    }
}

/******************************************************************** New Footer **************************************************************************/
.nrx-grid-1-30{
	width: 30%;
}

.nrx-grid-1-70{
	width: 70%;
}

.nrx-grid-p-30{
	padding: 30px 0px;
}
.nrx-grid-p-20{
	padding: 20px 0px;
}
.nrx-grid-pt-20{
	padding-top: 20px !important;
}
.nrx-grid-p-20.footer_social_links-desktop{
	padding-top: 10px;
}

.nrx-font-bold{
	font-weight: bold;
}
.copyright-text-white{
	color: #fff;
}

.nrx-remove-bottom-padding{
	padding-bottom: 0px !important;
}
.nrx-remove-top-padding{
	padding-top: 0px !important;
}

.footer_madein_flag.mobile {
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	justify-content: flex-start;
	align-items: center;
	display: none;
	margin-bottom: 31px;
}
.footer_madein_flag.mobile.desktop{
	display: flex;
	margin-bottom: 0;
}
.nrx-footer-copyright .nrx-grid .nrx-grid-1-6.nrx-hidden-tablet-down {
	align-content: center;
}
.footer_madein_flag_row {
	grid-column-gap: .5rem;
	grid-row-gap: .5rem;
	text-align: center;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}
.footer_madein_image {
	width: 7rem;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
}
.footer_madein_image img{
    width: 100%;
}
.footer_madein_text {
	font-size: 1.2rem;
	color: #fff;
	font-weight: 600;
}
footer.new_footer ul li {
	color: #fff;
}
@media only screen and (max-width: 767px) {
    .sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider.slick-initialized .sec2_eqwth {
        margin: 0 30px 0 0;
    }
    /* .sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider .slick-list.draggable{
        left: unset;
    } */
    .sec2_ot .hero_sec_width .flex_Sec2.product_plan_with_slider .slick-list {
        padding-right: 27px !important;
    }
    
	.nrx-grid-1-tablet, .nrx-grid-1-2-tablet, .nrx-grid-1-3-tablet, .nrx-grid-1-4-tablet, .nrx-grid-2-3-tablet {
		width: 100%;
	}
	footer .nrx-footer-support-mobile {
		margin: 10px 0 30px;
	}
	.nrx-nrx-footer-links .nrx-grid .nrx-grid-1-3.nrx-grid-1-1-mobile {
		padding-top: 20px;
	}
	.nrx-nrx-footer-links .nrx-grid .nrx-grid-1-3.nrx-grid-1-1-mobile:first-child {
		padding-top: 0;
	}
	.nrx-nrx-footer-links .nrx-grid .nrx-grid-1-3.nrx-grid-1-1-mobile > div{
		padding-left:0;
	}
	.footer_madein_flag.mobile {
		display: flex;
	}
	.footer_madein_flag.mobile.desktop{
		display: none;
	}
	.nrx-last-updated .nrx-btn-center .nrx-btn-green {
		display: inline-block !important;
	}
}

@media only screen and (max-width: 1024px) {
	.nrx-grid-1-tablet {
		width: 100%;
	}

  
	.footer_madein_flag.mobile > .footer_madein_flag_row{
		align-items: start;
	}
	.footer_madein_flag.mobile > .footer_madein_flag_row .footer_madein_image{
		margin-left: 0;
		margin-right: 0;
	}
	.mobile-nrx-remove-top-padding{
		padding-top: 0px !important;
	}
	.mobile-nrx-bottom-padding{
		padding-bottom: 20px !important;
	}


}
@media only screen and (max-width: 1024px) and (min-width: 768px ) {
	.nrx-grid-1-70.nrx-grid-1-tablet.nrx-nrx-footer-links > div {
		padding-top: 20px;
	}
	.nrx-footer-support-mobile {
		padding: 20px 0;
	}
}


/********************************************************************End  New Footer **************************************************************************/


.nrx-ts span {
    position: relative;
}
.nrx-ts span .nrx-ts-popup {
    display: none;
}



/******** include-quality-tested **********/

.accordion_content.drop_down_cont {
    padding-top: 20px;
}

.qult_text .padding-custm > p {
    padding: 10px 0px;  
}
.qult_text .padding-custm ul li {
    padding-left: 10px !important;
}

.about-new-sec .qlt_content .qlt_lft .qlt_text.test h2 {
    max-width: 100%;
}
.about-new-sec .qlt_content .qlt_lft .qlt_text.test p{
    color: #777D89;
    line-height: 25.2px;
    letter-spacing: -1%;
}
.about-new-sec .qlt_content .ptnc_box:hover{
    cursor: pointer;
}
.about-new-sec .qlt_content .ptnc_box .ptnc_rw .acrdn_arw img {
    width: 40px;
    transition: transform 0.3s ease-in-out;
}
.about-new-sec .qlt_content .ptnc_box.open .ptnc_rw .acrdn_arw img {
   transform: rotate(180deg);
}

.about-new-sec .qlt_content .qlt_ryt.qlt_ryt_sec_p .ptnc_box .accordion_content p {
    font-size: 15px;
}

.about-new-sec .ptnc_rw h3 {
  font-size: 21px;
  margin: 0px 0px 10px;
}

.about-new-sec .sec2_ot.new_contn.about_us_new_contn.p_60 .sec2_img_box p.offer_image_text {
  position: absolute;
  right: 11px;
  background: #2DA2AB;
  color: #fff;
  border-radius: 50px;
  font-size: 1rem;
  top: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  min-height: 35px;
  justify-content: center;
  min-width: 93px;
  max-width: 150px;
  text-align: center;
}
.about-new-sec .sec2_ot.new_contn.about_us_new_contn.p_60 .sec2_img_box{
  position:relative;
}

.about-new-sec .sec2_ot.new_contn.about_us_new_contn.p_60 .stock_mt.sb h6.stock_h6_mt {
    color: #2DA2AB;
}
.about-new-sec .sec2_ot.new_contn.about_us_new_contn.p_60 .stock_btn > div .nrx-btn-get-started {
  display: block;
  width: 100%;
  text-align: center;
}

.about-new-sec .sec2_ot.new_contn.about_us_new_contn.p_60 .stock_btn > div .nrx-btn-get-started.without_icon_arrow_link {
  background: transparent;
  color: #ef6c41;
  border: 1px solid #ef6c41;
  padding-right: 31px;
  padding-left: 31px;
}
.about-new-sec .sec2_ot.new_contn.about_us_new_contn.p_60 .stock_btn > div .nrx-btn-get-started.without_icon_arrow_link:hover {
  background: #ef6c41;
  color: #fff;
  border: 1px solid #ef6c41;
}
.about-new-sec .sec2_ot.new_contn.about_us_new_contn.p_60 .stock_btn > div .nrx-btn-get-started.without_icon_arrow_link:after{
 content: none;
}

.accordion .accordion__content ul li {
    position: relative;
    color: #777D89;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
    line-height: 140%;
}
.cky-consent-container {
    position: fixed !important;
}
/*.accordion .accordion__content ul{
  list-style: none;
}

.accordion .accordion__content ul li::after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(https://www.nicerx.com/wp-content/themes/nicerx/nicerx-new-design/assets/img/stock_li.png);
    background-size: cover;
    left: -22px;
    top: 3px;
}*/
body.page-template-page-template-terms-of-use-php.page.page-id-46982 a.nrx-back-to-top, body.page-template-page-template-terms-of-use-php.page.page-id-46975 a.nrx-back-to-top, body.page-template-page-template-terms-of-use-php.page.page-id-46973 a.nrx-back-to-top, body.page-template-page-template-terms-of-use-php.page.page-id-46969 a.nrx-back-to-top, body.page-template-page-template-terms-of-use-php.page.page-id-46887 a.nrx-back-to-top{
    display: none;
} 
@media only screen and (max-width: 767px){
    
	.qlt_sec.p_60.about-new-sec .ptnc_box.open_click_box .ptnc_rw .sec2_ot {
        flex: unset;
    }

    .trust_h3 {
        font-size: 18px !important;
        line-height: 28px;
      }
}

/***************/

