.new-prod-box{
	border: 3px solid #f36b69;
    padding: 0 !important;
    border-radius: 10px;
    /*background: #fffbf9;*/
    background: #ffffff;
}
.tabs-stage {
    padding: 15px 20px;
}
.new-prod-box .heading{
	display: flex;
    justify-content: space-between;
    margin: -3px;
}

.new-prod-box ul.heading li{
	margin: 0;
    padding: 10px 15px;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15pt;
    color: #183152;
    width: 100%;
    text-align: center; 
    border: 3px solid #f36b69;
    background: #ebf0f8;
    border-top-left-radius: 0px;  
    cursor: pointer;
}

li#one-time-purchase-heading {
    border-top-right-radius: 8px;
    border: 3px solid #f36b69;
    border-top: 3px solid #12428a;
    border-right: 3px solid #12428a;
}
.new-prod-box ul.heading li:not(.tab-active):hover{
    background: #fde4e3;
}
li#subscribe-and-save-heading {
    border-top-left-radius: 8px;
    border: 3px solid #f36b69;
    border-top: 3px solid #12428a;
    border-left: 3px solid #12428a;
}


.new-prod-box .heading li.tab-active{
    border-bottom: 0px !important;
    border-top: 3px solid #f36b69 !important;
    /*background: #fffbf9;*/
    background: #fff;
    border-top-left-radius: 8px;
}

.new-prod-box .heading li.tab-active#one-time-purchase-heading{
	border-top-right-radius: 8px;
	border-top-left-radius: 0;
    border-right: 3px solid #f36b69;
    border-left: 0;
}

.new-prod-box .heading li.tab-active#subscribe-and-save-heading{
border-right: 0;
border-left: 3px solid #f36b69;
}


#tab-1>h1 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #32457a;
    padding: 0;
    margin: 0;
    font-family: "Nomove";
    border: 0;
}
#tab-1 .btl-sec{
	padding-bottom: 175px;
}
#tab-1 .price-category2 .btl-sec {
    padding-bottom: 166px;
}
#tab-1 .subscription-marketing-bullet-points {
    column-count: 2;
    width: 55%;
    margin: 5px auto 5px;
    font-size: 0;
}
#tab-1 .subscription-marketing-bullet-points li {
    max-width: 230px;
    margin: 0 20px;
    padding: 0;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #293453;

}

#tab-1 .subscription-marketing-bullet-points li:before{
	content: url(../images/checkmark.png);
     position: relative;
    left: 0px;
    top: 4px;
}

.tabs{
	margin-top: 0px;
    border: 0;
}

#tab-1 a.benefits-link {
   font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
    color: #183152;
    font-weight: normal;
    text-decoration: underline;
}

#tab-1 .top-prod-sec h3{
   display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #0050a4;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0;
    text-transform: inherit;
    line-height: 22px;

}

#tab-1 .top-prod-sec h3 span{
	font-size: 12px;
	display: block;
	font-weight: 400;
}

#tab-1 .top-prod-sec span.percent-count{
	font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    color: #0050a4;
    font-family: 'Poppins', sans-serif;
    float: right;
}

#tab-1 .top-prod-sec span.sup-txt{
	font-size: 17px;
    vertical-align: baseline;
}

#tab-1 .cart-new{
	margin-top:8px;
}

#tab-1 .bot-prod-detaiils{
	margin-top: 30px;
}

#tab-1 .box-new-pr{
	margin-top: 0 !important;
	min-height: 300px !important;
}

#tab-1 .mid-prod-sec {
    padding: 10px 5px 5px;
}

#tab-1 .bot-prod-sec {
    padding: 8px 5px 5px;
}

#tab-1 .box-new-pr:hover .top-prod-sec h3, #tab-1 .box-new-pr:hover .percent-count{
	color: #fff;
}

#tab-1 .selected-box .top-prod-sec h3, #tab-1 .selected-box .top-prod-sec .percent-count{
	color: #fff;
}



/*------------Sub Modal------------*/

.sub-modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    height: 100vh;
    width: 100%;
    z-index: 9999;
}

.sub-modal h1 {
    font-size: 30px;
    color: #32457a;
    font-weight: bold;
    font-family: "Nomove";
    text-transform: uppercase;
    border: 0;
    padding: 0;
    line-height: 36px;
}

.sub-modal h3 {
    font-size: 14px;
    color: #183152;
    font-weight: bold;
}

.sub-modal p {
    font-size: 16px;
    color: #000;
}

.sub-modal__content {
    width: 75%;
    max-width: 1080px;
    max-height: 80vh;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, .2);
}

.sub-modal__content-container {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
}

.sub-modal__subscription {
    display: flex;
    padding: 25px 30px 0 30px;
}

.sub-modal__subscription-content {
    width: 50%;
    padding-right: 20px;
    margin-right: auto;
}

.sub-modal__subscription-img {
    width: 100%;
    max-width: 350px;
    object-fit: contain;
}

.sub-modal__icon-img {
    max-height: 60px;
    width: auto;
    margin-bottom: 10px;
}

.sub-modal__consistency {
    display: flex;
}

.sub-modal__brand {
    font-style: italic;
    color: #293453;
    font-weight: 600;
    margin-bottom: 25px;
}

.sub-modal__subscription-list {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 100px 0 30px;
}

.sub-modal__subscription-item {
    width: 176px;
    padding-bottom: 20px;
}

.sub-modal__subscription-item p {
    font-size: 13px;
}

.sub-modal__consistency {
    padding: 20px 30px 0 30px;
}

.sub-modal__consistency-info h1 {
    margin-bottom: 15px;
}

.sub-modal__consistency-p1 {
    margin-bottom: 25px;
}

.sub-modal__consistency-img {
    float: left;
    margin-right: 20px;
}

.sub-modal__content-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c6e7fc;
    margin-top: 50px;
    padding: 20px 30px;
}

.sub-modal__content-footer .cta-button {
    padding: 12px 70px;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #95c92c;
}

.sub-modal p.sub-modal__content-footer-desc {
    font-size: 16px;
    color: #293453;
    font-weight: 600;
    margin-bottom: 0 !important
}

.sub-modal__content-footer-img {
    margin-top: -50px;
    margin-bottom: 15px;
    max-width: 178px;
}

.sub-modal__content-footer-desc {
    font-size: 18px;
    font-weight: 500;
    color: #293453;
}

.sub-modal__close {
    position: absolute;
    top: -55px;
    font-size: 40px;
    right: -15px;
    color: #fff;
    cursor: pointer;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.js--sub-modal-close {
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .sub-modal h1 {
        font-size: 30px;
    }
    .sub-modal p {
        font-size: 12px;
    }
    .sub-modal__consistency-img {
        max-width: 113px;
    }
    #tab-1 .subscription-marketing-bullet-points li{
        margin: 0 15px;
    }
    .price-hdng:after{
        bottom: -50px;
    }
}

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

@media screen and (max-width: 991px){
    .sub-modal__subscription {
        flex-direction: column;
    }
    .sub-modal__subscription-content {
        width: 100%;
    }
    .sub-modal__subscription-content {
        width: 100%;
        margin-right: 0;
    }
    .sub-modal__subscription-img {
        margin-top: 10px;
    }
    .sub-modal__subscription-item {
        width: auto;
    }
}


@media screen and (max-width: 845px) {
    .sub-modal__subscription {
        padding: 25px 50px 20px 50px;
    }
    .sub-modal__subscription-list {
        padding: 0 15px 0 15px;
    }
    .sub-modal__content-footer {
        /*flex-direction: column;*/
    }
   
    .sub-modal__content-footer-desc {
        margin-bottom: 25px;
        width: 70%;
        text-align: center;
    }
    .sub-modal button {
        margin-bottom: 20px;
    }
    .sub-modal__consistency {
        padding: 0 0 20px 50px;
    }
}

@media screen and (max-width: 455px) {
    .sub-modal__subscription {
        padding: 20px;
    }
    .sub-modal__subscription-list {
        padding: 0 15px 0 15px;
    }
    .sub-modal__consistency {
        padding: 0 0 20px 20px;
    }
    .sub-modal h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .sub-modal__brand {
        font-size: 12px;
    }
    .sub-modal__icon-img {
        margin: 0 auto 10px;
        display: block;
    }
    .sub-modal__subscription-list {
        margin-top: 0;
    }
    .sub-modal__consistency {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    .sub-modal__consistency-img {
        max-width: 100%;
        margin: auto;
        order: 2;
        float: none;
    }
    .sub-modal__content-footer {
        margin-top: 20px;
    }
    .sub-modal__content-footer {
        display: block;
        margin-top: 20px;
        padding: 20px 15px;
    }
    .sub-modal p.sub-modal__content-footer-desc {
        display: none;
    }
    .sub-modal__content-footer .cta-button {
        padding: 12px 20px;
        margin-bottom: 0;
        text-transform: uppercase;
        width: 100%;
    }
}


/*----------------Benefits Modal---------------*/

.benefits-modal.modal {
    width: initial;
    overflow: visible;
    background: #fff;
    border: 4px solid #2e5898;
    border-radius: 10px;
}

@media(min-width: 1024px) {
    .benefits-modal {
        transform: translate(-10%, -50%)
    }
}

.benefits-modal .modal-close,
.sub-modal__content .modal-close {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: initial
}

.benefits-modal .modal-close img ,
.sub-modal__content .modal-close img{
    filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%)
}

.benefits-modal .modal-header {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #b7c3da;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 0;
}

.benefits-modal .modal-header em {
    margin: 0px;
    text-align: left;
    font-family: 'Nomove';
    text-transform: uppercase;
}

.benefits-modal .modal-body {
    margin-top: 20px;
    text-align: left
}

.benefits-bullet-points li {
    margin-bottom: 10px;
    font-family: 'lato';
    color: #183152;
}

.benefits-bullet-points li .checkmark {
    color: #ff7369
}

.benefits-modal .benefits-close-button-block {
    text-align: center;
    margin-top: 20px
}

.benefits-modal a.button {
    width: 230px;
    max-width: 90%
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100010;
    display: none
}

.product-info-modal,
.gift-modal,
.modal {
    position: fixed;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #ebf0f8;
    background-size: cover;
    min-height: 400px;
    min-width: 425px;
    z-index: 100010;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    color: #fff;
    text-align: center;
    max-width: 800px;
    width: 100%;
    border-radius: 4px;
    right: auto;
    bottom: auto;
}

.modal-close {
    position: absolute;
    top: 5px;
    right: 20px;
    line-height: 1;
    font-size: 40px;
    color: #667ba2;
    cursor: pointer
}

.product-info-modal em,
.gift-modal em,
.modal em {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0.5px;
    text-align: center;
    color: #1f387e;
    font-style: normal;
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px
}

.product-info-modal em:after,
.gift-modal em:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #ff7369;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px
}

.product-info-modal .modal-header>p,
.gift-modal .modal-header>p,
.modal .modal-header>p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #667ba2
}

.modal-body a.button {
    display: inline-block;
    margin: 0;
    text-align: center;
    background: #f26522;
    border: 1px solid #d65517;
    border-radius: 40px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border: unset
}

.gift-modal a.button:hover,
.modal-body a.button:hover {
    background: #f89f75
}

.modal-body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #293453
}

.benefits-modal {
    width: initial;
    overflow: visible
}

@media(min-width: 1024px) {
    .benefits-modal {
        transform: translate(-10%, -50%)
    }
   
}

.benefits-modal .modal-close {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: initial
}

.benefits-modal .modal-close img {
    filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%)
}

.benefits-modal .modal-header {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 2px solid #12428a;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

.benefits-modal .modal-header em {
    margin: 0px;
    text-align: left
}

.benefits-modal .modal-body {
    margin-top: 20px;
    text-align: left;
    padding: 0;
}

.benefits-bullet-points li {
    margin-bottom: 10px
}

.benefits-bullet-points li .checkmark {
    color: #ff7369
}

.benefits-modal .benefits-close-button-block {
    text-align: center;
    margin-top: 20px
}

.benefits-modal a.button {
    width: 250px;
    max-width: 90%
}

@media (max-width: 640px) {
    .modal {
        min-width: 320px;
    }
}

ul.benefits-bullet-points li:before {
    content: url(../images/checkmark.png);
    position: relative;
    left: -5px;
    top: 2px;
}
@media screen and (max-width: 1024px){
#tab-1 .subscription-marketing-bullet-points{
    width: 58%;
}
 .product-info-modal,
.gift-modal,
.modal{
    left:30%;
}
}

@media screen and (max-width: 991.5px) and (min-width: 900px){
  .container{
    width: 90%;
  }
  #tab-1 .btl-sec-img img{
    margin: 0 auto;
}
.price-hdng:after{
    bottom: -47px;
}
#tab-1 .price-hdng span.percent-count {
    font-size: 40px;
}
#tab-1 .price-hdng span.sup-txt {
    font-size: 16px;
}
}

@media screen and (max-width: 991.5px){
      .new-prod-box ul.heading li{
        font-size: 14pt;
    }
    #tab-2 .price-hdng h3 {
    font-size: 22px;
}
#tab-2 .price-hdng span.percent-count {
    font-size: 32px;
    }
    #tab-2 .price-hdng span.sup-txt {
    font-size: 14px;
}
#tab-1 .subscription-marketing-bullet-points {
    width: 76%;
}
    .product-info-modal,
.gift-modal,
.modal{
    left:50%;
}
#tab-1 .subscription-marketing-bullet-points {
    width: 76%;
}

#tab-1 .price-category2 .btl-sec{
    padding-bottom: 160px;
}

#tab-1 .btl-sec{
    padding-bottom: 170px;
}
.price-sec h5 {
    font-size: 24px;
}
.price-sec{
    width: 110px;
    height: 110px;
    padding: 15px 2px;
}
#tab-1 .btl-sec {
    padding-bottom: 135px;
}
#tab-1 .price-category2 .btl-sec {
    padding-bottom: 130px;
}
.price-sec p {
    font-size: 22px;
}
.price-sec h5 {
    font-size: 25px;
}
.btl-sec-img img {
    max-width: 170px;
    max-height: 160px;
    margin: 0 auto;
}
#tab-1 .price-sec {
    top: 15px;
}
#tab-1 .price-category2 .price-sec {
    top: 10px;
}
#tab-1 .btl-sec-img{
    top:-65px;
}
#tab-1 .price-category2 .btl-sec{
    padding-bottom: 130px;
}
#tab-2 .price-category2 .btl-sec {
    padding-bottom: 205px;
}
#tab-2 .btl-sec{
    padding-bottom: 160px;
}
.btl-sec-img{
    top:-35px;
}
#tab-2 .btl-sec-img{
    top:-18px;
}
#tab-1 .price-hdng h3{
    font-size: 20px;
}
#tab-1 .price-hdng span.percent-count{
    font-size: 36px;
}
#tab-1 .price-hdng span.sup-txt {
    font-size: 14px;
}
.new-prod-box ul.heading li{
    font-size: 12pt;
}
}

@media screen and (max-width: 768px){
/*.new-prod-box ul.heading li{
    font-size: 12pt;
}
#tab-1 .price-hdng h3{
    font-size: 20px;
}
#tab-1 .price-hdng span.percent-count{
    font-size: 36px;
}
#tab-1 .price-hdng span.sup-txt {
    font-size: 14px;
}
*/
}

@media screen and (max-width: 767px) {
    .new-prod-box ul.heading li {
        padding: 4px 5px;
        font-size: 16px;
        text-align: center;
        line-height: 22px;
        position: relative;
        display: flex;
        align-items: center;
        color: #435772;
        }
        .m-hide{
            display: none;
        }
        .single-btl{
            margin-left: 15px;
        }

        .sub-modal__subscription-img{
            margin: 0 auto;
        }
        
        .new-prod-box ul.heading li#subscribe-and-save-heading span, .new-prod-box ul.heading li#one-time-purchase-heading span {
            display: block;
        }
        .new-prod-box ul.heading li#subscribe-and-save-heading i {
            position: absolute;
            top: 6px;
            right: 6px;
        }
        #tab-mob-1 > h1 {
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            color: #32457a;
            padding: 0;
            margin: 0;
            font-family: "Nomove";
            border: 0;
            margin-bottom: 5px;
        }
        #tab-mob-1 .subscription-marketing-bullet-points {
            column-count: 1;
        width: auto;
            display: table;
            margin: 0 auto;
        }
        #tab-mob-1 .subscription-marketing-bullet-points li {
            max-width: 250px;
            margin: 0 auto;
            padding: 0;
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 22px;
            letter-spacing: normal;
            text-align: left;
            color: #293453;
        }
        #tab-mob-1 .subscription-marketing-bullet-points li:before {
            content: url(../images/checkmark.png);
            position: relative;
            left: -5px;
            top: 2px;
        }
        #tab-mob-1 a.benefits-link {
            font-size: 15px;
            display: block;
            text-align: center;
            margin-bottom: 8px;
            color: #293453;
            font-weight: 400;
            text-decoration: underline;
        }
        #tab-mob-1 .cls-lft-txt {
            font-size: 20px;
            font-weight: 500;
            color: #0050a4;
            line-height: 18px;
        }
        #tab-mob-1 .blu-txt {
            font-size: 12px;
        }
        #tab-mob-1 .cls-rgt-sec {
        font-size: 32px;
        display: flex;
        align-items: center;
        padding-top: 10px;
        }
        #tab-mob-1 .pkg-mob-new span.sup-txt {
            font-size: 12px;
            vertical-align: baseline;
            padding-left: 3px;
        }
        #tab-mob-1 .pkg-mb-active .cls-lft-txt,
        #tab-mob-1 .pkg-mb-active .blu-txt {
            color: #fff;
        }
        #tab-mob-1 .dt-mod-price {
            width: 90%;
            display: flex;
            justify-content: space-between;
            float: none;
            margin-bottom: 10px;
        }
        #tab-mob-1 .price-mob {
            text-align: center;
            flex: 2;
            /* margin-top: 25px; */
            margin-top: 10px;
        }
        #tab-mob-1 .dt-mod-price .price-big {
            font-size: 45px;
        }
        #tab-mob-1 .dt-mod-price .sup-txt1 {
            font-size: 24px;
        }
        #tab-mob-1 .sup-txt1 small {
            font-size: 14px;
        }
        #tab-mob-1 .pkg-mb-active h5 {
            padding: 0;
        }
        #tab-mob-1 .dt-mod-img {
        float: right;
        width: 30%;
        text-align: center;
        }
        #tab-mob-1 .details-mb-mod h4{
            padding: 0;
            margin:5px 0;
        }
        .tabs-stage{
            padding: 0 6px;
            margin-top: 15px;
        }
        .sub-modal h1{
            margin-top: 0;
        }

        
    }

    @media only screen and ( min-width: 320px) and ( max-width:374px){
        .benefits-modal .modal-header em{line-height: 1;font-size: 16px;}
        .benefits-bullet-points li {
            margin-bottom: 5px;
        }
    }

    @media only screen and ( min-width: 320px) and ( max-width:767px){
            .new-prod-box ul.heading li a{text-align: center;
                display: table;
                margin: 0 auto;
                font-size: 13px;
                line-height: 17px;
                width: 100%;
            }

            .benefits-modal.modal {
                width: 88%;    min-width: 300px;
            }
            .sub-modal__subscription {
                padding: 15px 15px 20px 15px;
            }
            .sub-modal__content {
                width: 90%;
            }
            .sub-modal__icon-img{    display: table;
                margin: 0 auto;}
                .sub-modal__consistency-img {
                max-width: 100%;
                margin: auto;
                order: 2;
                float: none;
            }
            .sub-modal__consistency {
                flex-wrap: wrap;
                padding: 0 15px;
            }
            .sub-modal__content-footer .cta-button {
            padding: 12px 10px;
                font-size: 12px;}
                .sub-modal p.sub-modal__content-footer-desc{width: 95%; font-size: 13px;}
                li#subscribe-and-save-heading {
                border-top-left-radius: 8px;
            }
            li#one-time-purchase-heading{
                border-top-right-radius: 8px;
            }
        }
        @media only screen and (min-width: 320px) and (max-width: 360px){
.new-prod-box ul.heading li a{font-size: 14px; line-height: 20px;}

        }

        @media only screen and (min-width: 768px) and (max-width: 1180px){
.sub-modal__consistency-img {
    object-fit: contain;
    max-width: 200px;}
        li#subscribe-and-save-heading {
    border-top-left-radius: 8px;
}
li#one-time-purchase-heading{
    border-top-right-radius: 8px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1189px){
.sub-modal__content {
    width: 90%;

}
}



@media screen and (max-width: 767px) and (orientation:landscape){
    .new-prod-box ul.heading li a{
        font-size: 18px;
        line-height: 24px;
    }
    #tab-mob-1 .cls-rgt-sec{
        padding-top: 20px;
    }
}

@media screen and (max-width: 668px) and (orientation:landscape){
    .new-prod-box ul.heading li a{
       
    }
}

@media screen and (max-width: 480px){
    .new-prod-box ul.heading li a{
        font-size: 14px;
        line-height: 18px;
    }   
    
}

@media screen and (max-width: 380px){
    .new-prod-box ul.heading li a{
        font-size: 12px;
        line-height: 16px;
    }
    
    #tab-mob-1 .pkg-mob-new span.sup-txt {
        font-size: 10px;        
    }

    .tabs-stage-mob {
    padding: 0 10px 10px;
}
#tab-mob-1 > h1 {
    font-size: 23px;
    }
}

@media screen and (max-width: 360px){
    .new-prod-box ul.heading li a{
        font-size: 12px;
        line-height: 18px;
    }
    #tab-mob-1 .cls-rgt-sec{
        font-size: 22px;
        padding-top: 15px;
    }

    #tab-mob-1 > h1 {
    font-size: 23px;
}
   
}

@media screen and (max-width: 340px){
    .new-prod-box ul.heading li a{
        font-size: 11px;
        line-height: 14px;
    }
    #tab-mob-1 > h1 {
    font-size: 20px;
}
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) 
and (orientation : landscape){
    .benefits-modal.modal{
        min-height: inherit;
        max-height: 80vh;        
    }

    .modal_content_container{
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 65vh;
    }
    ul.benefits-bullet-points li:before{
        padding-left: 5px;
    }
}

/*add css*/

.new-prod-box .tabs-nav li a{
    color: #183152;
}
.new-prod-box .tabs-nav li a span{
    color: #28a756 !important;
}
.new-prod-box .tabs-nav li.tab-active a{
    color: #ed6769;
}