/* Publication Page */

.publication-div {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.publication-title {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0px;
  letter-spacing: 0.5px;
}
.publication-desc {
  color: #666666;
  font-size: 14px;
  width: 100%;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* Twofi page design */

.title {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding-top: 12px;
  margin-bottom: 20px;
}

.article-edition-one {
  width: 100%;
  height: auto;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
}

.article-edition-one:nth-last-of-type(2) {
  border-bottom: none;
}

.article-image {
  width: 370px;
  margin-bottom: 15px;
  position: relative;
}
.image-border-high-twofiimage {
  border: 1px solid #e4e4e4;
  width:100%;
  max-height:100%;
}

.click-icon {
  background-color: grey;
  height: 30px;
  width: 30px;
  border: 2px solid white;
  border-radius: 50%;
  padding: 13px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left:155px;
  opacity:0.5;
  cursor:pointer;
}

.article-desc {
  width: 50%;
  height: auto;
  margin-left: 20px;
}

.art-year {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 18px;
  letter-spacing: 0.5px;
}

.year {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 18px;
  letter-spacing: 0.5px;
}

.article-title,
.edition-title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 15px;
}

.article-list {
  font-size: 14px;
  color: #666666;
  line-height: 1.4;
}
.twofi-list {
  list-style-type: none;
  padding-left: 10px;
  margin-top: 10px;
}

.twofi-list li:before {
  /* content: "●"; */
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 0.82em;
  top: -1px;
  position: relative;
  width: 1em;
  margin-left: -1em;
}

.twofi-article-list svg{
  flex: 0 0 4%;
  margin: 2px 0px 0px 0px;
}

.twofi-article-list {
  padding-bottom: 15px;
  display: flex;
}

.twofi-article-list-search {
  padding-bottom: 15px;
}

.year-title {
  display: none;
}

/* Single Twofi Design */

.single-twofi {
  width: 100%;
  height: auto;
  background-color: #f4f5f7;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.single-art-year {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 15px 15px 15px;
  letter-spacing: 0.5px;
}

.single-article-title {
  font-weight: bold;
  font-size: 19px;
  padding: 0px 0px 5px 15px;
  letter-spacing: 0.5px;
}
.single-twofi-content {
  height: 470px;
  width: auto;
  margin: 15px 15px 20px 15px;
  background-color: #fff;
  border-radius: 10px;
}

.single-twofi-list {
  height: auto;
  width: 97%;
  margin: 10px 15px 0px 15px;
}
.twofi-icons-div {
  display: block;
  background-color: white;
  margin-top: 20px;
  width: 150px;
  border:1px solid #E4E4E4;
  border-radius: 5px;
  margin-right: 15px;
  float: right;
}

.single-toptitlecontainer
{
  width:100%;
  display: flex;
}

.single-toptitlecontent
{
  width: 80%;
  display: inline-block;
}

.single-topiconcontent
{
  width: 20%;
  display: inline-block;
}

.twofi-header {
  display: inline-flex;
  align-items: baseline;
  height: auto;
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  /* Twofi Page Design */

  .image-border-high-twofiimage {
    width: 50% !important;
  }
  .click-icon{
    
    left: calc(25% - 24px) !important;
  }
  .bredgrumsdiv{
    display:none;
  }
}

@media screen and (max-width: 991px) {
  /* Twofi Contact Page Design */

  
  .bredgrumsdiv{
    display:none;
  }

  /* Twofi Page Design */

  .article-edition-one {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .single-twofi-content {
    height: 470px;
  }
  .single-twofi-list {
    display: none;
  }
  .single-twofi {
    height: 670px;
    margin-top: 0px;
  }

  .article-desc {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  .article-title {
    display: none;
  }

  .art-year {
    display: none;
  }

  .year-title {
    display: block;
  }
  .article-image {
    height: auto;
    width: 100%;
  }

  .image-border-high-twofiimage {
    width: 100%;
  }

  .twofi-icons-div {
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 15px 0px 15px;
    width: calc(100% - 30px);
    height: 40px;
    border: 1px solid #e4e4e4;
    display: block;
  }
  .click-icon{
    top: calc(50% - 24px); 
    left: calc(50% - 24px);
  }
}

/* Twofi Subscription Page */
.twofisubscribe {
  padding-top: 2px;
  height: 345px;
  padding-bottom: 15px;
}
.twofisubsimg {
  width: 34%;
  height: 330px;
  margin-right: 7%;
}
.twofi_image {
  height: 327px;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.twofisubscontent {
  height: 260px;
  padding-top: 35px;
  width: 59%;
}
.font14
{
  font-size: 14px;
  
 
}
.twofi_subs_innercontent {
  font-size: 22px;
  padding-bottom: 25px;
  line-height:28.6px;
}
.subscontent_twofi {
  line-height: 21px;
  color: #666666;
  padding-bottom: 13px;
  display: -webkit-box; 
  display: -moz-box; 
  display: box; 
  -webkit-box-orient: vertical; 
  -moz-box-orient: vertical; 
  box-orient: vertical; 
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 70px;
    margin-bottom: 10px;
}
.substwofi_arr {
  margin-left: 10px;
}
.subscription-paymain {
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f5f7;
}
.twofi_ratingcontent {
  height: 103px;
  width: 48.5%;
  border: 1px solid #f4f5f7;
  background-color: #f4f5f7;
  border-radius: 10px;
  margin-bottom: 20px;
}
.twofisymbols {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  width:90%;
}
.twofi_symbolcontent {
  height: 24px;
  align-items: center;
  padding-bottom: 5px;
}
.title_twofiicon {
  margin-left: 9px;
  letter-spacing:0.5px;
}
.twofi_subscription {
  padding-top: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twofi_subs_div {
  height: 382px;
  width: 40.5%;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.twofi_subs_title {
  padding-top: 20px;
  padding-bottom: 19px;
  height: 20px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 22px;
}
.subpay_content {
  color: #666666;
}
.sub_pay {
  height: 128px;
  padding-top: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e4e4e4;
}
.subpay_img {
  width: 100%;
  height: 42px;
  align-items: center;
  padding-bottom: 39px;
}
.subscribenow_pay {
  width: 100%;
  height: 44px;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 10px;
}
.subpay_describe {
  height: 20px;
  padding-bottom: 15px;
  align-items: flex-start;
  font-size:14px;
}
.subpay_describeicon {
  padding-right: 15px;
  position: relative;
}
.paymentcards{width:78px;height:42px;border:1px solid #C5C5C5;float:left;margin-right:6px;cursor:pointer}
.bluecolor_change{color:#005897}
.policy_acceptlink{font-size:14px;line-height:1.4em}
.privacy_checkbox{width:17px;height:19px;display:inline-block}
.policy_accept{top:-4px;position: relative;padding-left:9px;font-weight: 500;}
.mandatory{color:red;font-size:13px;margin-left:3px;margin-top:7px}
.mobsubscribediv
{
  padding-top:25px;
  display: none;
}
.twofisubscribediv {
  height: 13px;
  margin-top: 20px;
  margin-bottom: 18px;
}
.mobtwofisubscribe {
  line-height: 22px;
  color: #707070;
  text-align: justify;
  padding-bottom: 16px;
}
.mobtwofi_image {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
}
.mobtwofi_subs_innercontent {
  font-size: 18px;
  padding-bottom: 14px;
}
.subscription_textbox {
  padding-left: 10px;
  width: 100%;
  height: 43px;
  border-radius: 10px;
  outline: none;
  background-color: #f4f5f7;
  border: 1px solid #e4e4e4;
}
.twofisubs-bredgrumpara
{
    display: flex;
    margin: 0%;
    font-size: 14px;
    font-weight: bold;
    cursor: default !important;
    color:#666666;

}
.twofiform_fieldval {
  width: 48%;
}

@media screen and (max-width: 991px) {
  .subscription-paymain {
    display: block;
    font-size: 15px;
  }

  .mandatory{color:red;font-size:13px;margin-left:3px;margin-top:-7px}

  #error_privacy{
    margin-top:7px;
  }

  #error_phone{
    margin-top:-15px;
  }

  .twofi_ratingcontent {
    width: 100%;
  }
  .twofisubpaycont {
    font-size: 15px !important;
    line-height: 25px;
  }
  .twofi_subscription {
    display: block;
    width: 85%;
  }
  .twofi_subs_div {
    width: 97%;
    margin-bottom: 15px;
  }
  .twofi_ratingcontent {
    height: 133px;
  }
  .twofisubscribe,
  .twofisubscribediv {
    display: none;
  }
  .mobsubscribediv {
    display: block;
  }
  .twofi_popup-conatiner
  {
    width: 80% !important;
    height: 80%;/*700px!important;*/
    left:2%!important;
    z-index: 11!important;
    box-shadow:0px 0px 1px 0px;
  }
  .twofi-formfield {
    display: block;
  }
  .subscribe_twofi_fields {
    width: 100% !important;
    height: 76px !important;
    padding-bottom: 18px;
  }
  .subscription_textbox {
    margin-bottom: 15px;
    height: 35px;
  }
  .twofiform_fieldval {
    width: 100%;
    height:80px;
    /* padding-bottom: 18px; */
  }
  .twofi-formcontent {
    height: auto !important;
  }
  .paymentfield
  {
    width: 100% !important;;
    height: 120px !important;
    padding-bottom: 20px!important;
  }
  .paymentcards {
    margin-bottom: 7px;
  }
  .paymentcardsdiv
  {
    width:100%;
  }
  .paymentcardmobdiv
  {
    width: 100%;
    display: flex;
  }
  .twofiform_submit
  {
    width: 35% !important;;
  }

}
@media (width: 1024px) {
  .twofi_subs_div
  {
    width:38.5%;
  }
  .subpay_img > img {
    width:250px;
  }
 
}
@media screen and (max-width: 375px) {
  .twofi_popup-conatiner
  {
    height: 80%;/*550px !important;*/
    top: 5%!important;
  }
}
@media screen and (width: 540px) {
  .twofi_popup-conatiner
  {
    height: 80%;/*550px !important;*/
    top: 5%!important;
  }
}

/* Twofi Popup */
.twofi_popup-conatiner {
  width: 643px;
  overflow-y: scroll;
  border-radius: 10px;
  z-index: 3;
  height: 470px;
  background-color: white;
  position: fixed;
  margin: auto;
  top: 10%;
  left: 25%;
  padding: 25px 30px;
  padding-top: 28px;
  padding-bottom: 20px;
  opacity: 100% !important;
}
.twofi_form {
  font-size: 20px;
  padding-bottom: 29px;
}
.twofiform_submit
{
  width:21.5%;
  height:47px;
  color:white;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.cursorpointer {
  cursor: pointer!important;
}
.twofi-formcontent {
  line-height: 20px;
  color: #666666;
  height: 35px;
  padding-bottom: 35px;
}
.twofi-formfield {
  width: 100%;
  padding-bottom: 17px;
}
.subscribe_twofi_fields {
  width: 48%;
  margin-right: 4%;
}
.twofi-form_label {
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
}
.colorred {
  color: red;
}

/*Twofi popup*/
.twofipopup-containerdiv
{
  z-index: 4;
  width:400px;
  height:250px;
  background-color: white;
  position: fixed;
  margin: auto;
  top:17.5%;
  left:33%;
  padding:25px 30px;
  opacity: 100% !important;
}

.mobtwofipopup-containerdiv
{
    z-index: 12;
    width:calc(90% - 30px);
    height:265px;
    background-color: white;
    position: fixed;
    top:10%;
    left:5%;
    padding:15px 15px;
    opacity: 100% !important;
}

.twofipopup-title
{
  font-size: 18px;
  font-weight: bold;
}

.twofi-textbox
{
  text-align:center;
  color:#646464;
  font-size: 14px;
  padding-left: 10px;
  outline:none;
  border:0px solid;
  border-bottom:2px solid #EEEEEE !important;
  margin-right:2px;
  width:280px;
  margin-top: 20px;
}


.twofipopuptext-content
{
  text-align:center;
}

.twofisubmit-note
{
  margin-left: 16px;
  margin-right:16px;
  width: 93%;
  height: 23px;
  color:#8D8D8D;
  font-size: 14px;
  margin-left:14px;
  padding-top:35px;
  padding-bottom:10px;
  text-align:center;
  line-height:20px;
}

.twofiloginbutton
{
  cursor: pointer;
  margin-top: 27px;
  width: 85%;
  height: 23px;
  color: white;
  font-size: 16px;
  text-align:center;
  border:0px solid;
  padding-top:7px;
  padding-bottom:29px;
  margin-bottom: 23.5px;
}

.twofialert-note{
  display:none;
  color:red;
  line-height:1.2em;
  margin-top:10px;
}

.twofi-ui-widget-overlay{
  background: #414448;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/*twofi newsletter popup*/
.twofi-newscloseicon
{
  background: #756696 !important; 
  vertical-align: middle; 
  text-align: center;
  border: none !important;
  font-weight: bold; 
  background-color: transparent;
  border: 0px solid;
  position: absolute; 
  left: 12%; 
  top: 10%; 
  color: white !important;
  font-size: 17px;
  width:20px; 
  padding: 0px; 
  margin: 0 auto; 
  text-indent:0px;
  display: block;
  user-select:none;
  z-index:5;
  cursor:pointer;
}

.twofinewspopup-closebtn
{
    align-content: center;
    text-align: center;
    color: white;
    position:absolute;
    width:27px;
    height:27px;
    border-radius:20px;
    border:0px;
    background-color:#756696;
    z-index:5;
    right:7px;
    top:25px;
}

.subnote-class
{
  text-align: center;
  padding-top:8px;
  padding-bottom: 1px;
  border-bottom:2px solid #756696;
}

.subnote-class h2
{
  color: white;
}

.messagenote1
{
  margin-bottom:0px;
  line-height:20px;
}

.messagenote2
{
  margin-top:3px;
  margin-bottom:10px;
}

.noteabout
{
  font-size:11px;
  padding-bottom: 8px !important;
  padding-left:0px;
  padding-right:0px;
}

.notehighlight
{
  font-weight:bold;
  font-style:italic;
}

.descriptionnote
{
  text-align:center;
  padding:14px 13px 0px;
  width:100%;
  line-height:18px !important;
}

.sub-description
{
  display:inline-block;
  width:35%;
  text-align:left;
  font-weight:600;
}

.subdescription1
{
  float:left;
  width:25%;
  text-align:center;
  padding-left: 14px;
  margin-right:20px;
}

.subdescription2
{
  float:left;
  width:25%;
  margin-left:20px;
  margin-right:20px;
}

.subdescription3
{
  float:left;
  width:25%;
  margin-left:20px;
}

.emailinput-field
{
  font-size: 15px; 
  padding-left: 10px;
  width:90%;
  height:30px;
  border-radius:5px;
  border:0px;
  color:rgba(0,0,0,0.5);
  font-size:13px
}

.emailfielddiv
{
  margin-top:46px;
  text-align:center;
}

.popupcontentdiv
{
  float:left;
  align-self:center;
  color:white;
  border-radius:15px 0px 0px 15px;
  width:67%;
  margin-top:0px !important;
  background-color:#30325E !important;
  height:100%;
  display: inline-block;
}

.Closemsgdiv
{
  position: absolute;
  right:14px;
  top:27px;
  color: white;
  font-size: 13px;
  background-color: #30325E;
  height:10px;
  border-radius:10px;
  padding:9px 25px 5px 7px;
  line-height: 8px;
}

.outerpad
{
  padding-left:20px;
  padding-right:20px;
  padding-bottom:0px;
}

span.dot
{
  height: 5px;
  width: 5px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  margin-bottom:2px;
  margin-right:3px;
}

.submit-buttondiv
{
  margin-top:14px;
  width:100%;
  text-align:center
}

.right_image{
  border-radius:0px 15px 15px 0px;
  /*height:270px;*/
  /*width:137px;*/    
  width:100%;
  height:100%;
}


#twofinewletterpopup
{
  z-index: 6;
  width:715px;
  height:350px;
  background-color: white;
  position: fixed;
  margin: auto;
  top:17.5%;
  left:25%;
  opacity: 100% !important;
  border-radius: 17px;
  display: flex;
}

.editionmessage
{
  font-size: 14px;
  text-align: center;
}

.editionmessage span
{
  font-size: 14px;
  text-align: center;
}

.submit-buttondiv input
{
  color: white;
  border-radius: 5px;
  width:150px;
  height: 30px;
  border: none;
}

#Wholepopup
{
  display: inline-block;
}

#right_pad
{
  width:33%;
  display: inline-block;
}

.alert-note{
  display:none;
  color:red;
  line-height:1.2em;
  margin-top:10px;
}

.article-link{
  display:none;
}

.twofispancolor
{
  color: #666666;
}

.twofititlecase
{
  text-transform: none !important;
}

.twofipagelink
{
  min-height: 24px;
  display: inline-block;
  margin-right: 2px;
}

.twofiitemdiv
{
  margin-left: 4px;
}