                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
.home_title_a{float: none; width: 100%;}
.inside-page .aside-left {
    float: left;
    width: 860px;
}

.inside-page .aside-right {
    float: right;
    width: 270px;
}

.inside-page {
    padding: 60px 0px 0px 0px;
}

.edit_delete {
    margin-left: 70%;
    line-height: 40px;
    font-size: 16px;
}

.edit_delete a {
    margin-right: 10px;
    color: red;
    text-decoration: underline;
}

.inside-page__head{
    font-family: 'Merriweather-Bold';
    font-size: 36px;
    color: #212121;
    line-height: 47px;
    margin-bottom: 30px;
}

/* About Us Section
***************************************************************/

.about-magazine__row{
    position: relative;
    padding: 40px 0 0 226px;
    min-height: 279px;
    margin-top: -50px;
}
.about-magazine__row + .about-magazine__row{
    border-top: 1px solid #eaeaea;
    margin-top: 50px;
}
.about-magazine__img{
    position: absolute;
    left: 0;
    top: 50px;
}

.about-magazine__pic{
    width: 184px;
    height: 184px;
    position: relative;
    z-index: 2;
    margin: 0 0 0 18px;
    border-radius: 5px;
    box-shadow: 0 3px 2px 1px rgba(0,0,0,0.1);
}
.about-magazine__pic img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.about-magazine__img:after{
    content: "";
    background: #faf1ff;
    border-radius: 5px;
    width: 263px;
    height: 263px;
    position: absolute;
    left: 0;
    top: 20px;
}

.about-magazine__inner{
    position: relative;
    z-index: 1;
}

.about-magazine__title{
    color: #222626;
    font-family: 'Merriweather-Bold';
    line-height: 30px;
    padding: 80px 0 30px 0;
    font-size: 28px;
}

.about-magazine__desc{
    font-size: 18px;
    color: #757575;
    line-height: 32px;
    font-family: 'Merriweather-Light';
}

.about-magazine__desc a{
    color: #dd4d61;
}
.about-magazine__desc a:hover{
    text-decoration: underline;
}
.about-magazine__row--2 .about-magazine__img:after{
    background: #f1fbff;
}

.about-magazine__row--3 .about-magazine__img:after{
    background: #fff1f6;
}
.about-magazine__row--4 .about-magazine__img:after{
    background: #fffbf1;
}
.about-magazine__row--5 .about-magazine__img:after {
    background: #e8fcfb;
}

.subscription{
    background: #f8f8f8 url("../media/image/bg-subscription.png") top right no-repeat;
    min-height: 359px;
    border-radius: 5px;
    padding: 25px;
    margin-top: 30px;
}
.subscription__item{
    padding-bottom: 30px;
}
.subscription__head{
    color: #212121;
    font-size: 32px;
    font-family: 'Freight-SansMedium';
    padding-bottom: 30px;
}

.subscription__label{
    font-size: 20px;
    font-family: 'Freight-SansMedium';
    color: #757575;
    padding-bottom: 5px;
}

.subscription a{
    font-size: 18px;
    color: #212121;
    font-family: 'Merriweather-Bold';
}

.subscription a:hover{
    color:#dd4d61;
}


.innerSubHeading {
    color: #222626;
    font-family: 'Merriweather-Bold';
    line-height: 30px;
    padding: 30px 0 30px 0;
    font-size: 28px;
}

.divContent{
    font-family: 'EB Garamond', serif;
    color: #404040;
    font-size: 23px;
    font-weight: 400 !important;
    line-height: 36px;
}
.divContent p{
    margin: 0;
    padding-bottom: 10px;
}

.divContent h3{
    margin:0;
    padding:10px 0 10px 0;
    font-weight: normal;
    color: #212121;
    font-size:18px;
    font-family: 'Merriweather-Bold';
}

.divContent a {
    color: #0000ff;
}
.divContent a:hover{
    text-decoration: underline;
}

.founders{
    padding: 40px 0 0 0;
}

.partnership{
    margin-top: 40px;
}

.founders__list{
    position: relative;;
    min-height: 140px;
    padding: 10px 0 0 157px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.founders__pic{
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
}

.founders__pic .imgContainer, .founders__pic .imgContainer img{
    border-radius: 50%;
}

/* -- quantity box -- */

.quantity {
    display: inline-block; }

.quantity .input-text.qty {
    width: 45px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; }

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 39px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor:pointer;}

.quantity.buttons_added .minus {
    border-right: 0; }

.quantity.buttons_added .plus {
    border-left: 0; }

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0; }

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none; }


.bodyGray{
    background: #f1f1f1;	
}

.bodyGray .menu:before, .bodyGray .menu:after{
    background: #f1f1f1;	
}

.login-container{
    background: #fff url('../media/image/bg-login.png') bottom right no-repeat;
    box-shadow: -1px 3px 13px 5px rgba(0,0,0,0.05);
    border-radius: 5px;
    padding: 30px 70px 70px 70px;
}

.login__head {
    font-family: 'Merriweather-Bold';
    font-size: 30px;
    color: #212121;
    line-height: 40px;
    margin-bottom: 30px;
}
.done__text{
    font-size: 24px;
    color: #212121;
    line-height: 40px;
    margin: 20px 0px 10px 0px; font-weight:300;}
.form-container{
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    display: flex;
}

.form-container__left{
    float: left;
    width: 50%;
}
.form-container__right{
    float: right;
    width: 50%;
    background: #f4f4f4;
    border-radius: 0 10px 10px 0;
}

.divForm--login{
    padding: 89px 43px 90px 43px;
}

.social-login{
    padding: 100px 43px 0 43px;
}


.divForm.divForm--login .inputSlideText{
    border: 2px solid #e9e9e9;
    border-radius: 30px;
    padding: 16px;
}
.divForm.divForm--login .inputSlideText:focus{
    border-color: #65c5ac;
}
.custom-btn {
    background: #65c5ac;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 30px;
    font-family: 'Freight-SansMedium';
    font-size: 22px;
    color: #fff;
    border: 1px solid #65c5ac;
    padding: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: relative;
}
.custom-btn:hover{
    opacity: 0.9;
}

.divFormRowElm__forgot{
    padding: 0 20px;
    font-size: 16px;
    text-align: right;
    font-family: 'Freight-SansMedium';
}
.link__forgot{
    float: left;

}

.divFormRowElm__forgot a{
    color: #dd4d61;
}

.divFormRowElm__forgot a:hover{
    text-decoration: underline;
}
.link__signup{
    font-size: 18px;
}

.custom-btn.custom-btn--fb{
    border: 1px solid #e9e9e9;
    text-transform: none;
    font-size: 24px;
    background: #1977f3;
}

.custom-btn.custom-btn--fb:after{
    content: "";
    background: url('../media/image/sprite-login.png') no-repeat -15px -22px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.custom-btn.custom-btn--tw{
    border: 1px solid #e9e9e9;
    text-transform: none;
    font-size: 24px;
    background: #2caae0;
}

.custom-btn.custom-btn--tw:after{
    content: "";
    background: url('../media/image/sprite-login.png') no-repeat -14px -104px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.custom-btn.custom-btn--google{
    border: 1px solid #e9e9e9;
    text-transform: none;
    font-size: 24px;
    background: #fff;
    color: #212121;
}

.custom-btn.custom-btn--google:after{
    content: "";
    background: url('../media/image/sprite-login.png') no-repeat -14px -188px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 15px;
}

.divFormRowElm__password{
    position: relative;
}

.show-password{
    background: url('../media/image/icon-password.png') 0 0 no-repeat;
    width: 27px;
    height: 17px;
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1;
}

.orText{
    position: absolute;
    top: 50%;
    left: calc(50% - 30px);
    font-family: 'Freight-SansMedium';
    font-size: 22px;
    width: 60px;
    text-align: center;
    color: #757575;
}

.remember-me{
    float: left;
    position: relative;
}

.remember-me input{
    opacity: 0;
    position: absolute;
}

.remember-me label{
    position: relative;
    padding:0 0 0 20px;
    cursor: pointer;
}

.remember-me label:after{
    content: "";
    background: #c7c7c7;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
}

.remember-me input:checked + label:before{
    content: "";
    z-index: 1;
    width: 7px;
    height: 4px;
    border: solid 1px #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    position: absolute;
    left: 3px;
    top: 5px;
}

.signup-page .social-login {
    padding: 130px 43px 0 43px;
}


.forgotPassword-page .divForm--login{
    padding:0;
}

.container.forgotPassword-page{
    width: 560px;
}

.container.forgotPassword-page .login-container{
    background-size: 152px;
    padding-bottom: 130px;
}

.capcha-hint{
    padding:5px 10px 0 10px;
    font-size: 14px;
}


.container.verify-email-page {
    width: 560px;
    margin-top: 80px;
}

.verify-email__con{
    font-size: 18px;
    color: #757575;
}

.verify-email__con a{
    color: #dd4d61;
    font-family: 'Merriweather-Bold';
}
.verify-email__con a:hover{
    text-decoration: underline;
}

.container.verify-email-page .login-container{
    background-size: 180px auto;
}


/* Artical page
***************************************************************/

.artical-dated {
    width: 850px;
    padding-bottom: 40px;
    font-size: 18px;
    color: #a4abab;
    font-family: 'Freight-SansMedium';
}
.artical-dated__text{
    display: inline-block;
}

.artical-dated__other{
    text-align: right;
}
.artical-dated__other ul{
    margin:0;
    padding: 0;
}

.artical-dated__other li{
    margin:0;
    padding: 0 0 0 20px;
    display: inline-block;

}
.icon-other-l{
    background:url('../media/image/sprite-other-icons.png') no-repeat -7px -3px;
    display: inline-block;
    width: 22px;
    height: 24px;
    vertical-align: middle;
}


.icon-other-l__download{
    background-position: -7px -3px;
}
.icon-other-l__cart{
    background:url('http://demo.m.moneylife.in/events/New_moneylife/images/cart.png') no-repeat -7px -3px;
    background-position: -49px -5px;
    display: inline-block;
    width: 22px;
    height: 24px;
    vertical-align: middle;
}
.icon-other-l__gift{
    background-position: -49px -5px;
}
.icon-other-l__comment{
    background-position: -92px -6px;
    width: 20px;
    margin-right: 10px;
}
.icon-other-l__bookmark{
    background-position: -139px -6px;
    width: 16px;
}

.artical-dated .topLinks__social-icon{
    float: none;
    display:inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.artical-dated .topLinks__social-icon li{
    padding: 4px 10px 0 0;
}

.imgContainer--articles1{
    height: 498px;
    margin-bottom: 30px;
}


.premium-content{
    background: #fff url('../media/image/bg-premium.png') center left no-repeat;
    min-height: 246px;
    box-shadow:0 0px 9px 0 rgba(0,0,0,0.1);
    margin:20px 30px 30px 0;
    position:relative;
    padding: 30px 0 0 120px;
}

.premium-content .topLinks__social-icon {
    float: none;
    position: absolute;
    left: -40px;
    bottom: 20px;
    width: 55px;
}

.premium-content .topLinks__social-icon li {
    margin: 0 0 10px 0;
}

.premium-content__head{
    color:#757575;
    font-size:36px;
    line-height:40px;
    font-family: 'Freight-SansMedium';
    padding-bottom: 30px;
}

.premium-content__head span{
    font-size: 16px;
  
    line-height: 10px
}


.btn__plan{
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    height: 56px;
    width: 280px;
    text-align: center;
    line-height: 54px;
    font-family: 'Freight-SansMedium';
    font-size: 22px;
    display: inline-block;
    color:#757575;
    margin:0 25px 25px 0;
    border-radius: 5px;
}

.btn__plan:hover{
    color: #fff;
    background-color: #db4f63;
    border-color: #db4f63;
}

.artical-comments__textarea textarea{
    padding:20px;
    height: 115px;
    background: #fafafa;
    border-radius: 5px;
    overflow: auto;
    resize: none;
    width: 100%;
    color: #757575;
    font-family: 'Freight-SansMedium';
    font-size: 20px;
    margin-bottom: 10px;
}



.btn-share {
    background: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    width: 130px;
    border-radius: 5px;
    font-family: 'Freight-SansMedium';
    font-size: 20px;
    color: #dd4d61;
    border: 1px solid #dd4d61;
    float: right;
    transition: all ease-in-out .3s;
}

.btn-share:hover{
    border: 1px solid #dd4d61;
    background: #dd4d61;
    color: #fff;
}


.alert__checkbox{
    float: left;
    position: relative;
    margin-top: 5px;
}

.alert__checkbox input{
    opacity: 0;
    position: absolute;
}

.alert__checkbox label{
    position: relative;
    padding:4px 0 0 30px;
    cursor: pointer;
    line-height: 20px;
}

.alert__checkbox label:after{
    content: "";
    background: #fff;
    border: 2px solid #c7c7c7;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
}
.alert__checkbox input:checked + label:after{
    background: #db4f63;
    border-color: #db4f63;
}
.alert__checkbox input:checked + label:before{
    content: "";
    z-index: 1;
    width: 12px;
    height: 6px;
    border: solid 1px #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    position: absolute;
    left: 4px;
    top: 6px;
}


.artical-comments__list{
    padding-top: 20px;
}

.artical-comments__row{
    margin: 0 0 20px 63px;
    padding: 0 0 20px 0;
    position: relative;
    font-family: eb garamond,serif;
    color: #757575;
    border-bottom: 1px solid #e5e5e5;
}

.artical-comments__pic{
    width: 50px;
    height:50px;
    position: absolute;
    left: -63px;
    top:0;
    border-radius: 50%;
    background: #f2f2f2;
}

.artical-comments__user{
    color: #212121;
    font-size: 24px;
}

.artical-comments__date{
    font-size: 16px;
    padding-bottom: 20px;

}
.artical-comments__con{
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 27px;
}

.artical-comments__reply a{
    display: inline-block;
    background: url('../media/image/icon-relpy.png') -3px -1px no-repeat;
    min-height: 23px;
    padding: 0 0 0 32px;
    color: #bfbfbf;
    font-size: 20px;
}

.artical-comments__row-viewAll{
    border-bottom: 0;
}

.artical-comments__row-viewAll a{
    font-size: 18px;
    color: #db4f63;
    font-family: 'Merriweather-Bold';
}

.artical-comments__reply a:hover{
    background-position: -3px -30px;
    color: #dd4d61;
}

.artical-comments__pic1 {width: 50px;
                         height: 50px;
                         position: absolute;
                         left: 0px;
                         top: 30;
                         border-radius: 50%;
                         background: #f2f2f2;}
.reply_to{margin-left: 60px;margin-top: 20px;}

.pagination{ font-family: 'Freight-SansMedium'; margin: 30px 0px;}
.pagination a{display:inline-block; width:26px; height:26px; text-align:center; line-height:21px; font-size:24px; color:#bfbfbf; margin-right:10px;}
.pagination span{margin-right:10px;}
.pagination a.active{background:#db4f63; color:#fff;}
.pagination a.page__prev{background:#eeeeee; border:1px solid #e9e9e9; font-family: 'Freight-SansMedium';}
.pagination a.page__next{background:#eeeeee;  border:1px solid #e9e9e9; font-family: 'Freight-SansMedium';}

.inside-page__head-article{
    background: url('../media/image/icon-article-heading.png') left center no-repeat;
    min-height: 48px;
    padding-left: 40px;
    padding-top: 6px;

}



/* Cart page
***************************************************************/

.cart-tbl{display:table; width:100%;}
.cart-row{display:table-row; color:#757575; font-size:18px;}
.cart-row__item{display:table-cell; border-bottom:1px solid #e8e8e8; 
                vertical-align:middle; padding:16px 0;}
.cart-row__item-1{width:185px;}
.cart-row__pic{width:135px; height:135px;overflow:hidden; margin-left: 20px;}
.cart-row__item-2{vertical-align: top; width: 590px; padding-right: 100px;}
.cart-row__item-3{width:150px;}
.cart-row__item-4{width:150px;}
.cart-row-head .cart-row__item{font-family: 'Freight-SansMedium';}
.cart-row__name{font-size:18px; color: #db4f63;font-family: sans-serif; padding: 10px 0 5px 0;}
.cart-row__price{   font-family: 'Merriweather-Regular';color: #757575;}
.cart-row__total{font-family: 'Merriweather-Bold'; color: #212121;}

.cart-row.cart-row-head .cart-row__item{
    border-bottom: 0;
}
.cart-row__dated{
    font-family: 'Freight-SansMedium';
    color: #bfbfbf;
    font-size: 16px;
}

.cart-row__con{
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    font-family:sans-serif;
    padding-top: 15px;
}

.product-delete{background:url(../media/image/icon-delete.png) 0 0 no-repeat; width:15px; height:16px; display:inline-block;}


.cart-tbl--content{
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.10);
}

/*.order-tbl--content{ box-shadow: 0 8px 17px 0 rgba(0,0,0,0.10);
                     width:700px; margin:0% auto;}*/

.order-tbl--content {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.10);
    width: 800px;
    margin: 0% auto;
}


.product-summary{
    background: #f2f2f2;
    padding:30px;
    margin: 30px 0 0 0;
    border-radius: 5px;
}
.product-summary__left{float:left; width:400px;}
.product-summary__right{
    float: right;
    width: 360px;
    padding: 13px 0;
}
.order_btn-checkout{
    margin: 20px 0 0 0;
    text-align: center;}

.btn-checkout{
    margin: 20px 0 25px 0;
    text-align: right;
}

.btn-order-checkout{
    display:inline-block; height: 52px; font-size:22px; text-decoration:none;
    border: 1px solid #f04a5a;
    border-radius: 5px;
    line-height: 54px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    background: #db4f63;
    transition: all .3s ease-in;  font-family: 'Freight-SansMedium'; margin-top:10px;
    width:225px;}


.btn-proceed-checkout{
    display:inline-block; height: 52px; font-size:22px; text-decoration:none;
    border: 1px solid #f04a5a;
    border-radius: 5px;
    line-height: 54px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    background: #db4f63;
    transition: all .3s ease-in;  font-family: 'Freight-SansMedium'; margin-top:10px;
    width: 278px;}
.btn-proceed-checkout:hover{opacity:.8;}

.product-summary__total{  font-family: 'Merriweather-Regular'; font-size:18px; color:#757575;}
.product-summary__total span{
    display: inline-block;
    color: #212121;
    font-family: 'Merriweather-Bold';
    margin-left: 100px;
}


.promocode-con input{
    background: none;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    width: 428px;
    padding:13px 15px;
    color: #bfbfbf;
    font-family: 'Freight-SansMedium';
    font-size: 20px;
}
.promocode-con input:focus{
    background: #fff;
}

/* Cancellation and Refund page
***************************************************************/

.bg-gray-box {
    background: #f7f7f7 url(../media/image/gray-heading-pattern.png) bottom right no-repeat;
    border-radius: 5px;
    padding: 50px 20px 20px 20px; 
    margin-bottom: 30px;
}

.copyRight{
    font-size: 20px;
    color: #bfbfbf;
    padding-top: 10px;
    line-height: 28px;
    font-family: 'Freight-SansMedium';
}



.latest__banner{
    height: 365px;
    position: relative;
}

.latest-banner__content{
    /*position: absolute;*/
    bottom: 40px;
    color: #fff;
    left: 30px;
    right: 20px;
    z-index: 1;
    margin-top:30px;
}
.latest-banner__text{
    position: relative;
    font-family: 'Freight-SansMedium';
    font-size: 18px;
    margin-top: 10px;
    padding-right: 100px;color:#bfbfbf;

}

.latest-banner__text .topLinks__social-icon {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}


.latest-banner__head{
    font-size: 28px;
    line-height: 40px;
    font-family: 'Merriweather-Bold'; color:#212121;
}


.latest-list{
    margin-top: 30px;
}
.latest-list__row{
    position: relative;
    min-height: 300px;
    padding: 0 0 0 298px;
    font-size:20px;
    color: #757575;
    font-family: 'Freight-SansMedium';
    border-bottom: 1px solid #dddfe7;
    padding-bottom: 30px;
}
.latest-list__row + .latest-list__row{
    margin-top: 30px;
}
.latest-list__pic{
    width: 269px;
    height: 269px;
    position: absolute;
    left: 0;
    top: 0;
}

.latest-list__title{
    padding: 40px 100px 5px 0;
    color: #db4f63;
    font-size: 17px;
    position: relative;
}
.latest-list__title .topLinks__social-icon {
    float: none;
    position: absolute;
    right: 0;
    top: 40px;
}
.latest-list__title a{
    color: #db4f63;
}

.latest-list__posted{
    font-size: 16px;
    color: #bfbfbf;
    padding-bottom: 15px;
}

.latest-list__articles{
       font-size: 22px;
    line-height: 32px;
    font-family: 'Helvetica-Bold';
    color: #212121;
    padding-bottom: 15px;
}
.latest-list__articles a{
    color: #212121;
}



.articles-detail{
    background: url('../media/image/bg-articles.png') bottom right no-repeat;
    min-height: 164px;
    margin:0 20px 20px 20px;
}

.articles-detail__box{
    width: 50%;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 20px;
    font-size: 18px;
    font-family: 'Merriweather-Regular';
}

.articles-detail__box ul{
    margin:0;
    padding: 0;
}

.articles-detail__box li{
    margin: 0;
    padding: 0 0 10px 0;
}

.articles-detail__title{
    color: #212121;
    font-size: 22px;
    font-family: 'Merriweather-Bold';
    padding-bottom: 10px;
}

.articles-detail__head{
    font-size: 20px;
    color: #757575;
    font-family: 'Freight-SansMedium';

}

#gift-an-articles  .jq-popup__content{
    max-height: 680px;
}

#gift-an-articles .formFieldElm__btn{
    margin-top: 0;
}
.continue-text{
    line-height: 36px;
}
.continue-text a{
    font-family: 'Merriweather-Bold';
    color: #dd4d61;
}

#gift-an-articles  .popup_head {
    font-size: 22px;
}


.contact-details{
    position: relative;
    padding:20px 0 0 100px;
    min-height: 91px;
    margin-bottom: 30px;
}
.contact-details__icon{
    position: absolute;
    left: 0;
    top:0;
}

.contact-details__head{
    color: #757575;
    font-size: 28px;
    line-height: 32px;
    font-family: 'Freight-SansMedium';
    padding-bottom: 15px;
}

.contact-details__links p{
    font-size: 20px;
    color: #757575;
    font-family: 'Merriweather-Light';
    padding: 0 0 15px 0;
    margin:0;
    line-height: 28px;
}

.contact-details__links p a{
    font-family: 'Merriweather-Bold';
    color: #212121;
}
.contact-details__links p a:hover{
    color: #dd4d61;
}
.contact-details__links p span{
    font-family: 'Merriweather-Bold';
    color: #212121;
}

.map{
    height: 358px;
    border-radius: 5px;
}
.map img{
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.infoText{
    margin-top: 20px;
}

.social-media-link{
    margin-top: 30px;
}

.social-media-link__head{
    font-size: 28px;
    color: #212121;
    padding-bottom: 20px;
    font-family: 'Freight-SansMedium';
}

.social-media-link h3{
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #757575;
    padding-bottom: 20px;
}

.social-media-link  ul{
    margin: 0;
    padding-bottom: 20px;
}

.social-media-link  li{
    position: relative;
    font-size: 20px;
    font-family: 'Merriweather-Regular';
    color: #757575;
    padding:0 0 20px 30px;
}

.social-media-link  li a{
    color: #757575;
}

.social-media-link  li a span{
    color: #212121;
    font-family: 'Merriweather-Bold';
}

.social-media-link  li a:hover span{
    color: #dd4d61;
}

.icon-social-link{
    position: absolute;
    left: 0;
    top: 0;
    background: url('../media/image/icon-social-network.png');
    transition: all es ease-in-out;
}

.icon-social-link--tw{
    width: 23px;
    height: 20px;
    background-position: -4px -10px;
}

.social-media-link  li a:hover .icon-social-link--tw{
    background-position: -3px -34px;
}

.icon-social-link--fb{
    width: 20px;
    height: 20px;
    background-position: -5px -64px;
}

.social-media-link  li a:hover .icon-social-link--fb{
    background-position: -5px -91px;
}

.icon-social-link--in{
    width: 22px;
    height: 21px;
    background-position:  -4px -118px;
}

.social-media-link  li a:hover .icon-social-link--in{
    background-position:  -3px -146px;
}

/* subscription page
***************************************************************/
.subscription-page{
    background: url('../media/image/bg-subscription.jpg') 0 0 no-repeat;
    height: 750px;
    background-size: cover;
}

.subscription-page .container{
    width: 990px;
}

.subscription__head1{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: 'Merriweather-Bold';
}

.subscription__con1{
    text-align: center;
    color: #fff;
    font-size: 18px;
    color: #cccccc;
    line-height: 28px;
}

.subscription__pkg1{
    background: #fff;
    border:1px solid #e3e3e3;
    display: flex;
    margin-top: 30px;
}

.subscription__item1{
    width: 25%;
    padding: 30px;
}

.subscription__item1 + .subscription__item1{
    border-left:1px solid #e3e3e3;
}

.subscription__title{
    text-transform: uppercase;
    font-size: 16px;
    color: #212121;
    font-family: 'Freight-SansMedium';
    padding-bottom: 10px;
}

.subscription__price{
    font-size: 17px;
    color: #000000;
    font-family: 'Merriweather-Regular';
    padding-bottom: 10px;
}

.subscription__price span{
    font-size: 32px;
    color: #65c5ac;
    line-height: 34px;
    font-family: 'Merriweather-Bold';
}

.subscription__price-1{
    font-size: 16px;
    line-height: 20px;
    color: #999;
    font-family: 'Freight-SansMedium';
}

.subscription__info-top{
    border-bottom:1px dashed #e3e3e3;
    min-height: 143px;
    padding-bottom: 20px;
}

.subscription__benefits{
    min-height: 192px;
    padding: 20px 0;
}
.subscription__benefits li{
    font-size: 18px;
    color: #212121;
    font-family: 'Merriweather-Regular';
    padding:0 0 5px 0;
}
.subscription__btn a, button {
    display: initial;
    color: #000;
    font-size: 18px;
    font-family: 'Freight-SansMedium';
    text-transform: uppercase;
    border: 1px solid #cbcbcb;
    background: #f1f5f5;
    text-align: center;
    padding: 9px 15px;
    transition: all .3s ease-in-out;
}

.subscription__btn a:hover, button:hover{
    color: #fff;
    border-color: #dd4d61;
    background: #dd4d61;
}



/* Author page
***************************************************************/
.author-articles-list__con{
    color: #bfbfbf;
    font-size: 16px;
    font-family: 'Freight-SansMedium';
    padding-bottom: 6px;
}

.author-articles-list .latest-list__title{
    padding: 24px 10px 8px 0;
}

.author-articles-list__con .topLinks__social-icon{
    float: none;
    display: inline-block;
    margin-left: 22px;
    vertical-align: middle;
}
.author-articles-list__con  .artical-dated__other{
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.author-articles__author a{
    font-size: 14px;
    color: #65c5ac;
    text-decoration: underline;
    font-family: 'Merriweather-Bold';
}

.author-pic__img{
    width:40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.author-pic__img img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-articles__author{
    margin-top: 20px;
}

.author-articles-list .latest-list__row:last-child{
    border-bottom: 0;
}

.author-profile{
    background: #fafafa;
    border-radius: 4px;
    padding: 20px 20px 20px 142px;
    position: relative;
    border: 1px solid #e9e9e9;
}
.author-profile__pic{
    width: 99px;
    height: 99px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top:20px;
    overflow: hidden;
}

.author-profile__pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.author-profile__name{
    font-size: 24px;
    line-height: 32px;
    font-family: 'Merriweather-Bold';
    color: #212121;
    padding:7px 0 5px 0;
}
.author-profile__twitter{
    font-size: 20px;
    color: #bfbfbf;
    font-family: 'Freight-SansMedium';
}

.author-profile__twitter a{
    color: #65c5ac;
    display: inline-block;
    background: url('../media/image/icon-twitter-articles.png') 0 4px no-repeat;
    padding:0 0 0 25px;
    min-height: 16px;
    margin-right: 12px;
}

.followers{
    display: inline-block;
    padding-left: 12px;
}

.author-profile__con{
    border-top: 1px solid #e9e9e9;
    padding-bottom: 10px;
    margin-top: 15px;
    padding-top: 20px;
    font-size:18px;
    line-height: 24px;
    color: #757575;
    font-family: 'Freight-SansMedium';
}

.author-profile__con a{
    color: #dd4d61;
    margin-left: 5px;
}

.border-bottom{
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 28px;
}

.article__img{
    vertical-align: middle;
    width: auto;
    height: 35px;
    margin-top: -9px;
    display: inline-block;
}


/* Section Page Css
***************************************************************/
.section-feeds__title {
    font-size: 28px;
    color: #212121;
    line-height: 30px;
    font-family: 'Merriweather-Bold';
    padding: 0 10px 10px 0;
}
.section-feeds__head{
    border-bottom: 1px solid #dddfe7;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.section-feeds .articles__tag{
    border-radius: 2px;
    padding:5px 10px;
    margin-bottom:15px;
}
.section-feeds .artical-dated__other{
    float: right;
}
.imgContainer--section{
    height: 300px;
    margin-bottom: 30px;
}
.section__text{
    font-size: 17px;
    line-height: 24px;
    font-family: 'Helvetica';
    color: #757575;
}
.section__head {
    font-size: 25px;
    color: #212121;
    line-height: 35px;
    font-family: 'Helvetica-Bold';
    padding: 20px 10px 10px 0;
}
.section__postedby {
    font-size: 18px;
    color: #bfbfbf;
    font-family: 'Freight-SansMedium';
    padding-bottom: 20px;
}
/*.section__postedby span{float: left; margin-right: 10px;}*/
.section-feeds__row{
    margin-bottom: 30px;
    border-bottom: 1px solid #dddfe7;
    padding-bottom: 30px;
}
.section-feeds__row:last-child {
    border-bottom: 0;
}

.read-more{
    font-size: 18px;
    color: #bfbfbf;
    font-family: 'Freight-SansMedium';
    text-decoration: none;
    display: inline-block;
}
.read-more:hover{
    color: #db4f63;
}

.section-magazine{
    background: #f9f9f9;
    margin-bottom: 15px;
    padding: 20px;
}
.section-magazine .latest-list__row {
    border-bottom: 0;
    margin-top: 15px;
}

.section-highlights__row{
    position: relative;
    min-height: 125px;
    padding:25px 0 0 117px;
    font-size: 16px;
    color: #000000;
    font-family: 'SourceSansPro-Regular';
    border-top: 1px solid #dddfe7;
    margin-top: 15px;
}

.section-highlights__pic{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 25px;
}
.section-highlights__pic img, .section-highlights__pic .imgContainer{
    border-radius: 0;
}

.section-highlights__title{
    font-family: 'Merriweather-Bold';
    padding: 10px 0;
    color: #757575;
}
.section-highlights__link a{
    color: #db4f63;
    font-family: 'Freight-SansMedium';
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.section-highlights__head{
    color: #212121;
    font-size: 18px;
    font-family: 'Merriweather-Bold';
}

.section-highlights{
    padding-left: 25px;
}
.section-topstories{
    padding-right: 25px;
    padding-left: 0;
}

.section-magazine__head{
    border-bottom: 1px solid #dddfe7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section-magazine__title{
    font-size: 24px;
    color: #212121;
    line-height: 30px;
    font-family: 'Merriweather-Bold';
    padding-top: 8px;
}

.btn-full-edition{
    color: #db4f63;
    font-size: 16px;
    line-height:24px;
    font-family: 'Merriweather-Bold';
    border-radius: 5px;
    border: 1px solid #db4f63;
    padding: 8px 20px;
    float: right;
    transition: all .3s ease-in-out;
}
.btn-full-edition:hover{
    background: #db4f63;
    color: #fff;
}

.mt10{
    margin-top: 10px;
}


/* Online Archives Page Css
***************************************************************/

.pContent{
    font-size: 20px;
    color: #757575;
    line-height: 24px;
    font-family: 'Freight-SansMedium';
}
.pContent p{
    margin: 0;
    padding-bottom: 10px;
}

.archives-tab{
    width:500px;
    margin: 0 auto 20px auto;
}
.archives-tab ul{
    margin: 0;
    padding: 0;
}
.archives-tab li{
    float: left;
    width: 50%;
    height: 55px;
}
.archives-tab li a{
    display: block;
    height: 55px;
    border: 1px solid #e5e5e5;
    line-height: 55px;
    text-align: center;
    color: #bfbfbf;
    font-size: 20px;
    font-family: 'Merriweather-Regular';
}
.archives-tab li:nth-child(1) a{
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.archives-tab li:nth-child(2) a{
    border-left: 0;
    border-radius: 0 5px 5px 0;
}

.archives-tab li a.active{
    background: #65c5ac;
    border-color: #65c5ac;
    color: #fff;
    box-shadow: 0px 2px 10px 1px rgba(101, 197, 171, .2);
}

.online-archives__row {
    margin-bottom: 30px;
    padding:0 15px 18px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.imgContainer--archives{
    height: 430px;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
}

.imgContainer--archives:hover{
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.1);
}
.text-center{text-align: center;}
.online-archives__social-content  .articles__tag{
    padding: 5px 10px;
    margin-right: 10px;
}
.online-archives__social-content{
    font-size: 16px;
    color: #bfbfbf;
}
.online-archives__social-content .artical-dated__other{
    float: right;
}
.online-archives__social-content  .topLinks__social-icon{
    float: right;
}

.online-archives__heading{
    color: #212121;
    font-size: 20px;
    font-family: 'Freight-SansMedium';
    padding-bottom: 15px;
    padding-top: 18px;
}

.online-archives__row .author-articles__author{
    margin: 0 0 10px 0;
}

.online-archives__item {
    position: relative;
    min-height: 270px;
    padding: 20px 20px 20px 318px;
    font-size: 17px;
    color: #757575;
    font-family: 'Helvetica';
    background: #f9f9f9;
  line-height:23px;
}

.online-archives__row--gray{
    margin: 0 -15px;
    border-bottom: 0;
}


.online-archives__pic {
    width: 269px;
    height: 230px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.online-archives__row--gray .latest-list__articles{
    padding-top: 10px;
}
.latest-list__desc{
    padding-bottom: 20px;
}

.online-archives__list{
    padding-top: 20px;
}


.print-archives .online-archives__item{
    /*display: table-cell;*/
    vertical-align: middle;
    height: 270px;
}

.online-archives__col-2{
    background: #f9f9f9;
}

.print-stock {
    background: #f9f9f9;
    padding: 0 20px;
}

.print-stock  .online-archives__pic{
    width:100px;
    height: 100px;
    left: 0;
}
.print-stock  .online-archives__item {
    position: relative;
    min-height: 100px;
    padding: 10px 20px 10px 120px;
    height: auto;
}
.print-stock .latest-list__articles, .print-stock .latest-list__desc{
    font-size: 16px;
    line-height: 21px;
}

.print-stock__row + .print-stock__row{
    border-top: 1px solid #e5e5e5;
}

.print-year{
    font-size: 18px;
    color: #bfbfbf;
    text-align: center;
    font-family: 'Freight-SansMedium';
    margin: 0 15px 0 15px;
}

.print-year__item{
    border:1px solid #d7d7d7;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #757575;
    font-size: 24px;
    margin: 10px 0;
}
.print-year__item.active{
    color: #dd4d61;
    border: 1px solid #dd4d61;
    box-shadow: 0px 2px 10px 1px rgba(221, 77, 97, .2);
}

.print-archives-slider{
    background: #f8f8f8;
    margin: 20px 15px 20px 15px;
    height: 288px;
    padding:30px 50px 0 50px;
}

.print-archives-slider__img{
    height: 151px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .05);
}
.print-archives-slider__img img{
    object-fit: cover;
    width:100%;
    height: 100%;
}
.print-archives-slider__title{
    font-size: 16px;
    font-family: 'Freight-SansMedium';
    color: #bfbfbf;
    margin-top: 10px;
}
.print-archives-slider__item:hover .print-archives-slider__img{
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, .2);
}
.print-archives-slider__item:hover  .print-archives-slider__title{
    color:#757575;
}

#year-slider .swiper-button-next{
    background: url(../media/image/btn-year-slider.png) 0 0 no-repeat;
    right: -60px;
    top: 48px;
    z-index: 11;
}
#year-slider .swiper-button-prev{
    background: url(../media/image/btn-year-slider.png) 0 0 no-repeat;
    transform: rotate(180deg);
    transform: rotate(180deg);
    left: -60px;
    top: 30px;
}

#year-slider{
    overflow: visible;
}

#archives-slider .swiper-wrapper{
    padding:10px 5px 70px 10px;
}
#archives-slider .swiper-button-next {
    background: #dd4d61;
    right: calc(50% - 35px);
    top: 228px;
    z-index: 11;
    width:27px;
    height: 27px;
    border-radius: 4px;
}
#archives-slider .swiper-button-next:after{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid 1px #fff;
    border-width: 0 0 1px 1px;
    transform: rotate(-135deg);
    content: "";
    margin: 8px 0 0 6px;
}

#archives-slider .swiper-button-prev:after{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid 1px #fff;
    border-width: 0 0 1px 1px;
    transform: rotate(-315deg);
    content: "";
    margin: 9px 0 0 10px;
}

#archives-slider .swiper-button-prev{
    background:#dd4d61;
    left:calc(50% - 35px);
    top: 228px;
    width:27px;
    height: 27px;
    border-radius: 4px;
}
#archives-slider .swiper-button-next.swiper-button-disabled, #archives-slider .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background: #fff;
}

#archives-slider .swiper-button-next.swiper-button-disabled:after, #archives-slider .swiper-button-prev.swiper-button-disabled:after{
    border-color: #867c7f;
}

.print-year__head{
    padding:10px 0;
}

/* Buy Now popup Css
***************************************************************/

.buy-now-product__pic{
    float: left;
    width: 141px;
    height: 141px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 5px;
}
.buy-now-product__pic img{
    border-radius: 5px;
}

.buy-now-product__right{
    float: right;
    width: calc(100% - 172px);
}

.buy-now-product__right h3{
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    color: #212121;
    font-size: 22px;
    font-family: 'Freight-SansMedium';
}


.buy-now-product__right p{
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    color: #757575;
    font-size:18px;
    font-family: 'Freight-SansMedium';
    line-height: 28px;
   /* min-height: 66px;*/
}

.mr25{
    margin-right: 25px;
}

.buy-now-product__row + .buy-now-product__row {
    border-top:1px solid #e5e5e5;
    padding-top: 30px;
    margin-top: 30px;
}

.pay-btn {
    background: #65c5ac;
    text-align: center;
    display: block;
    width: 40%;
    border-radius: 30px;
    font-family: 'Freight-SansMedium';
    font-size: 22px;
    color: #fff;
    border: 1px solid #65c5ac;
    padding: 16px;
    text-transform: uppercase;
    cursor: pointer;    margin: 0% auto;
    transition: all .3s ease-in-out;
    position: relative;
}
.order_details_text_left{text-align:left; padding:0px !important; margin:0px !important;}
/*.order-row__item-1{vertical-align: top;padding-left:20px;
                   width: 350px;
                   padding-right:0px;}
.order-row__item-2{width:300px;}*/

.order-row__item-1 {
    vertical-align: top;
    padding-left: 20px;
    width: 300px;
    padding-right: 0px;
}

.order-row__item-2 {
    width: 400px;
}

.icon-other-ls__bookmark{
    background-position: -1px 10px;
    width: 16px;
}
.icon-other-ls{
    background:url('../media/image/ui_aa_bookmark_favorite-512.png') no-repeat;
    display: inline-block;
    width: 22px;
    height: 24px;
    vertical-align: middle;
}
span.ttip{position:absolute; bottom:15px; right:-5px; margin:0; width:110px; text-align:center; font-family:'Open Sans', sans-serif!important; font-size:12px; border:1px solid #969; padding:5px; border-radius:12px; color:#969; font-weight:600; line-height:15px; display:none; background:#fff!important}
.bookmark-ttlp{position:relative;} 
.bookmark-ttlp:hover span.ttip{display:block; -webkit-animation:2s; -moz-animation:2s ; animation:2s;}
a.customdatademo {
    position: relative ;
}
a.customdatademo:hover::after {
    content: attr(data-tooltip) ;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid #09c;
    color: #09c;
    border-radius: 5px;
    padding: 2px 6px;margin-left:7px;margin-right:7px;
    z-index: 1 ;}
.confirmation_text{font-size:18px;margin-bottom:30px;}   


/* giftArticlesPpopup CSS
***************************************************************/*

.giftArticlesPopup	.jq-popup__content {
    max-height: 95vh;
}

.giftArticlesPopup .popup_head{
    font-size: 22px;
}
.table-data__tr{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color:#212121;
    font-size: 18px;
    font-family: 'Merriweather-Regular';
}
.table-data__td{
    min-width: 120px;
}
.table-data__td.table-data__td-delete{
    min-width: 40px;
    width: 40px;
}
.table-data__heading {
    color: #757575;
    font-size: 20px;
    font-family: 'Freight-SansMedium';
    padding-bottom: 6px;
}
.yourDetails{
    background: #fbfbfb;
    border-radius: 4px;
    padding:24px;
    margin-bottom: 10px;
}
.yourDetails h4{
    margin: 0;
    padding: 0 0 10px 0;
    color:#212121;
    font-size: 20px;
    font-family: 'Merriweather-Regular';
    font-weight: normal;
}

.articlsDetails{
    background: #f1f9f6;
    border-radius: 4px;
    padding:24px;
    margin-bottom: 10px;
}
.articlsDetails__delete {
    background: url(../media/image/icon-cart-delete.png) 0 0 no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 0;
}

.article-tag {
    display: inline-block;
    vertical-align: top;
    background: #ededed;
    border-radius: 4px;
    height: 32px;
    padding: 0 36px 0 12px;
    position: relative;
    font-size: 18px;
    font-family: 'Freight-SansMedium';
    margin-right: 4px;
}
.article-tag__name {
    border-right: 1px solid #ced0cf;
    padding-right: 10px;
    font-size: 18px;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.article-tag__close {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.article-tag__close:after, .article-tag__close:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 0;
    width: 1px;
    height: 15px;
    background-color: #a8aeab;
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.article-tag__close:after {
    transform: rotate(-45deg);
}
.article-tag-add{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    height: 32px;
    padding: 4px 4px 4px 28px;
    position: relative;
    margin-left: 5px;
    font-size: 18px;
    font-family: 'Freight-SansMedium';
    margin-right: 4px;
    color: #dc4d61;
    position: relative;
}

.article-tag-add:after, .article-tag-add:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 6px;
    width: 2px;
    height: 16px;
    background-color: #dc4d61;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.article-tag-add:after {
    transform: rotate(90deg);
}
.gift-box{
    border:1px solid #e1e1e1;
    border-radius: 4px;
}
.gift-box__articleTag {
    border-bottom:1px solid #e1e1e1;
    padding:16px;
}
.gift-box__form{
    padding:16px 16px 0 16px;
}
.giftArticlesPopup  .labelText{
    font-size: 18px;
}
.giftArticlesPopup .inputSlideText{
    background: #fbfbfb;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px;
}
.giftArticlesPopup__textarea textarea {
    background: #fbfbfb;
    border: 1px solid #e1e1e1;
    height: 140px;
    overflow: auto;
    resize: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border-radius:4px;
    font-size: 16px;
    color: #212121;
    font-family: 'Merriweather-Regular';
}
.giftArticlesPopup__textarea{
    position: relative;
}

.giftArticlesPopup__textarea .btn--save{
    position: absolute;
    width: 80px;
    right: 18px;
    bottom: 18px;
}

.giftArticlesPopup .formFieldElm__btn .btn{
    height: 44px;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    width: 200px;
}                                                                                                                                   .rhs_Content{    font-size: 18px;
                                                                                                                                                     color: #757575;
                                                                                                                                                     line-height: 32px;
                                                                                                                                                     font-family: 'Merriweather-Light';}                                                                                                      .rhs_Content p {
    margin: 0;
    padding-bottom: 10px;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       