.userdetail-share-main {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.user-detial-left {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 420px);
}
.usericons {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-top: 5px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}
.usericons img {
  width: 100%;
  height: auto;
  display: block;
}
.usericons svg {
  width: 100%;
  height: auto;
  display: block;
}
.brand-detial-main {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 55px);
}
.brand-detial-main .h4 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  line-height: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.brand-detial-main .h4 a {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  line-height: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.brand-detial-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.brand-detial-main ul li {
  padding: 0 5px 0 0;
  display: inline-flex;
  font-size: 14px;
  line-height: 22px;
}
.brand-detial-main ul li a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  line-height: 22px;
}
.share-social-icons {
  display: inline-block;
  margin-top: 15px;
  height: 100%;
  width: auto;
}
.share-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.share-social-icons ul li {
  padding-right: 20px;
  cursor: pointer;
}
.share-social-icons ul li.g_news {
  align-items: center;
  margin-left: 17px;
  position: relative;
  margin-top: -3px;
}
.share-social-icons ul li.g_news:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eeeeee;
  left: -20px;
  top: 0px;
  display: none;
}
.share-social-icons ul li.g_news span {
  font-size: 14px;
  color: #777777;
  font-size: normal;
  position: relative;
  top: -8px;
  margin-right: 5px;
}
.share-social-icons ul li.g_news svg {
  width: 30px;
  height: 30px;
}
.share-social-icons ul li a svg {
  width: 23px;
  height: 23px;
}
.share-social-icons ul li:nth-child(1) span svg {
  fill: #00ce55;
  width: 28px;
  height: 25px;
}
/* .share-social-icons ul li:nth-child(1):hover a svg{
     fill: #676765;
}
 */
.share-social-icons ul li.share-li a svg:hover {
  fill: #030406;
}
.share-social-icons ul li:nth-child(2) a svg {
  fill: #01a2f9;
  width: 16px;
  height: 16px;
}
/* .share-social-icons ul li:nth-child(2):hover a svg{
     fill: #de5c88;
}
 */
.share-social-icons ul li:nth-child(3) a svg {
  fill: #21428f;
  width: 26px;
  height: 26px;
}
/* .share-social-icons ul li:nth-child(3):hover a svg{
     fill: #1f2f62;
}
 */
.share-social-icons ul li:nth-child(4) span svg {
  fill: #f178a3;
  width: 27px;
  height: 26px;
}
.share-social-icons ul li:nth-child(5) a svg {
  fill: #f59320;
  width: 23px;
  height: 21px;
  margin-top: 2px;
}
/* .share-social-icons ul li:nth-child(4):hover a svg{
     fill: #f15928;
}
 */
.share-social-icons ul li:nth-child(4) a.okclass::before {
  top: 8px;
  left: 17px;
}
.share-social-icons ul.social_update li.msgicon {
  margin-top: 2px;
}
.share-social-icons ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 1199px) {
  .brand-detial-main h4 {
    line-height: 14px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .brand-detial-main ul li {
    display: inline-flex;
  }
  .left-child-contianer {
    width: 100%;
  }
  .user-detial-left {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 320px);
  }
  .shareSocailIcons ul.shareSocailURL {
    margin-top: 0px;
  }
  .shareSocailIcons {
    top: 55px;
  }
  .shareOpenicon ul.shareOpeniconUL {
    margin-top: 0px;
  }
  .shareOpenicon {
    top: 55px;
  }
  .share-social-icons {
    margin-top: 0;
  }
  ul.socialnewtwork {
    top: -33px;
    right: 7px;
  }
  .share-social-icons ul {
    margin-top: 10px;
  }
  .story-section-main {
    margin-left: 0;
  }
  .story-with-main-sec article > article img {
    width: 100%;
    height: auto;
    display: block;
  }
  /*.story-with-main-sec p > iframe{
         height: auto;
         display: block;
    }
     */
  /*.share-social-icons ul li.g_news {
         position: absolute;
         right: 20px;
    }
     */
  /* .share-social-icons ul li.g_news:before {
         width: 0px;
         height: 0px;
         background-color: transparent;
    }
     */
  .brand-detial-main ul li {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .user-detial-left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .userdetail-share-main {
    padding-bottom: 0;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
  .user-detial-left {
    flex-wrap: nowrap;
    width: 100%;
  }
  .user-detial-left {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .brand-detial-main {
    width: calc(100% - 55px);
    margin-top: 3px;
  }
  .brand-detial-main h4 {
    color: #333;
    margin-bottom: 5px;
  }
  .brand-detial-main ul li {
    margin-right: 0;
    display: inline-flex;
    white-space: inherit;
  }
  .brand-detial-main ul li a {
    font-size: 14px;
  }
  .share-social-icons {
    width: 100%;
    border-top: none;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
  }
  .story-section-main {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .share-social-icons ul li.share-li {
    width: auto;
    margin-left: 0;
  }
  ul.socialnewtwork li:nth-child(3) a svg {
    width: 23px;
    height: 23px;
    margin-top: 2px;
  }
  .share-social-icons ul li a svg {
    width: 28px;
    height: 28px;
    display: inline-block;
  }
  .share-social-icons ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 0px;
  }
  .story-with-main-sec p:empty {
    line-height: 0px;
    font-size: 0px;
    margin: 0px;
    padding: 0px;
  }
}
.share-social-icons ul li.share-li {
  width: auto;
  margin-left: 0;
  padding-left: 0px;
}
@media only screen and (max-width: 1199px) {
  ul.socialnewtwork li:nth-child(3) svg {
    width: 26px;
  }
  .custom-media-docs iframe {
    height: calc(((100vw - 40px) / 16) * 9);
  }
}
@media only screen and (max-width: 767px) {
  .share-social-icons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 3px;
    border-top: 1px solid #e5e5e5;
  }
  .share-social-icons ul li {
    padding-left: 0px;
    padding-right: 18px;
  }
  .share-social-icons ul li.g_news:before {
    left: -11px;
    background-color: #eeeeee;
    width: 1px;
    height: 85%;
  }
  .share-social-icons ul {
    margin-top: 0;
    float: right;
    width: 100%;
    margin-left: 100px;
  }
  .custom-media-docs iframe {
    height: calc(((100vw - 20px) / 16) * 9);
  }
  ul.socialnewtwork {
    top: -4px;
    right: 0;
    width: 220px;
  }
  ul.socialnewtwork li:nth-child(1) {
    padding-left: 2px;
    padding-right: 2px;
  }
  ul.socialnewtwork li:nth-child(3) {
    padding: 0 10px;
  }
  .shareSocailIcons {
    bottom: -2px;
    top: auto;
  }
  .shareOpenicon {
    top: auto;
    bottom: -2px;
  }
}
.at-author-section {
  display: inline-block;
  width: 100%;
  background: url(https://akm-img-a-in.tosshub.com/aajtak/resource/smedia2/blue-bg.jpg)
    repeat-y 0 0;
  border-radius: 6px;
  padding-bottom: 10px;
}
.at-author-section .authorinner {
  background: url(https://akm-img-a-in.tosshub.com/aajtak/resource/smedia2/blue-curve-bg.jpg)
    no-repeat left top;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
}
.at-author-section .authorinner .author-left {
  width: 440px;
  float: left;
  padding-top: 22px;
}
.at-author-section .authorinner .author-left .smallthumb {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.at-author-section .authorinner .author-left .smallthumb img {
  border-radius: 100%;
  border: 5px solid #fff;
}
.at-author-section .authorinner .author-left .author-details {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.at-author-section .authorinner .author-left .author-details h2 {
  /*font-size: 44px;*/
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}
.at-author-section .authorinner .author-left .author-details h3 {
  /*font-size: 28px;*/
  color: #fff;
  line-height: 48px;
}
.at-author-section .authorinner .author-left .author-details h4 {
  /*font-size: 18px;*/
  color: #c5c4fc;
  font-weight: normal;
}
.at-author-section .authorinner .author-left .author-details h4 a {
  color: #c5c4fc;
  text-decoration: none;
}
.at-author-section .authorinner .author-left .authorvideo-section {
  display: inline-block;
  border-top: 1px solid #3261ab;
  padding-top: 30px;
  margin: 15px 25px 0 25px;
  position: relative;
}
.at-author-section .authorinner .author-left .authorvideo-section img {
  border: 2px solid #fff;
}
.at-author-section .authorinner .author-left .authorvideo-section .playicon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.at-author-section
  .authorinner
  .author-left
  .authorvideo-section
  .playicon
  img {
  border: none;
}
.at-author-section .authorinner .author-right {
  display: inline-block;
  width: 510px;
  float: left;
  padding: 10px 20px 0 20px;
  box-sizing: border-box;
}
.at-author-section .authorinner .author-right .author-bio {
  font-size: 16px;
  line-height: 24px;
  max-height: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.at-author-section .authorinner .author-right .author-bio p {
  font-size: 18px;
  line-height: 25px;
  display: block;
  padding-top: 20px;
  margin: 0;
  color: #fff;
}
.at-author-section .authorinner .author-right .author-bio p a {
  color: #ff2e36;
  font-size: 14px;
  font-weight: bold;
}
.at-author-section .authorinner .author-right .author-followus {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.at-author-section .authorinner .author-right .author-followus h2 {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}
.at-author-section .authorinner .author-right .author-followus .followinner {
  border-top: 1px solid #3261ab;
  border-bottom: 1px solid #3261ab;
  margin-top: 7px;
  padding-top: 9px;
  padding-bottom: 5px;
}
.at-author-section .authorinner .author-right .author-followus .followinner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.at-author-section
  .authorinner
  .author-right
  .author-followus
  .followinner
  ul
  li {
  display: inline;
  margin-left: 35px;
}
.at-author-section
  .authorinner
  .author-right
  .author-followus
  .followinner
  ul
  li:first-child {
  margin-left: 0;
}
.at-author-section
  .authorinner
  .author-right
  .author-followus
  .followinner
  ul
  li
  svg {
  fill: #fff;
  border: 2px solid #e1e1e1;
  padding: 5px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.author-tabsection {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
}
.author-tabsection .authortab {
  display: block;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 0px;
}
.author-tabsection .authortab ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.author-tabsection .authortab ul li {
  display: inline;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  margin-left: 35px;
}
.author-tabsection .authortab ul li:first-child {
  margin-left: 0;
}
.author-tabsection .authortab ul li a {
  color: #000;
  text-decoration: none;
  border-bottom: 3px solid #fff;
  padding: 0 18px;
  display: inline-block;
  padding-bottom: 5px;
}
.author-tabsection .authortab ul li.active a {
  font-weight: bold;
  border-bottom: 3px solid #d71920;
}
.author-story-listing {
  display: none;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.author-story-listing .author-listing-row {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 22px;
  padding-bottom: 22px;
}
.author-story-listing .author-listing-row .imgarea {
  width: auto;
  margin-right: 20px;
  float: left;
}
.author-story-listing .author-listing-row .imgarea img {
  border: 1px solid #d8d8d8;
}
.author-story-listing .author-listing-row span.vs {
  bottom: 0px;
  right: 1px;
  width: 29px;
  height: 26px;
  background: #000;
  text-align: center;
  margin: 1px auto;
  padding-top: 3px;
  padding-left: 1px;
}
.author-story-listing .author-listing-row span.vs svg {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}
.author-story-listing .author-listing-row span.vs svg rect {
  fill: #fff;
}
.author-story-listing .author-listing-row .contentarea {
  width: auto;
  min-height: 115px;
}
.author-story-listing .author-listing-row .contentarea h2 {
  font-size: 24px;
  line-height: 32px;
  color: #0c0c0d;
}
.author-story-listing .author-listing-row .contentarea h3 {
  font-size: 13px;
  line-height: 26px;
  color: #535353;
  font-weight: normal;
  margin: 5px 0;
}
.author-story-listing .author-listing-row .contentarea p {
  font-size: 17px;
  line-height: 25px;
  color: #535353;
}
.author-story-listing .load-more {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.author-story-listing .load-more a {
  border: 2px solid #d71920;
  font-size: 18px;
  line-height: 24px;
  color: #d71920;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 30px;
}
.comsec {
  display: none;
}
.comsec.active {
  display: block;
}
#append_RM {
  color: #ff2e36;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.at-author-section .authorinner .author-right .author-bio.append_RM {
  -webkit-line-clamp: unset;
  max-height: inherit;
  overflow: inherit;
  -webkit-box-orient: unset;
  text-overflow: unset;
}
.at-author-section .authorinner .author-right {
  width: calc(100% - 440px);
  padding: 10px 10px 0 10px;
}
@media (max-width: 1199px) {
  .at-author-section {
    background-color: #003778;
  }
  .at-author-section .authorinner {
    background-image: none;
  }
}
@media screen and (max-width: 1024px) {
  .at-author-section {
    background-size: cover;
  }
  .at-author-section .authorinner {
    background: none;
  }
}
@media screen and (max-width: 820px) {
  .at-author-section .authorinner .author-right {
    width: 318px;
    padding: 10px 10px 0 10px;
  }
  .at-author-section .authorinner .author-left {
    width: 410px;
    float: left;
    padding-top: 22px;
  }
  .at-author-section .authorinner .author-left .authorvideo-section {
    margin: 15px 10px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .at-author-section {
    background: #013879;
  }
  .at-author-section .authorinner {
    background: url(https://akm-img-a-in.tosshub.com/aajtak/resource/smedia2/blue-curve-bg-mobile.jpg)
      no-repeat center top;
    background-size: contain;
  }
  .at-author-section .authorinner .author-left,
  .at-author-section .authorinner .author-right {
    width: 100%;
  }
  .at-author-section .authorinner .author-left .author-details h2 {
    font-size: 36px;
  }
  .at-author-section .authorinner .author-left .author-details h3 {
    font-size: 22px;
  }
  .at-author-section .authorinner .author-left .author-details h4 {
    font-size: 16px;
  }
  .at-author-section .authorinner .author-left .authorvideo-section {
    margin: 10px 2px 0 2px;
  }
  .at-author-section .authorinner .author-left .authorvideo-section img {
    width: 100%;
  }
  .at-author-section .authorinner .author-right .author-bio p a {
    font-size: 12px;
  }
  .author-story-listing .author-listing-row .imgarea {
    margin-right: 15px;
    width: 118px;
  }
  .author-story-listing .author-listing-row .imgarea img {
    width: 100%;
  }
  .author-story-listing .author-listing-row .contentarea {
    min-height: auto;
  }
  .author-story-listing .author-listing-row .contentarea h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .author-story-listing .author-listing-row .contentarea h3,
  .author-story-listing .author-listing-row .contentarea p {
    display: none;
  }
  .author-tabsection .authortab ul {
    white-space: nowrap;
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .author-tabsection .authortab ul li {
    display: inline-block;
    margin-left: 15px;
  }
  .author-story-listing .author-listing-row {
    display: inline-block;
  }
}
.author-story-listing .author-listing-row .imgarea {
  position: relative;
}
.icon-pic {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.v-duration {
  position: absolute;
  left: 1px;
  bottom: 7px;
}
.author-story-listing .author-listing-row .contentarea h2 a {
  color: #0c0c0d;
}
.icon-pic img {
  border: 0 !important;
  width: auto;
}
.author-load-more {
  text-align: center;
  display: none;
}
.author-load-more_first {
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    word-break: break-word;
  }
}
