.slider-content {
  position: relative;
  z-index: 1;
}
.bolg-top-button {
  text-align: right;
}
.faq-box .btn-link {
  background: transparent;
  position: relative;
}
.text-left {
  text-align: left;
}
.contact-us-area.contact-style-3 .single-contact-us {
  position: relative;
}

p-relative {
  position: relative;
}
.frequently-area .frequently-video {
  text-align: end;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.section-title {
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
}

.faq-box .btn-link::before {
  top: 50%;
  transform: translateY(-50%);
}

.accordion-header .accordion-button.btn-link {
  border: none;
  outline: none;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.accordion-header .accordion-button.btn-link:focus {
  border: none;
  box-shadow: none;
}

.accordion-header .accordion-button.btn-link::after {
  content: none;
}

.form-2-box.sub-icon::after {
  content: none;
}

.sticky {
  z-index: 9999999;
}

.woocommerce table.shop_table th {
  text-align: center;
}

.torun-page-content table.shop_table tbody td {
  text-align: center;
}

.woocommerce a.remove {
  width: 100%;
}

.quantity {
  float: inherit;
}

.widget_author_profile_widget .about-me {
  text-align: start !important;
}

.form-box.date-icon:after {
  content: none;
}

.tn-slider-height-01 .slider-video {
  text-align: center !important;
}

#loading {
  background-color: #096bd8;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999999;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
