@charset "utf-8";
/* 
@import "header.css";
@import "css.css";
@import "button.css"; */

.rectangle_comment {
  margin-top: 18px;
}

.comment_titile {
  padding-bottom: 7px;
  margin-bottom: 3px;
  border-bottom: 1px solid #e7e7e7;
}

.orangeline {
  width: 100px;
  height: 2px;
  background-color: #f9a61c;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.buttons .row {
  display: block;
  margin-left: 60px;
  /* margin: auto; */
}

.buttons .row button {
  position: relative;
  display: block;
  height: 40px;
  width: 120px;
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0 5px 5px 0;
  transition: all 0s ease-out;
}

.row button:active {
  top: 3px;
}

.row button.facebook,
.row button.facebook span {
  background: #3B5999;
  border-left: 1px solid #2E4476;
  box-shadow: 0px 5px 0px 0px #2E4476;
}

.row button.facebook:active {
  box-shadow: 0px 2px 0px 0px #2E4476;
}

.row button.twitter,
.row button.twitter span {
  background: #46C1F6;
  border-left: 1px solid #269BD0;
  box-shadow: 0px 5px 0px 0px #269BD0;
}

.row button.twitter:active {
  box-shadow: 0px 2px 0px 0px #269BD0;
}

.row button.instagram,
.row button.instagram span {
  background: #e1306c;
  border-left: 1px solid #c91d56;
  box-shadow: 0px 5px 0px 0px #c91d56;
}

.row button.instagram:active {
  box-shadow: 0px 2px 0px 0px #c91d56;
}

.row button.youtube,
.row button.youtube span {
  background: #DE463B;
  border-left: 1px solid #C02B21;
  box-shadow: 0px 5px 0px 0px #C02B21;
}

.row button.youtube:active {
  box-shadow: 0px 2px 0px 0px #C02B21;
}

.row button span {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  left: -40px;
  line-height: 40px;
  font-size: 25px;
  display: block;
  font-weight: normal;
  border-radius: 5px 0 0 5px;
}

.row button:active span {
  top: -3px;
}

.row button.facebook span {
  border-right: 1px solid #2E4476;
}

.row button.twitter span {
  border-right: 1px solid #269BD0;
}

.row button.instagram span {
  border-right: 1px solid #c91d56;
}

.row button.youtube span {
  border-right: 1px solid #C02B21;
}

.row button.facebook:active span {
  box-shadow: 0px 5px 0px 0px #2E4476,
    6px 4px 2px rgba(0, 0, 0, 0.3);
}

.row button.twitter:active span {
  box-shadow: 0px 5px 0px 0px #269BD0,
    6px 4px 2px rgba(0, 0, 0, 0.3);
}

.row button.instagram:active span {
  box-shadow: 0px 5px 0px 0px #c91d56,
    6px 4px 2px rgba(0, 0, 0, 0.3);
}

.row button.youtube:active span {
  box-shadow: 0px 5px 0px 0px #C02B21,
    6px 4px 2px rgba(0, 0, 0, 0.3);
}

.buttons {}

.each_btn {
  width: 180px;
  float: left;
}



.comment {
  /* width:400px; */
  /* height: 80px; */
  margin: 10px auto;
  background: white;
  border-radius: 5px;
  display: flex;
  line-height: 1.2;
}

.comment .profıle-ımage {
  float: left;
  margin-right: 18px;
  /* width:60px;
height:60px;
margin:6px 0px 0px 6px;
background:#148F77;
border-radius:300px; */
}

/* .comment .profıle-ımage:hover {
  opacity: 0.6;
} */

.comment .profıle-ımage #name {
  color: white;
  font-size: 25px;
  margin: 0px;
  padding-top: 15px;
  text-align: center;

}

.comment .username {
  /* float: left; */
  text-align: left;
  font-family: Roboto;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #f9a61c;
  /* margin:15px 0px 0px 5px; */
  padding: 0px;
}

.comment .username span {
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #969696;
  margin-left: 22px;
}

/* .comment .username:hover {
  color: #757575;
} */


.comment .user-comment {
  margin: 0px;
  padding: 0px;
  display: inline;
}

.comment .user-comment p {
  color: #424242;
  margin: 0px;
  padding: 0px;
  position: relative;
  font-size: 12px;
  text-align: left;
}

.comment .user-comment span {
  color: #9E9E9E;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: 75px;
  top: -13px;
}

.comment .user-comment span:hover {
  color: #616161;
}

#ds p {
  font-size: 12px;
  color: #212121;
  opacity: 0.6;
}

#ds p:hover {
  cursor: pointer;
  opacity: 1.0;
}

.comment .c_tools {
  text-align: left;
  margin-top: 14px;
}

.replay {
  color: #f9a61c
}

.replay_text {
  padding: 0 13px 0 8px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.showmore_text {
  padding: 0 7px 0 13px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  border-left: 1px solid #ccc;
  cursor: pointer;
}

.fa-angle-down {
  color: #bbbbbb;
}

button.btn.btn-secondary.ripple {
  background-color: #9d9d9d;
}

.btn-loadmore_comment {
  height: 45px;
  border-radius: 7px;
  border: solid 1px #f9a61c;
  color: #000;
  text-transform: none;
  background-color: rgba(229, 229, 229, 0.3);
}

.user-comment-button {
  display: inline-block;
  padding-left: 12px;
  margin-top: 1px;
  position: absolute;
}

.user-comment-button button {
  display: block;
  margin-bottom: 12px;
}

.user-comment textarea {
  width: 555px;
}

.replybox .user-comment textarea {
  width: 455px;
}

.Rectangle-widget,
.Rectangle-Search,
.Rectangle-ad,
.Rectangle-category {
  width: 255px;
  float: right;
  margin-right: 15px;
}

.blog-open figure img {
  width: 100%;
  height: 300px;
}

.blog-open p {
  /* font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #000000;
  padding-top: 5px; */

  font-size: 18px;
  font-weight: normal;
  /* font-stretch: normal; */
  /* font-style: normal; */
  line-height: 26px;
  /* letter-spacing: normal; */
  /* color: #000000; */
  padding-top: 5px;
  font-family: "Proxima Nova",system-ui,sans-serif !important;
  color: #231f20;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-open .line {
  border-bottom: solid 1px #d5d5d5;
  padding-top: 10px;
  margin-bottom: 24px;
}

.This-publication-is-Copy {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #000000;
}

.rectangle_socialmedia {
  margin-top: 24px;
  height: 112px;
  padding: 11px 0 0 2px;
  border-radius: 7px;
  border: solid 1px #e5e5e5;
  background-color: #fafafa;
}

.share_article {
  margin: 0 0 6px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}


.col-md-12.col-xs-12.o.n.authcard {
  padding-left: 0px;
  padding-bottom: 15px;
}

/* .blogopencontentarea { margin: 0px auto; padding: 0px 0px; } */
.blog_banner {
  /* background: #9E9E9E; */
  /* background-image: url(../images/group-23.svg); */
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 400px;
}

.o {
  align-items: center;
}

.n {
  display: flex;
}

.fd {
  width: 48px;
}

.fc {
  height: 48px;
}

.di {
  border-radius: 50%;
}

.r {
  display: block;
}

img,
svg {
  vertical-align: middle;
}

.ey {
  justify-content: space-between;
}


.author {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #f9a61c;
}

.min_ago {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #5A5A5A;

}

.blog_important {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 10px;
}

.step_guide p {
  padding: 5px 0px;
}

.table_div table {
  border: solid 1px #d5d5d5;
}

.table_div table thead {
  background-color: #f5f5f5;
}

.table_div table tr>td {
  padding: 15px;
  vertical-align: center;
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #d5d5d5;
}

.table_div table>thead>tr>th {
  padding: 15px;
  border-bottom: 0px solid #ddd;
}

.aftertable {
  font-family: Roboto;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #5A5A5A;
}


.blogtitle {
  font-weight: 900;
  /* font-size: 25px; */
  font-size: 52px;
  line-height: 46px;
}

.blog-r {
  width: calc(100% - 350px) !important;
  max-width: 750px;
  /* margin: auto; */
}

h1 {
  font-weight: bold !important;
  line-height: 26px;
  font-family: "Proxima Nova",system-ui,sans-serif !important;
  color: #231f20;
}

h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Proxima Nova",system-ui,sans-serif !important;
  color: #231f20;
}

h3 {
  font-size: 16px;
}

ol,
ul>li {
  font-family: Roboto;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
  font-style: italic;
}

.dropdown-content li {
  font-style: normal !important;
}


@media (max-device-width: 820px) and (orientation: landscape) {
  .buttons .row {
    margin-left: 45px;
  }

}

@media (max-width: 790px) {
  .user-comment-button button {
    display: inline-block;
  }

  .buttons .row {
    /* margin-left: 20%; */
    margin-left: 45px;
  }

  .user-comment-button {
    text-align: right;
  }

  .rectangle_socialmedia {
    margin-top: 24px;
    /* height: 172px; */
  }

  .user-comment-button {
    display: block;
    position: relative;
  }

  .replybox .user-comment textarea {
    width: 330px;
  }

  .user-comment textarea {
    width: 400px;
  }

  .newscontentarea {
    width: 90%;
    margin: 0px auto;
    padding: 25px 0px;
  }

  .startbutton a {
    border-radius: 5px;
    background-color: #ef9426;
    padding: 10px 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  h2 {
    /* font-size: 16px;
    font-weight: 900; */
    font-size: 24px;
    line-height: 34px;
  }

  h3 {
    font-size: 14px;
  }

  ol,
  ul>li {
    font-family: Roboto;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: 0;
    color: #000;
    font-weight: 300;
    font-style: italic;
  }

  .blog-r {
    width: calc(100% - 0px) !important;
  }

  .blog-open figure img {
    height: 240px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ad-five {
    padding: 45px 10px 45px;
  }

  .each_btn {
    width: 135px;
  }

  .buttons .row button {
    width: 90px;
    font-size: 14px;
    font-weight: 400;
  }

  .user-comment textarea {
    width: 370px;
  }

  .replybox .user-comment textarea {
    width: 300px;
  }
}

@media (max-width: 991px) {

  .Rectangle-widget,
  .Rectangle-Search,
  .Rectangle-ad,
  .Rectangle-category {
    width: 210px;
  }

  .ad-five {
    padding: 45px 10px 45px;
  }
}

@media (max-width: 719px) {

  .blog-open .padding-top-27 {
    padding-top: 0px;
}

.blog-open h1.blogtitle {
  font-size: 38px;
  margin-top: 0px;
}


 .mob-head-margin {
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-open h2 strong{
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.1px;
}
.blog-open h3{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.1px;
}

.col-md-12.col-xs-12.o.n.authcard {
  padding-left: 0px;
  padding-bottom: 0px;
}



  .user-comment textarea {
    width: 345px;
  }

  .buttons .row button {
    width: 100px;
  }

  .each_btn {
    width: 160px;
  }

  .replybox .user-comment textarea {
    width: 288px;
  }

  .replybox .btn {
    min-width: 118px;
  }

  .replybox .btn-primary {
    min-width: 118px;
  }
}

@media (max-width: 480px) {
  .row button span {
    font-size: 20px;
  }

  .comment_right {
    width: 100%;
  }

  .blogcontentarea {
    overflow-wrap: break-word;
  }
  .buttons .row {
    margin-left: 17%;
    width: 100%;
  }
  .each_btn.twter,
  .each_btn.ytube {
    margin-left: 3%;
    width: 110px;
  }

  .comment .profıle-ımage {
    display: none;
  }

  .buttons .row button {
    width: 82px;
  }

  .each_btn {
    width: 130px;
  }

  .user-comment textarea {
    /* width: 260px; */
    width: 100%;
  }

  .replybox .user-comment textarea {
    /* width: 200px; */
    width: 100%;
  }

  .comment_right .btn {
    min-width: 85px;
  }

  .comment_right .btn-primary {
    min-width: 85px;
  }

  .replybox .btn {
    min-width: 85px;
  }

  .replybox .btn-primary {
    min-width: 85px;
  }

  .buttons .row button {
    font-size: 14px;
    font-weight: 300;
  }

}

@media (max-width: 369px) {

  .each_btn.twter,
  .each_btn.ytube {
    margin-left: 15px;
    width: 100px;
  }

  .each_btn {
    width: 109px;
  }

  .buttons .row button {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 321px) {
.buttons .row {
  margin-left: 16%;
}
}

.standAloneWidget .p_body .tabs [id^="tab"]:checked+label {
  padding-top: 18px !important;

}

.wp-block-table td, .wp-block-table th {
  border: solid 1px #000;
}