nav.AllHeaderNavbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}

.HeaderLeftLogo a img {
  width: 200px;
}

.PublicationsTopHeader {
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.RightSideAllHeader {
  display: flex;
  align-items: center;
}

.RightSideAllHeader button {
  background: #ffffff54;
  border-radius: 10px;
  padding: 8px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.RightSideAllHeader button:hover {
  color: #fff;
}

.LogoWithText {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55vh;
  /* width: 100%; */
}

.LogoWithText h5 {
  font-size: 40px;
  font-weight: 700; 
  color: #fff;
  margin-left: 15px;
  margin-bottom: 0 !important;
  line-height: 1.1 !important;
}
.blog{
  color: #ffffff80 !important;
}
.LogoWithText img {
  width: 70px;
}

.LogoWithText h5 span {
  color: #FFFFFF;
}

.MainDivTextWithLogo {
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 50vh;
  width: 100%;
}

/**********Article Survive*******************/
.SurviveHeading h2 {
  font-size: 50px;
  font-weight: 600;
  color: #808080;
}

.SurviveHeading p {
  font-size: 20px;
  font-weight: 400;
  color: #808080;
}

.SurviveHeading h6 {
  font-size: 28px;
  color: #262424;
  font-weight: 400;
  margin-top: 10px;
}

.SuriveSocialMedia ul {
  padding: 0;
  list-style: none;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.SuriveSocialMedia ul li {
  margin: 0 10px;
}

/********Publication blog css***************/
section.PublicationBlogSection {
  padding: 0 200px 0 200px;
}

/* .PublicationBlogPartImage
{
  height:100vh;
  width:100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius:30px;
} */
.PublicationBlogPartImage img {
  width: 100%;
}

.PublicationBlogCaptionContent p {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
}

.PublicationsBlogInnerImage {
  margin-bottom: 100px;
}

.PublicationsBlogInnerImage img {
  width: 100%;
}

.PublicationBlogCaptionContent h6 {
  font-size: 18px;
  font-weight: 700;
  color: #404142;
  margin: 0 0 20px 0;
}

.ArticleSubscribeLetter {
  padding: 30px 0;
}

.ArticleSubscribeLetter h5 {
  font-size: 20px;
  font-weight: 600;
  color: #808080;
  margin-bottom: 20px;
}

.ArticleSubscribeInputButton {
  display: flex;
  align-items: center;
  
}

#kt_docs_ckeditor_balloon p, #kt_docs_ckeditor_balloon ul, #kt_docs_ckeditor_balloon ol{
  font-size: 1.3rem;
}


.ArticleSubscribeInputButton input:focus {
  outline: 0;
}

.ArticleSubscribeInputButton button:focus {
  outline: 0;
}

.ArticleSubscribeInputButton input {
  padding: 10px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 50px;
}

.ArticleSubscribeInputButton input::placeholder {
  font-size: 18px;
}

.ArticleSubscribeInputButton button {
  padding: 10px 30px;
  border: 1px solid #111010;
  background: #111010;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 50px;
}

.PublicationBlogSocialMedia {
  margin-top: 30px;
}

.PublicationBlogSocialMedia ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.PublicationBlogSocialMedia ul li {
  margin-right: 15px;
}

/*********All Related Section************************/
.AllRelatedSectionPublications {
  padding: 0 200px 100px 200px;
}

.AllRelatedTitle h6 {
  font-size: 18px;
  color: #808080;
  font-weight: 400;
}

.AllRelatedTitle {
  margin-bottom: 50px;
}

.AllrelatedImage img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #808080;
}

.AllrelatedCaptionContent h6 {
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 15px;
}

.AllrelatedCaptionContent h4 {
  font-size: 20px;
  font-weight: 600;
  color: #404142;
  margin-bottom: 15px;
}

.AllrelatedCaptionContent p {
  font-size: 16px;
  color: #808080;
  font-weight: 400;
}

.PyblicationBlogPart {
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
}

@media only screen and (max-width:1580px) {
  .SurviveHeading h2 {
    font-size: 50px;
  }

  .SurviveHeading h6 {
    font-size: 26px;
  }
}

@media only screen and (max-width:1367px) {
  section.PublicationBlogSection {
    padding: 0 150px 0 150px;
  }

  .AllRelatedSectionPublications {
    padding: 0 150px 100px 150px;
  }
}

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

@media only screen and (max-width:1024px) {
  .SurviveHeading h2 {
    font-size: 40px;
  }

  .SurviveHeading h6 {
    font-size: 24px;
  }

  .SurviveHeading p {
    font-size: 18px;
  }
}

@media only screen and (max-width:991.98px) {
  .SuriveSocialMedia ul {
    margin-top: 20px;
    justify-content: start;
  }

  section.PublicationBlogSection {
    padding: 0 100px 0 100px;
  }

  .ArticleSubscribeInputButton input {
    width: 100%
  }

  .AllRelatedSectionPublications {
    padding: 0 100px 50px 100px;
  }

  .PublicationBlogPartImage img {
    margin-bottom: 30px;
  }

  .PublicationBlogCaptionContent p {
    font-size: 14px;
  }

  .AllrelatedCaptionContent {
    margin-top: 20px;
  }
}

@media only screen and (max-width:600px) {

  .RightSidePortionHeader .btn{
    width: 100px;
    font-size: 10px;
    text-align: center;
  }
  .RightSidePortionHeader button{
  padding: 8px 5px;
  z-index: 5;
  /* background-color: rgba(87, 87, 87, 0.33) */
  }
  .SurviveHeading h2 {
    font-size: 22px;
  }

  .SurviveHeading p {
    font-size: 14px;
  }

  .SurviveHeading h6 {
    font-size: 16px;
  }

  .LogoWithText img {
    width: 50px;
  }

  .LogoWithText h5 {
    font-size: 24px;
  }

  .SuriveSocialMedia ul li a img {
    width: 20px;
  }

  section.PublicationBlogSection {
    padding: 0 40px 0 40px;
  }

  .ArticleSubscribeInputButton {
    display: block;
  }

  .ArticleSubscribeInputButton button {
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
  }

  .ArticleSubscribeInputButton input {
    border-radius: 30px;
  }

  .AllRelatedSectionPublications {
    padding: 0 40px 40px 40px;
  }

  .HeaderLeftLogo a img {
    width: 150px;
  }

  .RightSideAllHeader button {
    padding: 8px 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .SuriveSocialMedia ul {
    margin-top: 0px;
    padding-top: 0px;
  }

  .PyblicationBlogPart{
    /* padding: 5px; */
  }
  
  .AllRelatedSectionPublications {
    padding: 0 20px 0px 20px;
  }
}