.main-template .banner__section {
  display: block;
  background: none;
}

.main-template .banner__section .banner__text h1 span {
  font-weight: 300;
  font-size: 38px;
  margin-bottom: 20px;
}

.main-template .banner__section .banner__text p span {
  font-size: 19px;
  font-weight: 300;
  color: #fff;
}

.main-template h1 span,
.main-template h2 span,
.main-template h3 span,
.main-template h4 span,
.main-template h5 span,
.main-template h6 span {
  font-weight: 400;
  display: inline-block;
}

.main-template .entry-content {
  margin-top: 0;
}

p:empty {
  display: none;
}

.error_text.active {
  display: inline;
  font-size: 11px !important;
}


span.btn-loader {
    display: none;
}

button:disabled span.btn-loader {
    display: block;
}

span.btn-loader {
    font-size: 10px;
    margin: 0px auto;
    text-indent: -9999em;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

span.btn-loader:before {
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

span.btn-loader:after {
    background: #69BF3A;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sidebar-nav .btn{
    font-size: 14px !important;
}

#sidebar-wrapper .btn span{
    font-size: 14px !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem !important;
}

input#password+a {
    display: block;
    margin-top: 10px;
}

input#password+a:before {
    content: '\f084';
    margin-right: 10px;
    font-family: 'Font Awesome 5 Pro Light';
}

[v-cloak] { display:none; }

.cat__list__blog li a{
    padding-left: 10px;
}
.more__green{color:#2ccb4d!important;}
.active-plane{
    color: #2ccb4d!important;
    font-family: "Font Awesome 5 Pro"!important;
    font-weight: 400;
}
/*.cat__list__blog li a:hover span.fa{
    color: #2ccb4d!important;
    font-family: "Font Awesome 5 Pro"!important;
    
}*/
.cat__list__blog li a:hover span{
    color:#2ccb4d!important;
}
.main__page__heading{
    font-size: 40px;
    text-align: center;
    padding:30px 0px
}
.blog-listing .blog-item{
    padding-top:0px!important;
    padding-bottom: 20px!important;
}
.blog-listing .blog-item .blog-header{
    margin-top: 0px!important;
    margin-bottom: 8px!important;
}
.blog-listing .blog-item h2{
    margin-bottom: 14px;
}
.blog__bg__sec{
    padding: 0px;
}
.blog__bg__sec a{
    width: 100%;
    display: flex;
    height: 100%;
}
.blog__con__sec{
    padding-left: 30px;
}
.cat__list__blog{
    margin-bottom: 0px;
}
.nnavigation{
    margin-bottom: 60px;
    text-align: center;
}
.nnavigation li a,
.nnavigation li a:hover,
.nnavigation li.active a,
.nnavigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.nnavigation li {
    display: inline;
    margin-right: 10px;
}
 
.nnavigation li a,
.nnavigation li a:hover,
.nnavigation li.active a,
.nnavigation li.disabled {
    background-color: #3a6aa4;
    border-radius: 3px;
    cursor: pointer;    
    padding: 0.75rem;
    padding: 10px 14px;
    margin-right: 5px;
}
.nnavigation li:last-child a{
    margin-right: 0px;
}
 
.nnavigation li a:hover,
.nnavigation li.active a {
    background-color: #3C8DC5;
}
.nnavigation .th-prevpage a,.nnavigation .th-nextpage a{
    background: none;
    color: #6b6f81;
}
.nnavigation ul{
    margin:0px!important;
    padding:0px!important
}
.datearc{color:#898ea4;}
.datearc:hover{color:#2ccb4d!important}
.nnavigation li.no__bg a{background-color:none!important}
@media(max-width:990px){
    .nnavigation li{margin-right: 0px;}
    .no__bg a{padding-left: 5px!important; padding-right: 5px!important;}
    
}
@media(max-width:767px){
    .cat__box{
        margin-bottom: 30px;
    }
    .blog__con__sec{
        padding-left:0px;
        padding-right:0px;
        margin-top:20px;}
    .aside-blog-wrapper .aside-wrapper__inner{
        padding:30px;
    }
    .nnavigation li a,
.nnavigation li a:hover,
.nnavigation li.active a,
.nnavigation li.disabled{
    padding:6px 10px
}
.blog-listing .blog-item{
    margin-bottom: 10px;
}
.main__page__heading span{
    width: 100%;
}
    
}
@media(max-width:450px){
    .nnavigation li a{
        font-size: 12px;
    }
    .main__page__heading{
        font-size: 32px;
    }
}
@media(max-width:399px){
    .nnavigation .th-prevpage, .nnavigation .th-nextpage{
        display: none;
    }
    .main__page__heading{
        font-size: 26px;
    }
}
.blog-item h2 a{
    font-weight: 400;
    color: #212529;
    font-size: 1.5rem;
    margin-bottom: 40px;}
.blog-item h2 a:hover{
    color: #2ccb4d;
}
.landing-navx{text-align: left!important;}
footer .footer__last ul li {
    display: inline-block;
    font-size: .875rem;
    padding-left: 20px;
}
.landing-navx li {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0 !important;
    margin-right: 30px;
}
.fl-builder-bar {
	z-index: 99999999 !important;
}

/* FOR TEXT ALIGNMENT CHECK IN BANNER - 12/04/2022 */

.banner__section .fl-row-content.fl-row-fixed-width {
  max-width: 1120px;
}

.main-template .banner__section .banner__text h1 span {
  line-height: 51px;
  margin-bottom: 15px;
}
.banner__section .banner__text p {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 0;
}

.banner__section .banner__text .banner-zipcode-form {
  margin-top: 39px;
}
.banner__section .banner__text .banner-zipcode-form label {
  font-size: 14px;
  color: #b1b6c8;
  letter-spacing: 0.583333px;
  margin-bottom: 9px;
  line-height: 17px;
}
.banner__section
  .banner__text
  .banner-zipcode-form
  .card
  .card-body
  .btn-success {
  line-height: 21px;
}
@media (max-width: 768px) {
  .main-template .banner__section .banner__text h1 span {
    font-size: 32px;
    line-height: 48px;
  }
  .banner__section .banner__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .banner__section .banner__text .banner-zipcode-form {
    margin-top: 40px;
  }
  .banner__section
    .banner__text
    .banner-zipcode-form
    .card
    .card-body
    .btn-success {
    line-height: 16px;
    padding: 10px 16px;
  }
  .banner__section .fl-row-content-wrap {
    min-height: 612px !important;
  }
}
@media screen and (max-width: 479px) {
  .banner__section .fl-col-group .fl-col {
    max-width: 100% !important;
    padding: 0 24px;
  }
  .banner__section .fl-heading {
    max-width: 254px;
  }
  .banner__section .banner__text .banner-zipcode-form .card {
    max-width: 302px;
  }
}
.show_cart .main-navigation .account-cart{
  margin-left: 20px;
}
.show_cart .main-navigation .account-cart .product__cart img{
  width: 24px;
  height: 24px;
}
.show_cart .main-navigation .account-cart .product__cart span{
      width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #69bf3a;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 991px){
  .show_cart .main-navigation .nav__phn__no{
    right: 100px;
    top: 14.5px;
  }
}
@media screen and (max-width: 768px){
  .show_cart .main-navigation .account-cart{
    position: fixed;
    right: 0;
    top: 15px;
    right: 55px;
  }
  .show_cart .main-navigation .nav__phn__no{
    top: 9px;
    right: 70px;
  }
  .show_cart .main-navigation .account-cart .product__cart span{
    display: none;
  }
  .show_cart .main-navigation .account-cart.cart_with_count .product__cart img{
    display: none;
  }
  .show_cart .main-navigation .account-cart.cart_with_count .product__cart span{
    display: inline-flex;
  }
.show_cart .nav__mobile{
    width: 60px;
  }
}
/*Jan 3rd 2024 */
nav.nav-right .login-link.login-link {
  margin-left: 0;
}
@media screen and (max-width: 991px) {
  .main-navigation .nav__phn__no.nav__phn__no {
      right: 88px;
      top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .main-navigation .nav__phn__no.nav__phn__no {
      top: 10px;
  }
  nav.nav-right .account-cart {
  position: fixed;
      right: 68px;
      top: 15px;
  }
}
@media screen and (max-width: 480px) {
  nav.nav-right .account-cart {
  right: 58px;
  }
}    
nav.nav-right .account-cart.cart_with_count  {
  margin-left: 5px;
}
nav.nav-right .account-cart.cart_with_count .product__cart {
  margin-left: 0px;
}
nav.nav-right .account-cart.cart_without_count .product__cart {
  margin-left: 15px;
}
@media screen and (min-width: 769px){
  .account .account-dropdown {
    display: flex;
  }
}  
@media screen and (max-width: 991px) {
  .account .account-dropdown span.icon {
    padding-right: 3px;
  }
}
@media screen and (max-width: 991px) {
  .site-header.show_cart .main-navigation .nav__phn__no.nav__phn__no {
      right: 100px;
  }
}
@media screen and (max-width: 768px) {
  .site-header.show_cart .main-navigation .nav__phn__no.nav__phn__no {
      right: 70px;
  }
}
nav.nav-right .product__cart img {
  margin-bottom: 0;
}
section.contact .form-control-wrap p {
  margin-bottom: 0;
}
.aside-wrapper.card .aside-wrapper__inner ul li span::before {
  display: flex;
      max-width: 18px;
      min-width: 18px;
      justify-content: center;
  }
  .aside-wrapper.card .aside-wrapper__inner ul a {
    display: flex;
  }
  .aside-wrapper.card .aside-wrapper__inner ul a span {
    line-height: 140%;
  }
  @media screen and (min-width: 768px) {
    .aside-wrapper.card .aside-wrapper__inner ul a span {
    line-height: 125%;
  }
}