/*
!*--------------------------------------------------------------
# General
--------------------------------------------------------------*!

@font-face {
  font-family: "poppinsregular";
  src: url("../font/poppins-regular-webfont.woff2") format("woff2"),
    url("../font/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "poppinsregular", sans-serif;
  color: #444444;
}

a {
  color: #3498db;
  text-decoration: none;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

!*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*!

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3498db;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #57aae1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

!*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*!

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

!*--------------------------------------------------------------
# Login Page
--------------------------------------------------------------*!
.modal {
  top: 15%;
}
.modal-backdrop.show {
  opacity: 0.3;
}
.modal-footer{
  padding-bottom: 30px;
}
.loginmain {
  background: #fff;
  border-radius: 10px;
}
.logintitle {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}
.logintitle span {
  color: #128d54;
}
.loginform {
  padding: 30px 50px 20px;
}
.loginform input[type="email"],
.loginform input[type="password"] {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #bfbfbf;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  padding: 13px 20px;
  box-sizing: border-box;
  outline: none;
}
.btnLogin {
  background: #128d54;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  border: none;
  padding: 12px 0;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  width: 100%;
}
.modal-footer {
  display: inline;
}
.loginfooter {
  text-align: center;
  color: #37474f;
  font-family: "Poppins", sans-serif;
}
.loginfooter a {
  color: #128d54;
}
.forgotpassword{
  border:none;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  padding: 30px 0;
}
.forgotpassword .card-header{
    background: transparent;
    border: none;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.forgotpassword input[type="email"], .forgotpassword input[type="email"]:focus{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #bfbfbf;
    color: #37474f;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    padding: 13px 20px;
    box-sizing: border-box;
    outline: none;
    box-shadow:none;
}
.forgotpassword button, .forgotpassword button:hover{
    background: #128d54;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    border: none;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    width: 100%;
}
.forgotpassword .card-body{
  margin: 0 auto;
}



.loginFromClass{
    border:none;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
    padding: 30px 0;
}
.loginFromClass .card-header{
    background: transparent;
    border: none;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.loginFromClass input[type="email"], .loginFromClass input[type="email"]:focus, .loginFromClass input[type="password"], .loginFromClass input[type="password"]:focus{
    width: 300px;
    margin-bottom: 20px;
    border: 1px solid #bfbfbf;
    color: #37474f;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
    box-shadow:none;
}
.alert-error { color: red}
.loginFromClass button, .loginFromClass button:hover{
    background: #128d54;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    border-radius: 5px;
    border: none;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    width: 100%;
}
.loginFromClass .card-body{
    margin: 0 auto;
}
.labelLogin { width: 155px;}
!*--------------------------------------------------------------
# Header
--------------------------------------------------------------*!
.menu_logo, .menu_logo:hover {
  color: #128d54;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.menu_logo span {
  color: #37474f;
}
#header {
  background: #fff;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  padding: 8px 0;
  width: 100%;
  z-index: 10;
}

#header .dropdown-toggle::after {
  border: none;
  background: url(../img/menu-arrow.png);
  bottom: 14px;
  width: 10px;
  height: 9px;
  right: -9px;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  padding: 0px 3px;
}

#header .container-fluid {
  background: #fff;
}

#header .nav-item.dropdown {
  !* padding-right: 17px; *!
  padding: 0 15px;
}

#header .nav-item.dropdown .nav-link {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #000;
}

#header .call-menu .nav-link {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #128d54;
  font-weight: 600;
}

#header .login-menu {
  position: relative;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 600;
}

#header .header-form-search {
  width: 250px;
  !* margin-right: 15px; *!
}

#header .header-form-search .btn,
#header .header-form-search input {
  height: 32px;
  margin-top: 5px;
  box-shadow:none;
  outline:none;
}

#header .header-form-search .btn {
  background: #128d54;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  padding: 0px 12px;
}
.navbar-toggler-icon img {
  width: 100%;
}
.navbar-toggler:focus {
  border: none;
  color: transparent;
  box-shadow: none;
  background: transparent;
}
.dropdown-menu{
  padding:0 15px;
  border:none;
  box-shadow:0px 3px 10px #ddd;
}
.dropdown-item{
  padding: 0.25rem 0.3rem;
  font-weight: 600;
}
.dropdown-item:focus,
.dropdown-item:hover{
      background-color: #e9ecef;
      color: #212529;
}
.dropdown-menu li .dropdown-item{
  border-bottom:1px solid #128d54;
  font-size:15px;
}
!*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*!

#main {
  padding-top: 100px;
}

!* End General  *!

!* Banner *!

.Banner_section svg,
.Banner_section .baner-svg {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  width:50%;
}

.Banner_section .banner_text {
  padding-top: 100px;
}

.Banner_section .banner_title {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
}

.Banner_section .banner_teg {
  max-width: 360px;
  color: #128d54;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
}

.banner-form {
  margin-top: 35px;
  display: block;
}

.banner-form .form-select {
  border: 1px solid #128d54;
  font-family: "Poppins", sans-serif;
  border-radius: 6px;
  outline: none;
  position: relative;
}

.banner-form .form-select::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  top: 5px;
  right: 5px;
}

.banner-form .form-select:focus {
  box-shadow: none;
}

.baner-srarch {
  border: 1px solid #128d54;
  background: #fff;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 16px;
  color: #128d54;
  font-weight: 500;
}

.baner-srarch:hover {
  color: #128d54;
}

.baner-btn {
  border: 1px solid #128d54;
  background: #128d54;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  margin-right: 20px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.baner-btn:hover {
  color: #fff;
}

.baner-learnmore {
  display: block;
  padding-top: 250px;
}

.banerlearn_title {
  font-family: "Poppins", sans-serif;
  color: #37474f;
  font-size: 25px;
  font-weight: 600;
  -webkit-text-stroke: 0.3px #fff;
}

.Baner_Learnmore_links {
  display: flex;
  flex-wrap: wrap;
}

.Baner_Learnmore_links a {
  width: 45%;
  padding: 5px 11px;
  box-sizing: border-box;
  text-align: center;
  background: #d6f3e8;
  font-family: "Poppins", sans-serif;
  align-items: center;
  color: #667c87;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 10px;
  margin-right: 17px;
  display: block;
}

.Baner_Learnmore_links a:last-child {
  padding-top: 16px;
}

!* Package Section  *!

.package-section {
  padding-top: 70px;
  position: relative;
}

.package-section svg,
.package-section .pakcage-svg {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: -1;
  opacity: 0.6;
}

.package-title {
  font-size: 26px;
  text-align: center;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.title_line {
  width: 142px;
  height: 5px;
  background: #128d54;
  display: block;
  margin: 5px auto 0;
  border-radius: 4px;
}

.package-row {
  padding-top: 50px;
}
.regpackage .col-lg-4:first-child,
.regpackage .col-lg-4:last-child,
.regpackagesection .col-lg-4:first-child,
.regpackagesection .col-lg-4:last-child{
    margin-top: 71px !important;
}
.regpackage .col-lg-4:nth-child(2) .Packeges_item_Corp,
.regpackagesection .col-lg-4:nth-child(2) .Packeges_item_Corp{
  min-height: 806px;
}
.regpackagesection .package-row{
  padding-top: 0;
}
.regpackagesection .Packeges_item_Corp{
  margin-top:0px !important;
}
.Packeges_item_Corp {
  height: 734px;
  margin-top: 71px !important;
}

.Packeges_center_Corp {
  height: 800px;
}

.Packeges_item {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 6px rgb(117 131 149 / 30%);
  margin: 5px;
  position: relative;
}

.Packeges_SubTitle1,
.Packeges_Title1,
.Packeges_SubTitle2,
.Packeges_Title2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  font-weight: bold;
  font-size:24px;
}

.Packeges_Title1 {
  color: #fff;
  padding: 21px 0;
  text-transform: uppercase;
  position: relative;
  background: #a2c8fc;
  border-radius: 5px 5px 0 0;
}

.Packeges_Title2 {
  color: #fff;
  padding: 21px 0;
  text-transform: uppercase;
  position: relative;
  background: #128d54;
  border-radius: 5px 5px 0 0;
}

.Packeges_price:before {
  content: "+ state fees";
  font-size: 16px;
  color: #37474f;
  position: absolute;
  top: 50%;
  left: 62%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Packeges_price {
  text-align: center;
  margin: 18px 20px 0;
  font-size: 30px;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight:bold;
}

.Packeges_SubTitle1 {
  color: #67B7D1;
  padding: 13px 20px;
  font-size: 18px;
  background: #d6f3e8;
}

.Packeges_SubTitle2 {
  color: #128d54;
  padding: 13px 20px;
  font-size: 18px;
  background: #d6f3e8;
}

.Packeges_item p:nth-child(4),
.Packeges_item p:nth-child(5) {
  font-weight: bold !important;
  font-size: 14px !important;
  text-align: center !important;
}
.Packeges_item p:nth-child(4)::before,
.Packeges_item p:nth-child(5)::before {
  display: none;
}
.Packeges_text{
  text-align: left !important;
  margin:0 20px !important;
}
.Packeges_text::before{
  content:"";
  position: absolute;
  display: list-item;
  color: #128d54;
}
.Packeges_SubTitle3,
.Packeges_Title3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  font-weight:bold;
}

.Packeges_Title3 {
  color: #fff;
  padding: 21px 0;
  text-transform: uppercase;
  position: relative;
  background: #fc8456;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  font-size:24px;
}

.Packeges_SubTitle3 {
  color: #fc8456;
  padding: 13px 20px;
  font-size: 18px;
  background: #d6f3e8;
}

.Packeges_SubTitle3,
.Packeges_Title3 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.Packeges_text {
  padding: 3px 20px;
}

.Packeges_text,
.Packeges_text_list {
  text-align: center;
  box-sizing: border-box;
  color: #37474f;
  font-family: "Poppins", sans-serif;
}

.Packeges_text_list {
  padding: 0 12px;
  position: relative;
  font-size: 14px;
}

.Packeges_link1,
.Packeges_link1:hover {
  position: absolute;
  bottom: 20px;
  color: #fff;
  background: #a2c8fc;
  font-family: "Poppins", sans-serif;
  padding:10px 40px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Packeges_link2,
.Packeges_link2:hover {
  position: absolute;
  bottom: 20px;
  color: #fff;
  background: #128d54;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Packeges_link3,
.Packeges_link3:hover {
  position: absolute;
  bottom: 20px;
  color: #fff;
  background: #fc8456;
  font-family: "Poppins", sans-serif;
  padding:10px 40px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

!* Service Slider *!

.service-slider {
  background: #fef6ee;
  padding-top: 240px;
  padding-bottom: 100px;
  margin-top: -160px;
}

.service-title {
  font-size: 26px;
  text-align: center;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.service-slider_inner {
  margin-top: 45px;
}

.servicesSliderItem {
  min-height: 440px;
}

.servicesSliderItem_img {
  height: 192px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.servicesSliderItem_text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 21px 23px;
  box-sizing: border-box;
  height: 248px;
}

.servicesSliderItem_title {
  color: #128d54;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin: 0px;
  font-weight: bold;
}

.servicesSliderItem_description {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}

.Learn_More_link,
.Learn_More_link:hover {
  color: #fc8456;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
.Learn_More_link:hover{
  color: #128d54;
}

.slider-margin {
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgb(162 200 252 / 30%);
}

!* Crop section *!

.corp-section {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.corp-section svg,
.corp-section .crop-svg {
  position: absolute;
  bottom: -108px;
  right: 0px;
  z-index: -1;
}

.crop-care-inner {
  margin-top: 50px;
}

.corp-title {
  font-size: 26px;
  text-align: center;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.corp-subTitle {
  color: #8f8c8c;
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.card1 {
  background: #fbfafd;
}

.card2 {
  background: #f8f0f6;
}

.card3 {
  background: #fef6ee;
}

.corp_card {
  height: 443px;
  margin: 5px 5px 30px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 70px 40px 80px;
  border-radius: 5px;
  text-align: center;
}

.corp_card_img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}

.corp_card_title {
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
}

.corp_card_text,
.corp_card_title {
  color: #37474f;
  font-family: "Poppins", sans-serif;
}

.corp_card_BTN,
.corp_card_BTN:hover {
  background: #128d54;
  padding: 9.5px 22px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.incorpal-image img {
  width: 100%;
}

.webBTN,
.webBTN:hover {
  padding: 10px 18px;
  box-sizing: border-box;
  background: #128d54;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}

.webbtn-sec {
  margin-top: 30%;
  margin-left: 0%;
}
.webbtn-sec p{
  margin: 0 0 50px 0;
}
!* Footer *!
!*
.footer {
  border-top: 1px solid #e3e3e3;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 66px;
  box-sizing: border-box;
}

.footer_title {
  font-size: 25px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 16px;
  font-weight: bold;
}

.footer_Link {
  margin-top: 11px;
  display: block;
}

.footer_Link,
.footer_title {
  color: #37474f;
  font-family: "Poppins", sans-serif;
}

.footer_Items .footer_Item {
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: 0.33s;
}

.footer_Item:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}*!

.footer {
    background: #222;
    color: white;
    padding: 20px 0;
    font-size: 14px;
}

.footer_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer_links {
    list-style: none;
    padding: 0;
}

.footer_links li {
    margin-bottom: 5px;
}

.footer_Link {
    color: #bbb;
    text-decoration: none;
}

.footer_Link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_Items {
    display: flex;
    gap: 10px;
}

.footer__Item {
    width: 30px;
    height: auto;
}

.back-to-top {
    background: #007bff;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.back-to-top:hover {
    background: #0056b3;
}
.footer_Items a img {
    filter: brightness(0) invert(1); !* Makes icons white *!
}
!* Mobile View*!

@media screen and (max-width: 768px) {
  .Packeges_center_Corp {
    height: 900px;
  }
  .faqaccordion{
    font-size: 20px !important;
    padding: 27px 10px 27px 10px !important;
  }
  .Banner_section .baner-svg {
    top: 29px;
    width: 100%;
  }
  .pakcage-svg,
  .crop-svg {
    display: none;
  }
  .Banner_section .banner_text {
    padding-top: 30px;
  }
  .Banner_section .banner_title {
    font-size: 30px;
  }
  .Banner_section .banner_teg {
    font-size: 19px;
  }
  .banner-form .form-select {
    margin-bottom: 18px;
  }
  .baner-btn {
    margin-right: 6px;
    padding: 10px 21px;
  }
  .baner-srarch {
    padding: 10px 16px;
  }
  .baner-learnmore {
    padding-top: 60px;
    text-align: center;
  }
  .Baner_Learnmore_links a {
    width: 100%;
    margin-right: 0px;
  }
  .Baner_Learnmore_links a:last-child {
    padding-top: 5px;
  }
  .package-section {
    padding-top: 70px;
  }
  .package-title,
  .service-title,
  .corp-title {
    font-size: 23px;
  }
  .footer__title {
    font-size: 23px;
    margin-top: 18px;
  }
  .package-row {
    padding-top: 0px;
  }
  .Packeges_item_Corp {
    margin-top: 6px;
  }
  .service-slider {
    padding-bottom: 3px;
  }
  .crop-care-inner {
    margin-top: 30px;
  }
  .corp_card {
    height: 374px;
    margin: 5px 5px 30px;
    padding: 29px 14px 0;
  }
  .webbtn-sec {
    margin: 54px auto 0px;
    width: 51%;
  }

  .footer {
    padding-top: 28px;
    padding-bottom: 23px;
  }
}

!* Business Register *!
.businessBanner_section {
  padding-top: 180px;
  box-sizing: border-box;
}
.businessBanner_section img {
  width: 80%;
  max-width: 810px;
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
}
.regbanner_text {
  z-index: 9;
  position: relative;
  padding: 0 10px;
}
.regbanner_text h2 {
  color: rgb(55, 71, 79);
  font-size: 50px;
  margin: 0px auto;
  font-weight: bold;
  font-family: Poppins, sans-serif;
}

.regbanner_text p {
  font-size: 25px;
  top: 250px;
  color: #37474f;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.businessfirstfrm {
  margin-top:60px;
  background: #fbfafd;
  height: 300px;
  padding: 50px 10px 10px;
}
.businessfirstfrm input[type="text"],
.businessfirstfrm input[type="password"],
.businessfirstfrm input[type="email"],
.content-left input[type="text"],
.content-left input[type="password"],
.content-left input[type="email"],
.content-right input[type="text"],
.content-right input[type="password"],
.content-right input[type="email"] {
  width: 100%;
  margin: 0 0 21px;
  height: 45px;
  border-radius: 10px;
  background: #fbfafd;
  border: 1px solid #128d54;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  color: #37474f;
  font-family: "Poppins", sans-serif;
}

.bussinessaddress {
  width: 100%;
  height: 100%;
  !* background: #fbfafd; *!
  padding: 0 15px;
}
!* .bussinessaddress h2 {
  padding: 70px 0 20px;
  color: #37474f;
  text-align: left;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
} *!
.content-righttitle {
  padding-left: 30px;
}
.bussinessaddressfrm h2 {
  padding: 0px 0 20px;
  color: #37474f;
  text-align: left;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: -100px;
}
.content-lefttitle,
.content-righttitle {
  position: relative;
}
.bussinessaddressfrm {
  background: #fbfafd;
  margin: 130px 0 50px;
}
.bussinessaddressfrm .content-left {
  border-right: 30px solid #fff;
  padding: 40px 25px 70px;
}
.bussinessaddressfrm .content-right {
  border-left: 30px solid #fff;
  padding: 40px 25px 70px;
}

.bussinessaddressfrm .content-right .form-select,
.bussinessaddressfrm .content-left .form-select {
  border: 1px solid #128d54;
  font-family: "Poppins", sans-serif;
  border-radius: 6px;
  outline: none;
  position: relative;
}

.bussinessaddressfrm .content-right .form-select::after,
.bussinessaddressfrm .content-left .form-select::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  top: 5px;
  right: 5px;
}

.bussinessaddressfrm .content-right .form-select:focus,
.bussinessaddressfrm .content-left .form-select:focus {
  box-shadow: none;
}
.bussinessaddressfrm .content-right .form-select,
.bussinessaddressfrm .content-left .form-select {
  background-color: #fbfafd;
  border-radius: 10px;
  height: 45px;
}

!* The container *!
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  margin-bottom: 50px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}

!* Hide the browser's default checkbox *!
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

!* Create a custom checkbox *!
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

!* On mouse-over, add a grey background color *!
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

!* When the checkbox is checked, add a blue background *!
!* .container-check input:checked ~ .checkmark {
  background-color: #2196f3;
} *!

!* Create the checkmark/indicator (hidden when not checked) *!
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

!* Show the checkmark when checked *!
.container-check input:checked ~ .checkmark:after {
  display: block;
}

!* Style the checkmark/indicator *!
.container-check .checkmark:after {
  left: 9px;
  top: 2px;
  width: 9px;
  height: 17px;
  border: solid #37474f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.companyaddress h2 {
  top: -60px;
  left: 80px;
}
.companyaddress .content-left {
  background: #fff;
  text-align: center;
  padding: 0 25px 70px;
}

.memberinfo .container-check {
  margin-bottom: 30px;
}
.memberinfo input[type="submit"] {
  bottom: 20px;
  color: #fff;
  border: none;
  background: #fc8456;
  font-family: "Poppins", sans-serif;
  padding: 8px 21px;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
}
.btnAddMember {
    bottom: 20px;
    color: #fff;
    border: none;
    background: #fc8456;
    font-family: "Poppins", sans-serif;
    padding: 8px 21px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}
.memberinfo .container-check p {
  margin-bottom: 1rem;
  color: red;
  font-size: 14px;
  left: -33px;
  position: relative;
  top: 8px;
}
.memberinfo .Note {
  color: red;
}

.packagereg .package-row {
  padding-left: 30px;
  padding-right: 30px;
}

.packagereg::after {
  content: "";
  height: 200px;
  background: #fef6ee;
  z-index:-1;
  position: absolute;
  opacity: 0.8;
  left: 0;
  right: 0;
  bottom: -40px;
}
.packagelisttotal ul {
  list-style: none;
  padding: 0;
}
.packagelisttotal ul li {
  padding: 10px 0;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #128d54;
}

.packagelisttotal ul li span{
    float: right;
}
.regpackagesection {
  padding-top: 0;
}
.packagelisttotal strong {
  margin-top: 78px;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 21px;
  font-weight: 600;
  color: #28be78;
  margin-right: 42px;
  display: inline-block;
}
.regpackage{
  padding-top: 0;
}
.regpackage .Packeges_item_Corp{
  margin-top:0px !important;
}
.confirmbtn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.confirmbtn input {
  color: #fff;
  font-size: 20px;
  padding: 17px 72px;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  font-family: "Poppins", sans-serif;
  background: #128d54;
  !* margin-top: 105px; *!
  margin-bottom: 50px;
}
.back-to-top, .back-to-top:hover{
  background: #128d54;
  border-radius: 50%;
}
.back-to-top i{
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .regbanner_text h2 {
    font-size: 40px;
  }
  .businessfirstfrm {
    height: auto;
  }
  .bussinessaddressfrm {
    margin: 10px 0 20px;
  }
  .bussinessaddressfrm .content-left,
  .bussinessaddressfrm .content-right {
    border-right: 0;
    border-left: 0;
  }
  .bussinessaddressfrm h2 {
    position: unset;
  }
  .bussinessaddressfrm .form-select {
    margin-bottom: 20px;
  }
  .companyaddress .content-left {
    background: transparent;
    padding: 10px 0 0 0;
  }
  .Packeges_item_Corp {
    margin-top: 30px !important;
  }
  .packagereg .package-row {
    padding-left: 0;
    padding-right: 0;
  }
  .confirmbtn input {
    margin-top: 50px;
  }
  .content-righttitle {
    padding-top: 50px;
  }
}

!* LLC Page *!
.llcBanner_section {
  padding-top: 180px;
  box-sizing: border-box;
}
.llcBanner_section img {
  width: 55%;
  max-width: 1020px;
  position: absolute;
  height: auto;
  top: 0;
  right: 0;
}
.llcbanner_text {
  z-index: 9;
  position: relative;
  padding: 40px 10px 0;
}
.llcbanner_text h2 {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
}
.llcbanner_text span {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: bold;
}
.llcbanner_text p {
  color: #8f8c8c;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  margin: 0;
}
.llcbtn {
  min-width: 170px;
  padding: 10px 18px;
  box-sizing: border-box;
  background: #128d54;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  margin: 25px 10px 0;
  display: inline-block;
}
.llcredbtn,
.llcredbtn:hover {
  color: #323232;
  padding: 0 20px 10px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  position: relative;
  cursor: pointer;
}

.llcpackage {
  margin-top: 10px;
}
.packagellc .package-row {
  padding-left: 30px;
  padding-right: 30px;
}

.packagellc::after {
  content: "";
  height: 200px;
  background: #fef6ee;
  z-index: -1;
  position: absolute;
  opacity: 0.8;
  left: 0;
  right: 0;
  bottom: -40px;
}

.llcadd-dis {
  background: #fbfafd;
  padding: 60px 0;
}
.llctitle,
.scorptitle {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  text-align: center;
  font-weight: bold;
}
.llcsubtitle,
.scorpsubtitle {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 92px 0 0;
  box-sizing: border-box;
}
.llcsubtitle h3,
.scorpsubtitle h3 {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 70px;
}
.llcsubtitle h3 img,
.scorpsubtitle h3 img {
  padding: 0 10px 0 0px;
}
.vsround{
  border:2px solid #128d54;
  border-radius:50%;
  background: #fef6ee;
  width: 70px;
  height: 70px;
  margin: 0px auto;
  position: relative;
  padding-top: 18px;
  padding-bottom:0 !important;
}
.disadvantages_item {
  border-top: 9px solid #e24c4b;
}
.advantages_item {
  border-top: 9px solid #128d54;
}
.advantages_item,
.disadvantages_item {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 34px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.advantages_item h4,
.disadvantages_item h4 {
  margin-bottom: 18px;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.advantages_item p,
.disadvantages_item p {
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.CopeForm {
  background: #fbfafd;
  padding-top: 50px;
  box-sizing: border-box;
}
.CopeForm h2 {
  text-align: center;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.CopeForm_container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: 120px auto 0;
  padding-bottom: 175px;
  box-sizing: border-box;
  position: relative;
}
.CopeForm_block {
  width: calc(100% - 30px);
  max-width: 645px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}
.CopeFormimg {
  height: 350px;
  right: 0;
  top: -70px;
  position: absolute;
}

.CopeForm input[type="text"],
.CopeForm input[type="email"],
.CopeForm select, .CopeForm select:focus {
  font-size: 0.9rem !important;
  width: 100%;
  margin-bottom: 20px;
  height: 48px;
  padding: 0 5px  !important;
  box-sizing: border-box;
  border: 1px solid #128d54;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
}
.CopeForm select{
  background-position: 123px;
}
.CopeForm input[type="submit"] {
  min-width: 170px;
  padding: 10px 18px;
  box-sizing: border-box;
  background: #128d54;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
}

.faqmain {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin: 150px 0 50px;
}
.faqmarging {
  margin: 100px 0 0px;
  padding: 0 10px;
}
.faqmarging .faqaccordion {
  text-align: left;
}
.faqaccordion {
  !* background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-bottom: 10px; *!
  font-size: 25px;
  font-weight: 600;
  color: #37474f;
  font-family: "Poppins", sans-serif;
  padding: 27px 30px 27px 109px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #128d54;
  cursor: pointer;
  text-align: center;
}

!* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) *!
.faqaccordion.active {
  background: #128d54;
  color: #fff;
  font-family: "Poppins", sans-serif;
  border-radius: 5px 5px 0 0;
}

!* Unicode character for "plus" sign (+) *!
.faqaccordion:after {
  content: "+";
  font-size: 34px;
  color: #777;
  float: right;
  top: -7px;
    position: relative;
}

!* Unicode character for "minus" sign (-) *!
.faqaccordion.active:after {
  content: "-";
  font-size: 30px;
  margin-left: 6px;
  margin-top: 0px;
  position: relative;
  right: 0;
  color: #fff;
}

!* Style the element that is used for the panel class *!

.faqpanel {
  !* padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px; *!
  overflow: hidden;
  transition: 0.8s ease-in-out;
  opacity: 0;
  max-height: 0;
  padding: 31px 50px 10px;
  color: #37474f;
  border-radius: 0 0 5px 5px;
  background: #fef6ee;
  font-family: "Poppins", sans-serif;
}

.faqpanel.show {
  opacity: 1;
  max-height: 500px;
  padding-bottom: 30px;
}

!* scorp *!
.scorppackage {
  padding-top: 100px;
}
.scorppackage::after {
  content: "";
  height: 400px;
  background: #a2c8fc;
  z-index: -1;
  position: absolute;
  opacity: 0.8;
  left: 0;
  right: 0;
  bottom: -84px;
}
.scorp-dis {
  background: #fef6ee;
  padding: 60px 0;
}
header {
    background-color: var(--primary-color);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header .logo {
    font-size: 1.5rem;
    font-weight: bold;
}

nav {
    display: flex;
    gap: 15px;
}

nav a {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

nav a:hover {
    color: var(--button-hover-color);
    text-decoration: underline;
}


.error {
    color: red;
    margin: 0px !important;
}
.modal-dialog {
    max-width: 400px;
}
.modal-content {
    padding: 20px;
    border-radius: 10px;
}
.loginTextbox {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.btnLogin {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.btnLogin:hover {
    background: #0056b3;
}

.navbar {
    padding: 10px 20px;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    font-weight: bold;
    margin-right: 15px;
}

.webBTN {
    background-color: #007bff;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
}

.webBTN:hover {
    background-color: #0056b3;
}

.user-points {
    background: #ffcc00;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.user-points img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
*/


body {
    background: #f1f1f1;
    font-family: 'Segoe UI', sans-serif;
}

.header-logo {
    height: 50px;
    margin-right: 15px;
}

.tab-btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.earned-points {
    font-size: 48px;
    color: #1cc9b3;
    font-weight: bold;
}

.redeem-btn {
    background: linear-gradient(to right, #1cc9b3, #2880f5);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}

.navbar-custom {
    background-color: #ffffff;
    border-bottom: 2px solid #e0e0e0;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.nav-btn-group .btn {
    border-radius: 20px;
}

.btn-gradient {
    background: linear-gradient(to right, #1cc9b3, #2880f5);
    color: white;
    font-weight: 500;
    border: none;
}

.btn-outline-gradient {
    border: 2px solid #1cc9b3;
    color: #1cc9b3;
}

.btn-outline-gradient:hover {
    background-color: #1cc9b3;
    color: white;
}

footer {
    background-color: #fff;
    border-top: 2px solid #e0e0e0;
    padding: 40px 0;
    margin-top: 60px;
}

footer h6 {
    font-weight: bold;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #333;
}

footer ul li a:hover {
    color: #1cc9b3;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 15px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
/* Centering and spacing enhancements */
.businessfirstfrm {
    background: #fbfafd;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.businessfirstfrm .form-container {
    max-width: 800px;
    width: 100%;
}

.regbanner_text h2 {
    color: linear-gradient(to right, #1cc9b3, #2880f5);
    font-size: 42px;
    margin: 20px auto;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.confirmbtn {
    text-align: center;
    margin: 30px 0;
}

#confirmBtn {
    background: #128d54;
    color: white;
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.3s ease;
}

#confirmBtn:hover {
    background: #0e6e41;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #128d54;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    background-color: #fbfafd;
    color: #37474f;
}
input.form-control {
    border-radius: 10px;
    border: 1px solid #128d54;
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    background-color: #fbfafd;
    color: #37474f;
}

.card.loginFromClass {
    border: none;
    padding: 20px;
}
