@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin:0;
    padding:0;
    font-family: "Roboto", sans-serif;
    outline:none !important;
}
:root{
  --primary-color:#13753A;
  --primary-color-hover:#0f883f;
  --secondary-color:#FEB800;
  --secondary-color-hover:#ffd139;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Roboto", sans-serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 100%;
  color:var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  padding: 0 !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}
.btn-primary{
  background: var(--primary-color) !important;
  border-color:var(--primary-color) !important;
  color: #FFF !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background: var(--primary-color-hover) !important;
  border-color:var(--primary-color-hover) !important;
  color: #FFF !important;
}
.btn-secondary{
  background: #FFF !important;
  border-color:var(--primary-color) !important;
  color: var(--primary-color) !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .register .btn-check:checked+.btn{
  background: var(--primary-color-hover) !important;
  border-color:var(--primary-color-hover) !important;
  color: #FFF !important;
}
.btn-white, .drp-buttons button.btn-default{
  background:#FFF;
  border:1px solid #DBE5F0;
  color:var(--primary-color);
}
.btn-white:hover, .btn-white:active, .btn-white:focus{
  background: #EEE;
  color: var(--primary-color);
}
.btn-outline-white{
  border:1px solid #DDDDDD;
}
.bg-primary{
  background: var(--primary-color) !important;
}
.text-primary{
  color:var(--primary-color) !important;
}
.bg-secondary{
  background: #053C11 !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="password"], input[type="date"], input[type="time"], input[type="tel"], input[type="file"], select{
  border-color:#FFF !important;
  height: 50px;
}
textarea{
  border-color:#FFF !important;
}
input[type="file"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="tel"]:focus, select:focus, textarea:focus{
  border-color: var(--primary-color) !important;
  box-shadow: none !important;
}
input[type="radio"], input[type="checkbox"]{
  border:1px solid #15426C;
  height: 15px;
  width: 15px;
  margin: 0 !important;
  box-shadow: none !important;
}
.form-check-input:checked{
  background-color: var(--primary-color) !important;
  border-color:var(--primary-color) !important;
}
.btn, .transition, .hover-float, a{
  transition: all 0.4s;
}
h1, h2, h3, h4, h5, h6, .alumni{
  font-family: "Alumni Sans", sans-serif;
}
.border-primary{
  border-color:#13753A !important;
}
.border-primary2{
  border-color:#DDF568 !important;
}
.border-secondary{
  border-color:var(--secondary-color) !important;
}
.bg1{
  background: #DDF568;
}
.bg2{
  background: var(--secondary-color);
}
.bg3{
  background: #FFF0DD !important;
}
.container{
  max-width: 1380px;
}
.text-secondary{
  color:var(--secondary-color) !important;
}
.purple{
  color:#935FC4;
}
.fw-bolder{font-weight: 800 !important;}.fs-110{font-size:110px;}.fs-150{font-size:150px;}.fs-16{font-size:16px;}.fw-black{font-weight: 900;}.lh-150{line-height: 150%;}.lh-90{line-height: 90%;}.lh-130{line-height: 130%;}.lh-common{line-height: 70%;}.mt-n1{margin-top:-3px;}.fs-15{font-size:15px;}.fs-220{font-size:220px;}.fs-85{font-size:85px;}.fs-10{font-size:10px;}.fs-13{font-size:13px;}

/***************************Default CSS Ends Here***************************/

.menu-links a{
  border-right:1px solid #13753A;
}
.dropdown-toggle::after{
  display: none;
}
.menu-links a.contact{
  max-width: 180px;
}
.menu-links a:hover, .menu-links a:active, .menu-links a:focus, .menu-links a.active, #mobileMenu a.text-uppercase.active, #mobileMenu a.text-uppercase.show{
  background: var(--secondary-color);
}
nav .dropdown-menu a:hover, nav .dropdown-menu a.active{
  background: #FFF0DD;
}
.transform-0{
  transform: none !important;
}
nav .dropdown-menu{
  margin-left: -1px;
  margin-top: 1px !important;
}
.counter{
  width: 15px;
  line-height: 15px;
  height: 15px;
  right: -10px;
  top: -5px;
  transform: scale(0.8);
}
.w-45{
  max-width: 45px;
}
.me-55{
  margin-right: 5px;
}
.home-banner{
  position: relative;
  z-index: 10;
}
.home-banner h1{
  line-height: 104px;
}
.red-box{
  background: #FFF0DD;
}
.bullet{
  background: url(../images/counter-bg.svg) no-repeat center center;
  width: 55px;
  line-height: 55px;
  height: 55px;
  background-size: contain;
}
.mh-fix{
  min-height: 210px;
}
.product-home img.img-fluid{
  min-height: 485px;
}
.bgdg{
  margin-top: -70px;
  margin-right: 50px;
}
.slick-prev{
  left: 0;
}
.slick-next{
  right: 0;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.slick-prev, .slick-next{
  height: calc(100% - 40px);
  width: 32px;
  background: var(--secondary-color) !important;
}
.me-n1{
  margin-right: -50px;
}
.accordion-button:not(.collapsed)::after{
  content:"\f107";
  font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  font-weight: 700;
  background: none;
  background-color: #DDF568;
  padding: 30px;
  font-size:25px;
  width: auto;
  height: auto;
  color: var(--primary-color);
  border-right:1px solid var(--primary-color);
  border-left:none;
}
.accordion-button::after{
  content:"\f107";
  font-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  font-weight: 700;
  background: none;
  background-color: #DDF568;
  padding: 30px;
  font-size:25px;
  width: auto;
  height: auto;
  color: var(--primary-color);
  border-left:1px solid var(--primary-color);
}
.bor{
  border-bottom: 1px solid #DDF568;
}
.pop{
  vertical-align: 15px;
}
.mh-47{
  min-height: 47px;
}
.soc{
  margin: 15px 0;
}
.mx-h-491{
  max-height: 518px;
  min-height: 518px;
}
.pattren{
  background: url(../images/believe-bg.png) repeat #FFF0DD;
}
.mh-375{
  min-height: 375px;
}
.flgs{
  background: url(../images/flag-white.png) repeat-x;
  background-size: contain;
  height: 75px;
  bottom: -75px;
}
.mbn1{
  margin-bottom: -4px;
}
.carousel-indicators{
  left:10px;
  bottom: 100px;
}
.carousel-indicators [data-bs-target]{
  width: 70px;
  height: 70px;
  border:2px solid transparent;
  opacity: 1;
}
.carousel-indicators .active{
  border:2px solid var(--secondary-color);
}
.pro-sizes p{
  margin-top: -3px;
}
.pro-sizes p.last{
  margin-top: -4px;
}
.pro-sizes.active p{
  background: var(--secondary-color);
}
#mobileMenu{
  max-width: 300px;
}
.mb-2s{
  margin-bottom: 6px;
}
.befor:before{
  content: '';
  display: block;
  border-left:1px solid var(--secondary-color);
  position: absolute;
  left: -1px;
  top:0;
  bottom: 0;
}
.f-line:after{
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 42px;
  z-index: 1;
  background: var(--primary-color);
}
.form-check.shop .form-check-input{
  background: none;
  width: 16px;
  height: 16px;
}
.shop .form-check-input:checked{
  background-image: url(../images/checked.svg);
  border: none !important;
  background-color: transparent !important;
}
#pills-tab li button{
  color:var(--primary-color);
  background: #FFF;
}
#pills-tab .nav-item, .nav-fill>.nav-link {
    flex: 1 0 0;
}
#pills-tab .nav-link.active, #pills-tab .show>.nav-link{
  background: var(--primary-color);
  color: #FFF;
}
.mh-330{
  min-height: 330px;
}
.progress{
  height: 5px;
}
.news{
  padding: 0 36px 0 33px;
}
.s2 .slick-prev{
  border-right:1px solid var(--primary-color);
}
.s2 .slick-next{
  border-left:1px solid var(--primary-color);
}
.s2 .slick-prev, .s2 .slick-next{
  height: 100%;
}
.scarroe .slick-prev, .scarroe .slick-next{
  display: none !important;
}
.mw-20{
  max-width: 20px;
  width: 20px;
  min-width: 20px;
}
.number span{
  cursor: pointer;
}
.form-check.shop2 .form-check-input{
  background: none;
  width: 16px;
  height: 16px;
}
.shop2 .form-check-input:checked{
  background-image: url(../images/checked2.svg);
  border: none !important;
  background-color: transparent !important;
}
.lh1{
  height: 35px;
  margin-top: -4px;
  line-height: 33px;
  text-indent: 5px;
  width: 30px;
}
.bgx{
  background: url(../images/faq.png) repeat;
  background-size: contain;
}
.mx-h-524{
  min-height: 636px;
  margin-top: -5px;
  height: 100%;
}
.h-60{
  height: 60%;
}
.h-70{
  height: 70%;
}
.bg-new{
  background: #13753A;
  opacity:0.35;
}
.bars .brs{
  max-width: 70px;
  min-width: 70px;
}
.last-bar div:after{
  content: '';
  background: url(../images/big-start.svg) no-repeat;
  background-size: contain;
  padding: 15px;
  position: absolute;
  left: 20px;
  top: -45px;
}
.plx input::placeholder{
  color:var(--primary-color);
  opacity: 0.4;
}
.mt-n2{
  margin-top: -50px;
}
.cart-products li img{
  width: 75px;
  height: 75px;
  min-width: 75px;
  max-height: 75px;
}
.cart-products li .ph{
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 93%;
  overflow: clip;
}
.cout .cart-products li .ph{
  width:87%;
}
.customers{
  min-height: 300px;
}
.customers li a{
  color:var(--primary-color);
  background: #F1F1F1;
}
.customers li a.active{
  background: var(--primary-color);
  color: #FFF;
}
.icon-box-db{
  width:40px;
  height: 40px;
  line-height: 43px;
}
.flex-none{
  flex:none !important;
}
.pricing-card {
  transition: all 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.active-plan {
  transform: scale(1.05);
}
.size, input[type="text"].size{
  width: 80px;
  height: 20px;
  max-height: 30px;
  border: 1px solid var(--primary-color) !important;
}
#frequency-select{
    width: 100% !important;
    border: none !important;
    color: #13753A !important;
}


/**********************Main Screen CSS Ends Here***********************/

@media(min-width:1201px) and (max-width:1350px){
  .mx-h-491 {
    max-height: 542px;
    min-height: 542px;
  }
  .fsx{
    font-size: 88px;
  }
  .cout .cart-products li .ph{
    width:70%;
  }
}
@media(min-width:991px) and (max-width:1200px){
  .cout .cart-products li .ph{
    width:80%;
  }
  .fs-150 {
    font-size: 96px;
    line-height: 74%  !important;
  }
  .fs-110 {
    font-size: 75px;
  }
  .fs-220 {
    font-size: 100px;
  }
  .bgdg {
    margin-top: -177px;
    margin-right: -92px;
    width: 260px;
  }
  .product-home img.img-fluid {
      min-height: 285px;
  }
  .fs-85 {
    font-size: 50px;
  }
  .purple{
    font-size: 17px !important;
  }
  .pros .fs-4{
    font-size: 13px !important;
  }
  .pros ul li p{
    font-size: 16px !important;
  }
  .pros .fs-5, .pros .fs-4{
    font-size:13px !important;
  }
  footer .fs-1{
    font-size: 2rem !important;
  }
  footer .bg-primary.p-4{
    min-height: 95px;
  }
  .mx-h-491 {
    max-height: 372px;
    min-height: 372px;
  }
  .fsc{
    font-size: 1.6rem !important;
  }
  .mh-375 {
    min-height: 382px;
  }
  .navbar a{
    font-size: 13px;
  }
}
@media(min-width:768px) and (max-width:990px){
  .cout .cart-products li .ph{
    width:80%;
  }
  .fs-150 {
    font-size: 70px;
    line-height: 80% !important;
  }
  .fs-110 {
    font-size: 75px;
  }
  .product-home img.img-fluid {
      min-height: 285px;
  }
  .fs-220 {
    font-size: 100px;
  }
  .bgdg {
    margin-top: -87px;
    margin-right: -82px;
    width: 260px;
  }
  .fs-85 {
    font-size: 50px;
  }
  .purple{
    display: none;
  }
  .pros .fs-4{
    font-size: 16px !important;
    min-height: 77px;
  }
  footer .fs-1{
    font-size: 2rem !important;
  }
  footer .bg-primary.p-4{
    min-height: 95px;
  }
  .collapse:not(.show) {
    display: flex;
  }
  .bord{
    border-left:1px solid var(--primary-color);
    border-right:1px solid var(--primary-color);
  }
  .flgs{
    height: 60px;
  }
  .ds{
    align-items: stretch !important;
  }
  .h-md-100{
    height: 100%;
    display: flex;
    align-items: center;
  }
  .formb{
    min-height: 400px;
  }
}
@media(max-width:767px){
  .mh-330{
    min-height: 136px;
  }
  .bg-wm{
    background: #FFF;
  }
  #hideM{
    display: none !important;
  }
  footer span.d-block.fw-medium{
    position: relative;
    border-top:1px solid rgba(221, 245, 104, 1);
    border-bottom:1px solid rgba(221, 245, 104, 1);
  }
  .accordion-button:not(.collapsed)::after{
    padding: 15px 18px;
    font-size: 19px;
  }
  footer span.d-block.fw-medium:before{
    content:'';
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    border-left:1px solid #FFF;
  }
  footer span.d-block.fw-medium:after{
    content:'';
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    border-right:1px solid #FFF;
  }
  footer span.d-block.fw-medium.bg-white:before{
    content:'';
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    border-left:1px solid #FFF;
  }
  footer span.d-block.fw-medium.bg-white:after{
    content:'';
    display: block;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    border-right:1px solid #FFF;
  }
  .inner-box{
    border-top:none !important;
  }
  .logo-bar img{
    width: 133px;
  }
  .cout .cart-products li .ph{
    width:60%;
  }
  .fs-150 {
    font-size: 80px;
    line-height: 80% !important;
  }
  .fs-110 {
    font-size: 75px;
  }
  .fs-220 {
    font-size: 100px;
  }
  .mh-fix2{
    min-height: 150px;
    display: flex;
    align-items: center;
  }
  .bord{
    border-left:1px solid var(--primary-color);
    border-right:1px solid var(--primary-color);
  }
  .flgs{
    bottom: -66px;
    transform: scale(2);
    border-bottom: 1px solid #DDF568 !important;
    border-top: 1px solid #DDF568 !important;
    position: relative !important;
    background-color: #FFF !important;
  }
  .navbar-collapse{
    display: flex;
    flex-direction: column;
  }
  .navbar-collapse a{
    border: none;
  }
  .me-55 {
    margin-right: 7px;
  }
  .size, input[type="text"].size{
        width: 40px;
        max-height: 25px;
    }
  .carousel-indicators{
    bottom: 20px;
  }
  .carousel-indicators [data-bs-target]{
    width:42px;
    height: 42px;
    padding: 2px !important;
  }
  .carousel-indicators [data-bs-target] img{
    width: 100%;
    height: 100%;
  }
  .fs-20-m{
    font-size: 20px;
  }
  .border-top-m-none{
    border-top: none !important;
  }
  .border-top-m{
    border-top:1px solid var(--primary-color) !important;
  }
  .fs-50-m{
    font-size: 50px !important;
  }
  .fs-60-m{
    font-size: 60px !important;
  }
  .w-fc-m{
    width: fit-content;
  }
  .fs-16-m{
    font-size: 16px !important;
  }
  .news .slick-slide img{
    min-height:200px;
  }
  .news .slick-slide{
    border-right: 1px solid var(--primary-color) !important;
  }
  .adjs2 img.img-fluid{
    width: 55px;
  }
  .fs-100-m{
    font-size: 100px !important;
  }
  .w-m-75 .w-50{
    width: 100% !important;
  }
  .w-26m{
    width: 25px !important;
  }
  .formb{
    min-height: 355px;
  }
  .bars .brs{
    max-width: 40px;
    min-width: 40px;
  }
  .last-bar div:after{
    left: 5px;
    width: 24px;
  }
  .fs-15-m{
    font-size: 15px !important;
  }
  .w-40 img.img-fluid{
    width: 40px;
  }
  .mt-n2{
    margin-top: 0;
  }
  .fs-30-m{
    font-size: 30px !important;
  }
  .fs-35-m{
    font-size: 35px !important;
  }
  .ws{
    white-space: nowrap;
  }
}
@media(max-width:574px){
  #pills-tab{
    flex-direction: row !important;
  }
  #pills-tab li button{
    padding: 5px !important;
    height: 100%;
    border-right: 1px solid var(--primary-color) !important;
  }
  #pills-tab li:last-child button{
    border-right: none !important;
  }
  #productCarousel{
    display: flex;
    flex-direction: column-reverse;
  }
  #productCarousel .carousel-item img{
    height: 473px !important;
  }
  .carousel-indicators {
    border-top:1px solid var(--primary-color);
    position: relative;
    bottom: -1px;
    left: 0;
    padding: 10px 0;
  }
  .carousel-indicators [data-bs-target] img{
    display: none !important;
  }
  .carousel-indicators [data-bs-target] {
    width: 4px;
    height: 4px;
    padding: 0 !important;
    background: rgba(19, 117, 58, 0.4) !important;
    border: none !important;
    margin: 2px !important;
  }
  .carousel-indicators .active {
    background: rgba(19, 117, 58, 1) !important;
    width: 4px;
    height: 4px;
  }
  .als .h-50{
    height: auto;
  }
  .home-banner p.fs-16{
    font-size: 15px;
    line-height: 17px;
  }
  .lh-50{
    line-height: 50px;
  }
  .lh-46{
    line-height: 46px;
  }
  .srr img{
    width: 12px;
  }
  .fs-13-m{
    font-size: 13px;
  }
  .fs-150 {
    font-size: 70px;
    line-height: 80% !important;
  }
  .fs-110 {
    font-size: 60px;
  }
  .fs-220 {
    font-size: 90px;
  }
  .navbar-collapse{
    display: flex;
    flex-direction: column;
  }
  .navbar-collapse a{
    border: none;
  }
  .bgdg {
    margin-top: -30px;
    margin-right: -7%;
    width: 170px;
  }
  .me-n1 {
    margin-right: -0px;
    width: 95px;
  }
  .mh-fix2 {
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  .product-home img.img-fluid {
      min-height: 305px;
  }
  .border-start-m-none{
    border-left: none !important;
  }
  .border-start-m-none{
    border-left: none !important;
  }
  .border-end-m-none{
    border-right: none !important;
  }
  .pros .fs-5, .pros .fs-4{
    font-size:15px !important;
  }
  .fs-85 {
    font-size: 40px;
    line-height: 60%;
  }
  .slick-prev, .slick-next {
    height: calc(100% - 10px);
    display: none !important;
  }
  .mh-fix{
    min-height: 150px;
  }
  .border-bottom-m-none{
    border-bottom:none !important;
  }
  .border-top-bottom-m{
    border-top:1px solid var(--primary-color) !important;
    border-bottom:1px solid var(--primary-color) !important;
  }
  .tw-border{
    border-left:1px solid var(--primary-color);
    border-bottom:1px solid var(--primary-color);
  }
  .three-border{
    border: 1px solid var(--primary-color);
  }
  .delv p.fs-4{
    font-size: 1rem !important;
  }
  .delv p.fs-6{
    font-size: 12px !important;
  }
  .delv img{
    width: 10px;
  }
  .hasul ul li p{
    font-size: 12px !important;
  }
  .fs-12-m{
    font-size:12px !important;
  }
  .text-center-m{
    text-align: center !important;
  }
  .border-bottom-m{
    border-bottom: 1px solid var(--primary-color) !important;
  }
  .bg1-m{
    background: #DDF568 !important;
  }
  .pop {
    vertical-align: 4px;
    font-size: 20px !important;
  }
  .slick-slide{
    border-left: none  !important;
    border-right: none !important;
  }
  .slick-slide img {
    display: block;
    min-height: 456px;
    object-fit: cover;
  }
  .accordion-button::after{
    padding:15px 18px;
    font-size: 19px;
  }
  .accordion-button span span:first-child{
    font-size:25px;
  }
  .accordion-button span span:last-child{
    font-size:20px;
    font-weight: bold !important;
    line-height: 90% !important;
  }
  .bor2{
    font-size: 40px;
    text-align: left !important;
    padding-left: 20px;
  }
  .fs-30-m{
    font-size: 30px !important;
  }
  .text-start-m{
    text-align: left !important;
  }
  .fs-18-m{
    font-size: 18px !important;
  }
  .mod1 .fs-1{
    font-size: 30px !important;
  }
  .mod1 .display-5{
    font-size: 40px !important;
  }
  .s2 .trusted-slider .slick-arrow{
    display: block !important;
  }
  .social-slider .slick-slide img{
    min-height: auto !important;
  }
  .social-slider .slick-dots li, .social-slider .slick-dots li button, .social-slider .slick-dots li button:before{
    width: 4px;
    height: 4px;
  }
  .social-slider .slick-dots li button{
    padding: 0;
  }
  .social-slider .slick-dots li button:before{
    content: '■';
    font-size: 9px;
  }
  .f-line img{
    min-height: 125px;
  }
}
@media(max-width:370px){
  .fs-30-m{
    font-size: 25px !important;
  }
  .fs-35-m{
    font-size: 25px !important;
  }
}
