* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'lora';
  src: url(../font/Lora-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'lora';
  background-color: #fff;
  background-attachment: fixed;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  counter-reset: my-sec-counter;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  color: #797f7d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
  width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {
  .container,.container-sm {
      max-width:540px
  }
}

@media(min-width: 768px) {
  .container,.container-md,.container-sm {
      max-width:720px
  }
}

@media(min-width: 992px) {
  .container,.container-lg,.container-md,.container-sm {
      max-width:960px
  }
}

@media(min-width: 1200px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width:1140px
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1320px;
  }
}

@media(min-width: 1400px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width:1200px
  }
}

.row {
  --bs-gutter-x: 1.8rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * 0);
  margin-right: calc(-.5 * 1.8rem);
  margin-left: calc(-.5 * 1.8rem)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1.8rem * .5);
  padding-left: calc(1.8rem * .5);
  margin-top: 0
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.collapse:not(.show) {
  display: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
  }
}

a {
  color: #352f27;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover,a:focus {
  text-decoration: none;
  outline: 0
}

[role=button] {
  cursor: pointer;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

@media (min-width: 576px) {
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66666667%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

img, svg {
  vertical-align: middle;
}

img{
  width: 100%;
  height: auto;
}

.pagination{
  display: flex;
  list-style: none;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 576px) {
  .justify-content-sm-between {
      justify-content: space-between !important;
  }
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,input,optgroup,select,textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

label {
  display: inline-block;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

figure {
  margin: 0 0 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.form-control, .input-text {
  padding: 14px 30px;
  outline: 0;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: .9rem;
  width: 100%;
}












.header-style-three {
  border-top: 3px solid #813c85;
  position: sticky;
  top: 0;
  z-index: 99;
}

.sticky-header {
  width: 100%;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
  box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.sticky-header .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header .logo {
  position: relative;
  padding: 26px 0;
}

.header-style-three .logo {
  min-width: 310px;
}

.sticky-header .logo {
  padding: 10px 0;
  font-size: 30px;
  color: #222;
  line-height: 1.5;
}

.sticky-header .nav-outer {
  background: 0;
}

.main-menu {
  position: relative;
  float: left;
}

.header-style-three .main-menu {
  margin-right: auto;
}

.main-menu .navbar-collapse {
  padding: 0;
}

ol, ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu .navigation {
  position: relative;
  margin: 0;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  margin: 0;
  margin-left: 35px;
  padding: 20px 0;
  transition: all 300ms ease;
}

.main-menu .navigation>li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  background-color: #813c85;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: transform 500ms cubic-bezier(.86,0,.07,1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(.86,0,.07,1);
  transition: -webkit-transform 500ms cubic-bezier(.86,0,.07,1);
  transition: transform 500ms cubic-bezier(.86,0,.07,1);
  transition: transform 500ms cubic-bezier(.86,0,.07,1), -webkit-transform 500ms cubic-bezier(.86,0,.07,1);
  -webkit-transition-timing-function: cubic-bezier(.86,0,.07,1);
  transition-timing-function: cubic-bezier(.86,0,.07,1);
  content: "";
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li.current:before, .main-menu .navigation>li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.sticky-header .main-menu .navigation>li.current>a, .sticky-header .main-menu .navigation>li:hover>a {
  color: #813c85;
}

.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: #2f3529;
  display: none;
  top: 0;
  margin-left: 20px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

section>.container, section>.container-fluid {
  padding-top: 120px;
  padding-bottom: 120px;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #e1e6dc;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .image-box {
  position: relative;
}

.news-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

a img {
  border: 0;
}

.news-block .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block .image-box .image a:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  background: rgba(255, 255, 255, .13);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

.news-block .inner-box:hover .image-box .image a:after {
  opacity: 1;
  top: -20%;
  left: -30%;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: .7s, .7s, .15s;
  transition-duration: .7s, .7s, .15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.news-block .lower-content {
  position: relative;
  padding: 0 30px 30px;
  text-align: center;
}

.news-block .post-info {
  position: relative;
  top: -25px;
  background-color: #fff;
  padding: 8px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-block .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #898e83;
  font-weight: 400;
  margin: 0 10px;
}

.news-block .post-info li i {
  margin-right: 5px;
  color: #813c85;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  color: #003c38;
  position: relative;
  line-height: 1.2em;
}

h4, h5, h6 {
  margin-bottom: 1rem;
  margin-top: .75rem;
}

h1, h2, h3 {
  margin-bottom: 1rem;
  margin-top: .75rem;
  letter-spacing: -.03em;
}

h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.news-block h4 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  color: #2f3529;
  font-weight: 700;
}

.news-block h4 a {
  color: #2f3529;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.post-pagination ul li a, .post-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #121212;
  margin: 0 4px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease-out;
}

.post-pagination ul li.active a, .post-pagination ul li a:hover {
  background: #813c85;
  color: #fff;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}

.sidebar__search-form input[type=search] {
  display: block;
  border: 0;
  outline: 0;
  background-color: #813c85;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.sidebar__search-form input[type=search]::-webkit-input-placeholder,.sidebar__search-form input[type=search]:-ms-input-placeholder,.sidebar__search-form input[type=search]::-ms-input-placeholder,.sidebar__search-form input[type=search]::placeholder {
  color: #fff;
  opacity: 1
}

.sidebar__search-form button[type=submit] {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sidebar__search-form button[type=submit] i{
  font-size: inherit;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: #003c38;
  background-color: #f8f6f1;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__single+.sidebar__single {
  margin-top: 30px;
}

h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 800;
}

.sidebar__post .sidebar__title {
  margin-left: 20px;
}

.sidebar__post .sidebar__post-list {
  margin: 0;
}

.sidebar__post .sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}

.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.sidebar__post .sidebar__post-list li:hover {
  background-color: #fff;
  border-radius: 10px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: #003c38;
  background-color: #f8f6f1;
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}

.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}

.sidebar__category-list {
  margin: 0;
}

.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  background: 0;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}

.sidebar__category-list li a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, .5);
}

.main-footer {
  position: relative;
  background-color: #2f3529;
}

.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 40px;
}

.main-footer .footer-column {
  position: relative;
  margin-bottom: 40px
}

.main-footer .footer-widget {
  position: relative
}

.main-footer .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px
}

.main-footer .about-widget {
  position: relative
}

.main-footer .logo {
  position: relative;
  margin-bottom: 30px
}

.main-footer .logo a{
  font-size: 30px;
  color: #fff;
}

.user-links {
  position: relative
}

.user-links li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #959c8e;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 10px
}

.user-links li:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 900;
  color: #813c85;
}

.user-links li:last-child {
  margin-bottom: 0
}

.user-links li a {
  color: #959c8e;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}

.user-links li a:hover {
  color: #fff
}

.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-icon-two li {
  position: relative;
  margin-right: 10px;
}

.social-icon-two li a {
  position: relative;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #22271e;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon-two li a:hover {
  color: #113629;
  background-color: #fff;
}

footer .row{
  justify-content: center;
}

.footer-bottom {
  position: relative;
  width: 100%
}

.footer-bottom .inner-container {
  position: relative;
  padding: 35px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  text-align: center
}

.footer-bottom .copyright-text {
  position: relative
}

.footer-bottom .copyright-text p {
  color: #959c8e;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  position: relative
}

.footer-bottom .copyright-text a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #959c8e
}

.footer-bottom .copyright-text a:hover {
  color: #fff
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details__img img {
  width: 100%;
  border-radius: 10px;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta li a i {
  color: #003c38;
  margin-right: 6px;
}

.blog-details__meta li+li {
  margin-left: 18px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}

.comment-form{
  padding-top: 60px;
  border-top: 1px solid #ece9e0;
}

.form-control:focus, .input-text:focus {
  border-color: #2f3529;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-style-one {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 12px 60px;
  font-weight: 600;
  background: #813c85;
  letter-spacing: .05em;
  border-radius: 50px;
  overflow: hidden;
  text-transform: uppercase;
}

@media only screen and (max-width: 1700px) {
  .header-style-three .logo {
      min-width: 200px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-header .logo {
    min-width: auto;
  }

  .main-header .logo {
      padding: 0;
      font-size: 20px;
  }

  .main-header .logo a{
    white-space: nowrap;
    width: 100%;
    display: block;
  }

  .main-header .ui-btn.mobile-search-btn, .mobile-nav-toggler {
    display: block;
  }

  .mobile-nav-toggler span{
    font-size: inherit;
  }

  .main-menu{
    position: fixed;
    left: 0;
    width: 60%;
    background: #fff;
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.15);
    top: 0;
    height: 100vh;
    padding-top: 80px;
    transform: translateX(-120%);
    transition: all .4s ease-in-out;
  }

  .main-menu.open{
    transform: translateX(0);
  }

  .main-menu .navigation>li{
    float: none;
    width: 100%;
    margin: 0;
  }

  .main-menu .navigation>li a{
    display: block;
    text-align: center;
  }

  section>.container, section>.container-fluid{
    padding-top: 20px;
  }

  .row.column-reverse{
    flex-direction: column-reverse;
  }

  .blog-details__content{
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .sidebar {
      margin-top: 50px;
  }
}

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

  .sidebar__post {
    padding: 30px;
  }

  .sidebar__category {
      padding: 30px 15px;
  }
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
  bottom: 0px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 100%;
  background-color: #e4e4e4;
  display: flex;
  justify-content: center;
}

.ad-div {
  margin-bottom: 50px;
  width: 100%;
  min-height: 250px;
  clear: both;
}

.t_de {
  clear: both;
  height: 0.2rem;
  width: 100%;
  max-width: 100%;
  line-height: 0.3rem;
  font-size: 0.6rem;
  padding: 0.5rem 0 1rem 0;
  box-sizing: border-box;
  color: #707070;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}