p{
  margin-bottom: 0 !important;
}
.single-img-container {
  width: 100%;
  height: 773px;
  position: relative;
}
.single-img-container video{
  height: 773px;object-fit: initial;
}

section.single-content {
  width: 70%;
}

article .container-single-inner aside{
  padding: 0 20px;
  width:30%;
}


/**** social ****/

/* social */
.social-container {
  padding: 70px 0 80px 0;
  background: #f7f7f7;
}
.social-wrapper {
  display: flex;
}
.social-wrapper .social-item {
  padding: 0 15px;
  margin-top: 20px;
}
.social-card {
  width: 100%;
  background: rgba(218, 218, 218, 0.37);
  border-radius: 10px;
  padding: 26px 29px 46px 29px;
}

.social-card .heading {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 4px;
}
.social-card_item {
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
  width: 270px;
}

.social-card_item .icon-twitter {
  font-size: 14px !important;
}
.social-card_item_btn {
  background: #d8d8d8;
  cursor: pointer;
  font-weight: 700;
  font-size: 9px;
  color: #fff;
  border-radius: 43px;
  padding: 5px 10px;
  transition: all 0.4s;
}
.social-card_item_btn:hover {
  background-color: var(--blue);
  color: var(--white);
}
.social-card_item_link a {
  color: #979797;
  font-weight: 500;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.social-card_item_link a i {
  margin-right: 10px;
}
.social-card_item_link a span {
  margin-right: 10px;
}
.social-card_item_link a .icon-twitter {
  font-size: 30px;
}

.social-card_item_link p{
  font-size: 12px;
}

/*.ckin-play:before{
  content: "\e90d";
  font-family: 'skyroom' !important;
}
.ckin-volume-medium , .default__button.fullscreen{
  display: none;
}*/
.default__button--big , .default__button{
  color: #23B9D7;
}

.default__controls{
  direction: ltr;
}
.default .progress__filled {
  
  background: #23B9D7;
  
}
.single-content-heading {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.single-content-item {
  font-weight: 600;
  font-size: 24px;
  background: #1e416e;
  color: #fff;
  margin: 0 7.5px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border-radius: 40px;
  height: 57px;
}
.single-content_desc {
  margin-top: 43px;
}

.single-content_desc__h {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: var(--black);
  display: flex;
  justify-content: center;
}
.single-content_desc__title {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-desc_right img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.single-desc_right {
  display: flex;
  align-items: center;
}

.single-desc_right__text {
  margin-right: 14px;
  color: #979797;
  font-weight: 600;
  font-size: 20px;
}
.icon-tel::before {
  content: "\e914";
}
.single-desc_left {
  display: flex;
}

.single-desc_left span {
  font-size: 30px;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  cursor: pointer;
}
.single-desc_left span:hover {
  transform: translateY(-5px);
}
.single-desc_left span.icon-twitter {
  background-color: #33ccff;
}

span.icon-telegram {
  background: #34aadf;
  color: #fff;
  font-size: 25px;
}
span.icon-whatsapp {
  background-color: #00d95f;
}

.single-desc_left span.icon-twitter:before {
  color: #ffffff !important;
}

.single-text {
  font-weight: 500;
}

.single-text p:first-child {
  margin-top: 30px;
}

.single-text p {
  margin-top: 10px;
  line-height: 40px;
  text-align: justify;
  font-size: 1.1em;
}

.single-text h2 {
  font-size: 1.5em;
}

.single-text h3 {
  font-size: 1.17em;
}

.single-text h4 {
  font-size: 1.33em;
}

.single-text h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}

.single-text_img {
  margin-top: 60px;
  width: 100%;
  height: 601px;
}

.single-text_img img {
  width: 100%;
  height: 100%;
}
.single-img-full img {
  width: 100%;
  height: 548px;
  margin-top: 60px;
}
section.single-more-conatiner {
  margin-top: 80px;
  font-weight: 700;
  font-size: 24px;
}
.single-more-conatiner .heading {
  margin-top: 50px;
}

.single-more_wrapper {
  border-top: 1px solid #c7c7c7;
  width: 100%;
}

.single-more_wrapper ul {
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.single-more_wrapper a {
  color: rgba(0, 150, 180, 1);
  text-decoration: none;
}
section.single-form-container {
  margin-top: 57px;
}
.single-form-wrapper .heading {
  font-weight: 700;
  font-size: 24px;
}
input.single-form_input {
  width: 100%;
  height: 63px;
  padding: 0 26px;
  border-radius: 14px;
  border: 1px solid #979797;
  margin-bottom: 20px;
}
.single-form-wrapper form {
  margin-top: 30px;
}
.single-form-wrapper textarea {
  width: 100%;
  height: 236px;
  border: 1px solid #979797;
  border-radius: 14px;

  font-size: 20px;
  padding: 26px 24px;
}
.single-form-wrapper textarea::placeholder,
input.single-form_input::placeholder {
  color: #000;
}
.single-from-char {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  direction: rtl;
}

.single-form_check {
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.single-point-wrapper .single-point_name {
  display: flex;
}
.single-point_name p:first-child::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 65%;
  background: #979797;
  left: 0;
  top: 2px;
}
.single-form_check input[type="checkbox"] {
  margin-left: 10px;
  width: 31px;
  height: 31px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

.single-form_check .checkmark {
  width: 31px;
  height: 31px;
  background: #d9d9d9;
  border-radius: 9px;
  position: absolute;
  right: 0;
  top: 0;
}
.single-form_check p {
  padding-right: 40px;
}
.single-form_check p a {
  color: #000;
  transition: all 0.2s;
}
.single-form_check p a:hover {
  color: rgba(0, 150, 180, 1);
}
.single-form_check input:checked ~ .checkmark {
  background: #1e416e;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
input:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
  left: 11px;
  top: 5px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.single-form-wrapper button {
  height: 71px;
  background: #1e416e;
  border: 1px solid #1e416e;
  border-radius: 14px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  margin-top: 20px;
}
.single-point-wrapper {
  margin-top: 76px;
}

.single-point-wrapper .nav-tabs .nav-link.active {
  border-bottom: 2px solid #1e416e;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #1e416e;
}

.single-point-wrapper .nav-tabs .nav-link {
  font-weight: 700;
  font-size: 24px;
  color: #979797;
}

.single-point-wrapper .nav-tabs {
  position: relative;
}

.single-point-count {
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 24px;
  color: #979797;
}
.single-point-wrapper .tab-content {
  margin-top: 56px;
}

.single-point_answer .single-point_img img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-left: 10px;
}

.single-point_answer__top {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.single-point_name p {
  font-weight: 500;
  font-size: 16px;
  color: #979797;
  position: relative;
  padding: 0 5px;
}

.single-point_answer .text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding-right: 45px;
}

.single-point_answer .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.single-point_answer .bottom .right {
  display: flex;
  align-items: center;
}

.single-point_answer .bottom .right p {
  margin-left: 5px;
}
.reply-s {
  padding-right: 35px;
}
.tab-pane .show-more {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.link {
  width: 378px;
  height: 58px;
  background: #d8d8d8;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
}
.single-point-drop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-point_comment {
  font-weight: 700;
  font-size: 12px;
  color: #979797;
}

.tag-item {
  height: 45px;
  background: var(--boldgray);
  border-radius: 40px;
  padding: 10px 18px;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  margin-left: 14px;
  margin-bottom: 0.5rem;
}

.wp-video{
  margin: 0 auto;
}

article.post {
  display: flex;
  flex-direction: row-reverse;
}

/**** sidebar ****/

section.single-last-posts-conatiner {
  border-top: 1px solid #b8b8b8;
  padding-top: 40px;
  margin-top: 50px;
}

section.single-last-posts-conatiner .heading {
  text-align: right;
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 19px;
}

section.single-last-posts-conatiner ul{
  list-style: none;
  padding-right: 0;
}

section.single-last-posts-conatiner li{
  padding-bottom: 18px;
}

section.single-last-posts-conatiner li a {
  color: rgba(0, 150, 180, 1);
  font-size: 14px;
  font-weight: bold;
}

.single-banner-img-container {
  width: 100%;
  height: auto;
  position: relative;
}


/** Position fixed **/
article .container-single-inner {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
}

article .container-single-inner aside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

article .container-single-inner aside .inner-sidebar {
  width: min-content;
}

article .container-single-inner aside .inner-sidebar.fixed-sidebar {
  position: fixed;
  top: 100px;
}
/*Marketing css*/

.tableofcontent{background: #23B9D7; font-size: 15px; padding: 6px 23px !important; border-radius: 1px; margin-top: 30px; margin-bottom: 30px !important; border-right: 6px solid #1d69c2; color: white; }
.blogbox{background: #23B9D7; font-size: 15px; padding: 6px 23px !important; border-radius: 1px; margin-top: 30px; margin-bottom: 30px !important; border-right: 6px solid #1d69c2; color: white; }

@media (max-width: 991.98px) {
  .single-img-container , .single-img-container video {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .single-img-container , .single-img-container video {
    height: 300px;
  }
  .single-content-item {
    font-size: 16px;
    height: 48px;
    width: 150px;
  }
  .single-content_desc__h {
    font-size: 28px;
  }
  .single-desc_right img {
    width: 50px;
    height: 50px;
  }
  .single-desc_right__text {
    font-size: 14px;
  }

  .single-text {
    font-size: 18px;
    text-align: justify;
  }
  .single-text_img {
    height: 450px;
  }
  .single-img-full img {
    height: 400px;
  }
  section.single-more-conatiner {
    font-size: 18px;
  }
  .single-content_desc__title {
    margin-top: 34px;
  }
  .single-text p:first-child {
    margin-top: 20px;
  }
  .single-text p {
    line-height: 30px;
  }

  section.single-content {
    width: 100%;
  }

  article .container-single-inner aside{
    padding: 0 20px;
    width: 100%;
    position: unset;
  }
  article .container-single-inner aside .inner-sidebar{
    width:unset;
  }
}
@media (min-width: 576px) {
  .single-point-xs {
    display: none;
  }
}
@media (max-width: 575.98px) {
  input.single-form_input {
    height: 41px;
    font-size: 10px;
    padding: 0 14px;
  }
  .single-img-container , .single-img-container video {
    height: 255px;
  }
  .single-content-item {
    font-size: 10px;
    width: fit-content;
    height: 25px;
  }

  .single-content_desc{
    padding: 0px 10px;
  }

  .single-content_desc__h {
    font-size: 24px;
  }
  .single-desc_right img {
    width: 35px;
    height: 35px;
  }

  .single-desc_right__text {
    font-weight: 600;
    font-size: 10px;
  }
  .single-text {
    font-size: 14px;
  }
  .single-text_img {
    height: 311px;
  }
  .single-img-full img {
    height: 163px;
  }
  section.single-more-conatiner {
    font-weight: 700;
    font-size: 13px;
  }
  .single-form-wrapper .heading {
    font-size: 13px;
  }
  .single-form-wrapper textarea {
    margin-top: 7px;
    height: 142px;
    padding: 11px 10px;
    font-size: 10px;
  }
  .single-from-char {
    font-weight: 400;
    font-size: 13px;
  }
  .single-form_check {
    font-size: 12px;
  }
  .single-form-wrapper button {
    height: 43px;
    font-size: 12px;
  }
  .single-point_answer .text,
  .single-point_name p {
    font-size: 10px;
  }
  .single-point-lg {
    display: none;
  }
  .single-point_answer .single-point_img img {
    width: 22px;
    height: 22px;
  }
  .tab-pane .show-more {
    margin-top: 39px;
  }
  .show-more .link {
    height: 26px;
    font-weight: 600;
    font-size: 12px;
    width: 170px;
  }
  .single-point-count {
    font-size: 12px;
  }
  .single-point_answer .single-point_img img {
    margin-left: 5px;
  }
  .single-point-xs .show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
  .single-point_answer .text {
    margin-top: 9px;
    padding-right: 30px;
  }
  .single-more_wrapper ul {
    margin-top: 20px;
  }
  .single-more-conatiner .heading {
    margin-top: 20px;
  }
  .single-more_wrapper {
    border-bottom: 1px solid #c7c7c7;
  }
  section.single-form-container {
    margin-top: 22px;
  }

  .single-point-wrapper {
    margin-top: 17px;
  }
  .single-point_answer__top {
    margin-top: 26px;
  }

  .single-point-wrapper .custom-select {
    width: 50%;
  }
  .single-point-wrapper .select-items div,
  .single-point-wrapper .select-selected {
    color: #979797;
  }
  .single-form_check input[type="checkbox"] {
    width: 21px;
    height: 21px;
  }

  .single-form_check .checkmark {
    width: 21px;
    height: 21px;
    border-radius: 6px;
  }
  .single-form_check p{
    padding-right: 25px;
  }
  .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 11px;
  }
  .single-desc_left span {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
  span.icon-tel {
    font-size: 50px;
  }
}
