* {
    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 {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  
  body {
    font-family: 'lora';
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    text-align: left;
  }
  
  ol,
  ul {
    padding-left: 2rem;
  }
  
  dl,
  ol,
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  
  .container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media(min-width: 576px) {
  
    .container {
      max-width: 540px
    }
  }
  
  @media(min-width: 768px) {
  
    .container {
      max-width: 720px
    }
  }
  
  @media(min-width: 992px) {
  
    .container {
      max-width: 960px
    }
  }
  
  @media(min-width: 1200px) {
  
    .container {
      max-width: 1140px
    }
  }

  @media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  
  article,
  aside,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section {
    display: block;
  }
  
  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  
  a {
    color: #012549;
    text-decoration: none;
  }

  a, i, cite, em, var, address, dfn, ol, li, ul {
    font-style: normal;
    font-weight: 400;
    list-style: none;
}
  
  a, a:focus, a:hover {
    text-decoration: none;
  }
  
  .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
  }
  
  .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
  }
  
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  
  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .collapse:not(.show) {
    display: none;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
    }
  }
  
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .ml-auto,
  .mx-auto {
    margin-left: auto !important;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
    }
  }
  
  .nav-link {
    display: block;
    padding: .5rem 1rem;
  }
  
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
    }
  }
  
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  
  .navbar-brand:focus,
  .navbar-brand:hover {
    text-decoration: none;
  }
  
  [role=button] {
    cursor: pointer;
  }
  
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  @media (min-width: 576px) {
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
    
  }
  
  @media (min-width: 768px) {
    .col-md-6 {
      flex: 0 0 50%;
      width: 50%;
    }
  
  }
  
  @media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

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

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
  
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
  }
  
  img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
  }
  
  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
  }
  
  .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  
  .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  
  .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .form-row>.col,
  .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .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);
  }
  
  .input-group-append,
  .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
  }
  
  .input-group-append {
    margin-left: -1px;
  }
  
  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, input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none
  }
  
  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: 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;
  }
  
  label {
    display: inline-block;
  }
  
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  
  figure {
    margin: 0 0 1rem;
  }
  
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .position-relative {
    position: relative !important;
  }
  
  .mb-0,
  .my-0 {
    margin-bottom: 0 !important;
  }
  
  .img-fluid {
    width: 100%;
    height: auto;
  }
  
  .text-decoration-none {
    text-decoration: none !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: .5rem;
  }
  
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  
  .h1, h1 {
    font-size: 2.5rem;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .mb-3, .my-3 {
    margin-bottom: 1rem !important;
  }
  
  .mr-auto, .mx-auto {
    margin-right: auto !important;
  }
  
  .text-left {
    text-align: left !important;
  }
  
  .text-center {
    text-align: center !important;
  }

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

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}
  





























::selection {
    background: #4fc1f0;
    color: #454545;
    text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: sticky;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #041424 !important;
    transition: .5s;
    z-index: 999 !important;
}

.header-logo a{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
  
.inner-style .header-menu {
    text-align: right;
}

.inner-style .header-menu ul {
    display: inline-block;
}

.inner-style .header-menu ul li {
    display: inline-block;
    margin-right: 36px;
}

.inner-style .header-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 36px 0;
    transition: .5s;
}

.inner-style .header-menu ul li a:hover {
    color: #41b349;
}

.inner-style .header-button {
    display: inline-block;
}

.inner-style .header-button a {
    display: inline-block;
    background: #41b349;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 31px;
    border-radius: 8px;
    transition: .5s;
    border: 1px solid #41b349;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}

.inner-style .header-button a:hover {
    background: #fff;
    color: #41b349;
}

.blog-grid-area {
    padding: 120px 0 100px;
}

.blog-grid-area .single-blog-box {
    border-radius: 5px;
    background-color: #f3f8fd;
    padding: 20px 21px 31px;
    position: relative;
    margin-bottom: 21px;
}

.blog-grid-area .blog-thumb img {
    width: 100%;
}

.blog-grid-area .blog-content {
    padding: 25px 22px 3px;
}

.blog-grid-area .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    position: relative
}

.blog-grid-area .blog-meta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -26px;
    background: #fff
}

.blog-grid-area .blog-meta:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0;
    bottom: -26px;
    background: #41b349;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(298px);
        transform: translateX(298px)
    }
}

.blog-grid-area .blog-meta span {
    font-size: 17px;
    line-height: 32px;
    color: #41b349;
    font-weight: 500;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid-area .blog-meta span + span {
  text-align: right;
}

.blog-grid-area .blog-title a {
    font-size: 24px;
    line-height: 32px;
    color: #041424;
    font-weight: 700;
}

.blog-grid-area .blog-title a:hover {
    color: #41b349
}

.blog-grid-area .blog-title p {
    margin: 12px 0 0
}

.blog-grid-area .blog-button i {
    background: #0D5ADE;
    display: inline-block;
    color: #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    font-size: 14px;
    transform: rotate(-50deg);
    border: 2px solid #fff;
    position: absolute;
    top: 192px;
    right: 41px;
    opacity: 0;
    transition: .5s
}

.blog-grid-area .single-blog-box:hover .blog-button i {
    opacity: 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: #0D5ADE;
    color: #fff;
  }

  .widget-sidber {
    border-radius: 5px;
    background-color: #f7f6ee;
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: #012549;
    outline: 0 !important;
    border: transparent !important;
}

button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: #1e1e1e;
    background: transparent;
    opacity: .7;
}

h1, h2, h3, h4, h5, h6 {
    color: #041424;
    font-style: normal;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 36px;
}

.widget-sidber-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 46px;
    position: relative;
}

.widget-sidber-content h4:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: #41b349;
}

.widget-category ul li img {
    margin-right: 12px;
    transition: .5s
}

.widget-category ul li a:hover img {
    filter: brightness(0) invert(1);
}

.widget-category ul li a {
    background: #ffff;
    padding: 14px 26px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: #001819;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-category ul li a:hover {
    color: #fff
}

.widget-category ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #41b349;
    z-index: -1;
    border-radius: 5px;
    transition: .5s
}

.widget-category ul li a:hover:before {
    width: 100%;
    left: 0
}

.widget-category ul li i {
    color: black;
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: .5s
}

.widget-category ul li a:hover i {
    opacity: 1;
    color: #fff
}

.sidber-widget-recent-post {
    margin-bottom: 27px;
}

.recent-widget-content a {
    transition: .5s;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #041424;
    font-weight: 600;
}

.sidber-widget-recent-post:hover .recent-widget-content a {
    color: #41b349!important
}

.footer-area{
    background: #041424 !important;
}

.style-one .footer-bottom-area {
    width: 100%;
    padding: 30px 0;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
    transition: .5s;
}

.footer-bottom-content p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.footer-bottom-content p a:hover{
    color: #fff;
}

.style-one .footer-botton-social-icon {
    text-align: right;
}

.style-one .footer-botton-social-icon ul li {
    display: inline-block;
}

.style-one .footer-botton-social-icon ul li i {
    display: inline-block;
    background: #354662;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    margin-left: 7px;
    transition: .5s;
}

.style-one .footer-botton-social-icon ul li i:hover {
    background: #0C59DB;
}

.mobile-menu{
    display: none;
}

.blog-details-content {
    padding: 27px 36px 20px;
    border: 1px solid #2222;
}

.blog-details-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}

h4.blog-details-title {
    font-size: 32px;
    margin: 12px 0 19px;
}

.blog-details-desc p {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 25px;
}

.blog-details-desc ul li{
  font-size: 17px;
  line-height: 2;
}

.blog-details-area .meta-blog i {
    display: inline-block;
    color: #41b349;
    padding-right: 9px;
}

.blog-details-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.single-comment-area {
    background: #F6F6EE;
    padding: 49px 41px 56px;
    margin-top: 61px;
    border-radius: 5px;
}

.blog-details-contact-title h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 31px;
}

.blog-details-area .contact-input-box input {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px;
}

.input-check-box span {
    font-size: 15px;
    margin-left: 7px;
}

.blog-details-submi-button button {
    background: #41b349;
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 2px solid #41b349;
    border-radius: 5px;
    font-weight: 500;
}

.blog-details-submi-button button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    transition: .5s;
    z-index: -1;
    border-radius: 5px;
}

.blog-details-submi-button button:hover {
    color: #41b349;
}

.blog-details-submi-button button:hover:before {
    width: 100%;
    left: 0;
}

.blog-details-area {
    padding: 119px 0 119px;
}

@media (max-width: 991px) {
    .mobile-menu{
        display: block;
    }

    .header-menu{
        display: none;
    }

    .inner-style .header-button{
        display: none;
    }

    .footer-area .row{
        margin: 0;
    }

    .header-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

    .header-logo a{
      font-size: 25px;
    }

    h4.blog-details-title{
      font-size: 25px;
    }

    .mobile-menu i{
        font-size: 30px;
        line-height: 1;
        color: #fff;
    }

    .inner-style .header-menu{
        margin: 0 -15px;
    }

    .inner-style .header-menu ul{
        width: 100%;
    }

    .inner-style .header-menu ul li{
        width: 100%;
        margin: 0;
        border-top: 1px solid #ddd;
    }

    .inner-style .header-menu ul li a{
        background: #f8f8f8;
        color: #232323;
        display: block;
        font-size: 14px;
        margin: 0;
        padding: 1em 5%;
        text-align: left;
        text-decoration: none;
        text-transform: capitalize;
    }

    .blog-grid-area,
    .blog-details-area{
        padding: 20px 0 60px;
    }

    @-webkit-keyframes MOVE-BG {
        from {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    
        to {
            -webkit-transform: translateX(200px);
            transform: translateX(200px)
        }
    }

    .post-pagination{
        margin-bottom: 30px;
    }

    .footer-bottom-content p{
        text-align: center;
    }

    .footer-bottom-content p a{
        color: #fff;
    }

    .style-one .footer-botton-social-icon{
        text-align: center;
    }
}
  
@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;
}
  
  
  
  
  
  
  
  
  
  
  
  
  