                                                                                                                                            /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Nov, 2021, 5:14:24 PM
    Author     : Pratik bariya
*/


.tag-articles-withoutimg 
{ position: absolute;
  /*bottom: 20px;*/
  left: 0px;
  background-color: #222626;
  border-left: 3px solid #db4f63;
  padding: 2px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: freight-sansmedium;
  margin-top:30px;}

.subscription__pkg1 {
    background: #fff;
    border: 0px solid #e3e3e3; 
    display: flex;
    margin-top: 0px; 
}
.premium-content {
    background:none;
    min-height: 246px;
    box-shadow: 0 0px 9px 0 rgb(0 0 0 / 10%);
    margin: 30px 0px 30px 0; 
    position: relative;
    padding: 0px 0 0 0px; 
}
.subscription__benefits li {
    font-size: 14px;
    color: #212121;
    font-family: 'Freight-SansMedium';
    padding: 0 0 5px 0;
    line-height: 20px;
    list-style: disc;
}
.subscription__info-top {
    border-bottom: 1px
        dashed #e3e3e3;
    min-height: 80px; padding-bottom: 0px; 
}
.subscription__price span {
    font-size: 22px;
    color: #65c5ac;
    line-height: 34px;
    font-family: 'Merriweather-Bold';
}
.subscription__price {
    font-size: 12px;
    color: #000000;
    font-family: 'Merriweather-Regular';
    padding-bottom: 10px;
}
.subscription__benefits {
    min-height: 100px;
    /* min-height: 100px;*/
    padding: 20px 0;
}
.premium-content__head {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Freight-SansMedium';
    padding: 0px 20px 20px 20px;
    /*background: #666666;*/

    text-align: center;line-height:30px;
}
.subscription__btn a {
    display: initial;
    color: #000;
    font-size: 14px;
    font-family: 'Freight-SansMedium';
    text-transform: uppercase;
    border: 1 px solid #cbcbcb;
    background: #f1f5f5;
    text-align: center;
    padding: 9px 5px;
    transition: all .3s ease-in-out;
    border-radius: 2px;
}
.subscription__item1 {
    width: 33.33%;
    padding: 28px 14px;
}
.subscription__item2{ width: 66.66%;
}
.subscription__item_sub{
    width: 50%; border-left:1px solid #e3e3e3;
    padding: 28px 14px;
    float:left;
}
.back_margin{background:#fff; margin:0px 30px;}
.back_height_full{background: url(/media/image/essential/bg-subscription.jpg) 0 0 no-repeat;
                      height: auto;  background-size: cover; padding-top: 20px;padding-bottom: 30px;}
.back_height_single{background: url(/media/image/essential/bg-subscription.jpg) 0 0 no-repeat;
                   height: auto;  background-size: cover; padding-top: 20px;padding-bottom: 30px;}
 subscription__pkg1_sp{    background: #fff;
    border: 0px solid #e3e3e3;
    display: flex;
    margin-top: 0px;}
@media (max-width: 767px) {


    .back_height_full{background: url(/media/image/essential/bg-subscription.jpg) 0 0 no-repeat;
                    height: auto;  background-size: cover; padding-top: 20px;padding-bottom: 30px;}
    .back_height_single{background: url(/media/image/essential/bg-subscription.jpg) 0 0 no-repeat;
                        height: auto;  background-size: cover; padding-top: 20px;padding-bottom: 30px;}
    .back_margin{background:#fff; margin:0px 20px;}
  .subscription__pkg1_sp {
    background: #fff;
    border: 0px solid #e3e3e3;
    display: flex;
    margin-top: 0px;
    width: 100%;
}
}
                                                                                                                        