*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body, html {
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  line-height: 26px;
  color: #000;
  font-family: "Inter 18pt";
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  outline: 0;
  background: #2C9F1C;
}
body.overfloy-y-hidden, html.overfloy-y-hidden {
  overflow-y: hidden;
}

a[href] {
  text-decoration: none;
  transition: 0.2s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
  transition: 0.5s ease;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}



@media (max-width: 1300px) {
  .container {
    padding: 0 45px;
  }
}
@media (max-width: 1230px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 675px) {
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 675px) {
  .container.container2 {
    padding-right: 0;
  }
}

.container-fluid {
  padding: 0 25px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1, h2, h3, h4 {
  color: #000;
  font-weight: normal;
}
h1 em, h2 em, h3 em, h4 em {
  font-style: normal;
}

h1 {
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 1300px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 1140px) {
  h1 {
    font-size: 37px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

h2 {
  font-size: 37px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 33px;
  line-height: 1.3;
  
}
@media (max-width: 1300px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 1140px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 27px;
  line-height: 1.5;

}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.text-img-center {
  text-align: -webkit-center;
}

.grid {
  display: grid;
}

.inline-block {
  display: inline-block;
}

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

.heading h3 {
  font-size: 50px;
  line-height: normal;
}
@media (max-width: 1300px) {
  .heading h3 {
    font-size: 40px;
  }
}
@media (max-width: 1140px) {
  .heading h3 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .heading h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 24px;
  }
}
.heading h3 .span1, .heading h3 .span2 {
  font-size: 50px;
  line-height: 55px;
}
@media (max-width: 1300px) {
  .heading h3 .span1, .heading h3 .span2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 1140px) {
  .heading h3 .span1, .heading h3 .span2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .heading h3 .span1, .heading h3 .span2 {
    font-size: 30px;
    line-height: 34px;
  }
}
.heading.size48 h3 {
  font-size: 48px;
  line-height: 1;
}
.heading.size36 h3 {
  font-size: 36px;
  line-height: 1;
}
@media (max-width: 767px) {
  .heading.size36 h3 {
    font-size: 24px;
    line-height: 26px;
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 3px;
  display: none;
}
.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  outline: 0;
}

input, button, select {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.4s ease;
}
.overlay.overlay_active {
  pointer-events: all;
  opacity: 0.6;
  transition: 0.5s ease;
}

.video_icon {
  width: 45px;
  height: 45px;
  border: 2px solid #7b7b7b;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .video_icon {
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  .video_icon {
    border-width: 1px;
  }
}
.video_icon:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.8196078431);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 1024px) {
  .video_icon:before {
    width: 33px;
    height: 33px;
  }
}
.video_icon img {
  width: 10px;
  position: relative;
  margin-left: 5px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.social-links a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 6px;
}
.social-links a svg {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.social-links a svg path {
  fill: #fff;
  transition: 0.5s ease;
}

.model .close {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 0;
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  transition: 0.5s ease;
  z-index: 999;
}

.ModelPop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.close {
  position: absolute;
  right: 15px;
  top: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close svg {
  width: 26px;
  height: 26px;
}

.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 188;
  background: #000;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.Model_Video.is-open {
  transform: translateY(0%);
}
.Model_Video .close_model {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.Model_Video .modelBody {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Model_Video .modelBody iframe {
  width: 90%;
  height: 85%;
  border: 0;
}

.tab-nav ul {
  text-align: center;
}
.tab-nav ul li {
  display: inline-block;
  cursor: pointer;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: 0s ease;
}
.tab-nav-content .tabs .to-up {
  transition: 0s ease;
  transform: translateY(50px);
}
.tab-nav-content .tabs.active {
  transition: 0.5s ease;
  position: unset;
  opacity: 1;
  visibility: visible;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: all;
}
.tab-nav-content .tabs.active .to-up {
  transition: 0.5s ease;
  transform: translateY(0px);
}

.has_dropdown {
  position: relative;
}
.has_dropdown a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.has_dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 2px;
  z-index: 1;
  transition: 0.5s ease;
}
.has_dropdown:hover::before {
  right: 0;
  width: 100%;
}
.has_dropdown:hover .nav_dropdown {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  height: auto;
  transform: translateY(0px);
  user-select: auto;
  visibility: visible;
  overflow: hidden;
  opacity: 1;
  pointer-events: all;
  transition: 0.2s ease, height 0.6s ease;
}
.has_dropdown .nav_dropdown {
  background: #fff;
  border-radius: 3px;
  width: 150px;
  height: 0;
  position: absolute;
  left: 0;
  top: 100%;
  transform: translateY(5px) scale(0.99);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.1s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.has_dropdown .nav_dropdown ul li {
  display: block;
  margin-left: 0;
}
.has_dropdown .nav_dropdown ul li a {
  color: #000;
  display: block;
  padding: 6px 0 6px 20px;
}
.has_dropdown .nav_dropdown ul li a:hover {
  background: #fff;
  color: #fff;
}

.web_cta_btn a {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #2C9F1C;
  border-radius: 6px;
  background: #2C9F1C;
  color: #000;
  font-size: 14px;
  transition: 0.3s ease;
}
.web_cta_btn a:hover {
  background: #fff;
  color: #2C9F1C;
  border-color: #2C9F1C;
}

.inner_cta_btn a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  background: #fff;
  color: #2C9F1C;
  font-size: 18px;
  transition: 0.3s ease;
  box-shadow: 0px 29px 41px rgba(0, 114, 27, 0.2);
}
.inner_cta_btn a:hover {
  background: #2C9F1C;
  color: #fff;
  border-color: #2C9F1C;
}

.section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

ul.Flight_style_2 {
  margin: 15px 0px 0 10px;
}
@media (max-width: 520px) {
  ul.Flight_style_2 {
    margin: 15px 0px 0 0px;
  }
}
ul.Flight_style_2 li {
  position: relative;
  padding-left: 40px;
  margin: 15px 0;
  font-weight: 500;
  line-height: 28px;
}
ul.Flight_style_2 li::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  background: url(../../assets/images/flight/airplane.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.title span {
  display: block;
  color: #2C9F1C;
  font-size: 18px;
  font-weight: bold;
}
.title h3 {
  margin: 10px 0;
}

@media (max-width: 675px) {
  .mt-30 {
    margin-top: 30px;
  }
}

.web-content .inner_cta_btn a {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #2C9F1C;
  border-radius: 6px;
  background: #2C9F1C;
  color: #000;
  font-size: 14px;
  transition: 0.3s ease;
}
.web-content .inner_cta_btn a:hover {
  background: #fff;
  color: #2C9F1C;
  border-color: #2C9F1C;
}
.web-content p {
  margin: 15px 0;
}
.web-content h1, .web-content h2, .web-content h3, .web-content h4, .web-content h5, .web-content h6 {
  margin: 40px 0 15px;
  color: #000;
  font-family: "Inter 18pt";
}
.web-content h1:first-child, .web-content h2:first-child, .web-content h3:first-child, .web-content h4:first-child, .web-content h5:first-child, .web-content h6:first-child {
  margin-top: 0;
}
.web-content .flex {
  align-items: center;
  justify-content: space-between;
}
.web-content .flex .col {
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .web-content .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .web-content .flex .col:last-child {
    margin-top: 30px;
  }
}
.web-content .flex .col:first-child {
  padding-left: 30px;
}
@media (max-width: 675px) {
  .web-content .flex .col figure {
    border-radius: 42px;
  }
}
.web-content .flex .col figure img {
  width: 100%;
}
.web-content .flex.rounded {
  border-radius: 42px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.3098039216);
  background: #27405A;
  overflow: hidden;
}
@media (max-width: 675px) {
  .web-content .flex.rounded .col:first-child {
    padding-top: 30px;
  }
}
.web-content.list-style-arrow ul {
  margin: 30px 0;
}
.web-content.list-style-arrow ul li {
  position: relative;
  padding-left: 25px;
  margin: 15px 0;
}
.web-content.list-style-arrow ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 14px;
  background: url(../../assets/images/icons/doublearrow.png);
}
.web-content.list-style-arrow ul li p {
  color: #666666;
}
.web-content.list-style-arrow ul li p b {
  display: block;
  font-weight: 600;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.bottom-circle {
  position: relative;
}
.bottom-circle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../assets/images/icons/Subtraction.png);
  width: 100%;
  height: 62px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-circle {
  position: relative;
}
.top-circle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../../assets/images/icons/Subtraction2.png);
  width: 100%;
  height: 62px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .top-circle::after {
    height: 40px;
  }
}
@media (max-width: 675px) {
  .top-circle::after {
    height: 25px;
  }
}
@media (max-width: 520px) {
  .top-circle::after {
    height: 15px;
  }
}

.bg-light {
  background: #FFF7EE;
}

.theme-box.round-border figure {
  border-radius: 10px;
}
.theme-box:hover figure img {
  transform: scale(1.2);
}
.theme-box figure {
  overflow: hidden;
}
.theme-box figure img {
  width: 100%;
  transition: 0.3s ease;
}
.theme-box figcaption {
  position: relative;
  background: #fff;
  padding: 10px 15px;
  border-radius: 16px;
  width: 90%;
  margin: auto;
  margin-top: -40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.theme-box figcaption h6 {
  color: #000;
}
.theme-box figcaption p {
  margin: 10px 0;
  color: #6E6E6E;
}
.theme-box figcaption .need-cta-btn {
  margin-top: 20px;
}
.theme-box figcaption .need-cta-btn a {
  color: #2C9F1C;
  display: inline-flex;
  align-items: center;
  justify-content: left;
}
.theme-box figcaption .need-cta-btn a img {
  width: auto;
  margin-left: 8px;
  transition: 0.3s ease;
}
.theme-box figcaption .need-cta-btn a:hover img {
  margin-left: 12px;
}

.check-in-cta a {
  display: inline-flex;
  color: #2C9F1C;
  position: relative;
  padding-right: 30px;
  transition: 0.3s ease;
}
.check-in-cta a:hover {
  padding-right: 35px;
}
.check-in-cta a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../../assets/images/icons/arrow-right.png);
}

.acc {
  border-radius: 16px;
  margin: 12px 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid #2C9F1C;
}
.acc .acc-head {
  background: #fff;
  padding: 15px 30px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 675px) {
  .acc .acc-head {
    padding: 1px 50px 1px 15px;
  }
}
.acc .acc-head.active p {
  color: #2C9F1C;
}
.acc .acc-head.active::before {
  transform: rotate(90deg);
}
.acc .acc-head::before, .acc .acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #2C9F1C;
  transition: all 0.3s;
}
.acc .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}
.acc .acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
.acc .acc-head p {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 675px) {
  .acc .acc-head p {
    font-size: 16px;
  }
}
.acc .acc-content {
  padding: 15px 30px;
  display: none;
  background: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background: #090909;
  transition: 0.5s ease;
  z-index: -1;
}
header.header-fixed::before {
  height: 100%;
}
header .outer-header {
  background: #2C9F1C;
  padding: 5px 0;
}
header .outer-header .outer-header-flex {
  align-items: center;
  justify-content: right;
}
@media (max-width: 675px) {
  header .outer-header .outer-header-flex {
    justify-content: center;
  }
}
header .outer-header .outer-header-flex .col {
  width: 100%;
}
header .outer-header .outer-header-flex .col:first-child {
  flex: 0 1 20%;
  max-width: 20%;
  border-right: 1px solid #fff;
}
@media (max-width: 991px) {
  header .outer-header .outer-header-flex .col:first-child {
    flex: 0 1 24%;
    max-width: 24%;
  }
}
@media (max-width: 767px) {
  header .outer-header .outer-header-flex .col:first-child {
    flex: 0 1 50%;
    max-width: 50%;
    border-right: none;
  }
}
header .outer-header .outer-header-flex .col:last-child {
  flex: 0 1 13%;
  max-width: 13%;
}
@media (max-width: 991px) {
  header .outer-header .outer-header-flex .col:last-child {
    flex: 0 1 15%;
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  header .outer-header .outer-header-flex .col:last-child {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
header .outer-header .outer-header-flex .col a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 14px;
}
header .outer-header .outer-header-flex .col a:hover {
  color: #000;
}
header .outer-header .outer-header-flex .col .social-media-flex {
  align-items: center;
  justify-content: right;
  gap: 5px;
}
header .outer-header .outer-header-flex .col .social-media-flex a {
  color: #fff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2784313725);
  display: flex;
  align-items: center;
  justify-content: center;
}
header .outer-header .outer-header-flex .col .social-media-flex a:hover {
  color: #000;
}
header .inner-wrap {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header .inner-wrap .container .flex {
  justify-content: space-between;
}
header .inner-wrap .container .flex .col {
  width: 100%;
}
header .inner-wrap .container .flex .col:first-child {
  flex: 0 1 13%;
  max-width: 13%;
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:first-child {
    flex: 0 1 20%;
    max-width: 20%;
  }
}
@media (max-width: 675px) {
  header .inner-wrap .container .flex .col:first-child {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
header .inner-wrap .container .flex .col:first-child a {
  display: block;
}
header .inner-wrap .container .flex .col:last-child {
  flex: 0 1 80%;
  max-width: 80%;
  margin: auto 0;
}
@media (max-width: 1024px) {
  header .inner-wrap .container .flex .col:last-child {
    flex: 0 1 75%;
    max-width: 75%;
  }
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child {
    flex: 0 1 65%;
    max-width: 65%;
  }
}
@media (max-width: 675px) {
  header .inner-wrap .container .flex .col:last-child {
    flex: 0 1 30%;
    max-width: 30%;
  }
}
header .inner-wrap .container .flex .col:last-child .nav {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 40px;
}
header .inner-wrap .container .flex .col:last-child .nav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child .nav ul {
    justify-content: end;
  }
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child .nav ul li {
    display: none;
  }
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu {
    position: relative;
    padding-right: 20px;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu::before {
    content: "";
    position: absolute;
  /*  background: url(../../assets/images/icons/arrow-downnew.png); */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu:hover::before {
    filter: invert(1);
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu ul.dropdown {
    position: absolute;
    left: -20px;
    top: 100%;
    display: block;
    padding: 15px 0 10px 0;
    width: 255px;
    box-shadow: 0 30px 30px 0 rgba(29, 10, 81, 0.1);
    border-radius: 5px;
    text-align: left;
    background: #fff;
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(30px);
    transition: 0.3s ease;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0px);
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu ul.dropdown li {
    width: 100%;
}
header .inner-wrap .container .flex .col:last-child .nav ul li.drop-menu ul.dropdown li a {
    color: #000;
    padding: 4px 15px;
    display: inline-block;
    width: 100%;
    text-transform: none;
    margin: 4px 0;
}






header .inner-wrap .container .flex .col:last-child .nav ul li.active a {
  color: #2C9F1C;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a {
  color: #000;
  font-weight: normal;
  font-size: 18px;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a.header-call-cta {
  background: #fff;
  display: flex;
  align-items: center;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a.header-call-cta figcaption {
  margin-left: 10px;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a.header-call-cta span {
  font-size: 11px;
  display: block;
  line-height: 16px;
}
header .inner-wrap .container .flex .col:last-child .nav ul li a:hover {
  color: #2C9F1C;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .ham-menu {
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .ham-menu {
    display: block;
  }
}
@media (max-width: 675px) {
  header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact {
    display: none;
  }
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact .header-call-cta {
  display: flex;
  align-items: center;
  color: #2C9F1C;
  background: #fff;
  padding: 8px 20px;
  border-radius: 22px;
  border: 2px solid #000;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact .header-call-cta figure img {
  transition: 0.3s ease;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact .header-call-cta figcaption {
  margin-left: 10px;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact .header-call-cta figcaption p {
  font-size: 18px;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact .header-call-cta span {
  font-size: 18px;
  display: block;
  line-height: 16px;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact .header-call-cta:hover {
  background: #2C9F1C;
  color: #fff;
  border-color: #2C9F1C;
}
header .inner-wrap .container .flex .col:last-child .nav .head-contact-sec .inner-head-contact .header-call-cta:hover figure img {
  filter: brightness(10);
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  max-width: 450px;
  width: 100%;
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: 0.5s ease;
  padding: 40px 30px;
}
@media (max-width: 675px) {
  .mobile-menu {
    max-width: 100%;
    padding: 20px 20px 30px;
  }
}
.mobile-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1803921569);
  z-index: -1;
}
@media (max-width: 675px) {
  .mobile-menu::before {
    height: 90px;
  }
}
.mobile-menu::after {
  content: "BizBook";
  position: absolute;
  left: 0;
  right: -70%;
  bottom: 50%;
  font-size: 80px;
  color: rgba(0, 114, 27, 0.0784313725);
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transform: rotate(270deg);
}
.mobile-menu.open-ham {
  transform: translateX(0%);
}
.mobile-menu .site-logo figure img {
  margin: auto 0;
}
@media (max-width: 675px) {
  .mobile-menu .site-logo figure img {
    width: 200px;
  }
}
.mobile-menu ul.main-list {
  margin: 40px 0 30px;
}
.mobile-menu ul.main-list li {
  margin: 10px 0;
}
.mobile-menu ul.main-list li a {
  color: #000;
  transition: 0.2s ease;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s ease;
}
.mobile-menu ul.main-list li a:hover {
  color: #2C9F1C;
  letter-spacing: 1px;
}
.mobile-menu ul.main-list li.active a {
  color: #2C9F1C;
}
.mobile-menu .hamburger-icon {
  width: 100%;
  display: inline-block;
}
.mobile-menu .hamburger-icon .col {
  display: flex;
  gap: 15px;
  margin: 15px 0;
  align-items: center;
}
.mobile-menu .hamburger-icon .col figure {
  flex: 0 1 17%;
  max-width: 17%;
  width: 100%;
  margin-top: 5px;
}
.mobile-menu .hamburger-icon .col figure img {
  width: 100%;
}
.mobile-menu .hamburger-icon .col .detials {
  flex: 1;
  width: 100%;
}
.mobile-menu .hamburger-icon .col .detials:hover span, .mobile-menu .hamburger-icon .col .detials:hover a {
  letter-spacing: 1px;
}
.mobile-menu .hamburger-icon .col .detials span {
  display: block;
  font-size: 14px;
  color: #000;
  transition: 0.2s ease;
}
.mobile-menu .hamburger-icon .col .detials a {
  display: block;
  color: #000;
  transition: 0.2s ease;
  font-weight: 600;
}
.mobile-menu .hamburger-icon .col .detials a:hover {
  color: #2C9F1C;
}

.Hero_Banner {
  position: relative;
  overflow: hidden;
  margin-top: 110px;
}
.Hero_Banner .Hero_inner_wrap {
  position: relative;
  background: url(https://www.bizbooksadvice.com/wp-content/uploads/2026/01/Bizbooks-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /*height: 100vh;  */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  /*margin-top: 100px;*/
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap {
    height: 100%;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex {
  align-items: center;
  justify-content: space-between;
  /*margin-top: 120px;*/
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex {
    margin-top: 130px;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col {
  width: 100%;
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col:first-child {
  flex: 0 1 45%;
  max-width: 45%;
}
@media (max-width: 1024px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col:first-child {
    flex: 0 1 65%;
    max-width: 65%;
  }
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
    order: 2;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col:last-child {
  flex: 0 1 40%;
  max-width: 40%;
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col:last-child {
    flex: 0 1 70%;
    max-width: 70%;
    order: 1;
    margin: auto;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content {
  width: 100%;
}
@media (max-width: 1024px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content {
    max-width: 100%;
    padding: 0 65px;
  }
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content {
    padding: 0 15px;
    text-align: center;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content span.arrow-shape {
  margin-bottom: 10px;
  display: inline-block;
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content h1 {
  color: #ffffff;
    font-family: "Anton";
    font-weight: 400;
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content h2 {
  font-weight: 400;
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content h4 {
  color: #404040;
  font-size: 28px;
  margin-top: 10px;
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content h4 {
    font-size: 18px;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content p {
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content p {
    font-size: 16px;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content .banner-listing-flex {
  align-items: center;
  justify-content: left;
  gap: 20px;
}
@media (max-width: 675px) {
  .Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content .banner-listing-flex {
    justify-content: center;
    padding-bottom: 30px;
  }
}
.Hero_Banner .Hero_inner_wrap .banner-flex .col .hero-content .banner-listing-flex li {
  background: #fff;
  border-radius: 16px;
  color: #2C9F1C;
  box-shadow: 0px 29px 41px rgba(0, 114, 27, 0.2);
  padding: 5px 20px;
}

.Home_SecB .container .title {
  width: 900px;
  margin: auto;
}
@media (max-width: 1024px) {
  .Home_SecB .container .title {
    width: 100%;
  }
}
.Home_SecB .container .title h3 {
  font-family: "Inter 18pt";
  font-weight: normal;
}

.Home_SecC {
  background: url(../../assets/images/resource/bg-light.webp);
  background-size: cover;
  background-position: top center;
}
.Home_SecC .container .flex {
  justify-content: space-between;
  align-items: flex-start;
}
.Home_SecC .container .flex .col {
  width: 100%;
}
.Home_SecC .container .flex .col:first-child {
  flex: 0 1 40%;
  max-width: 40%;
}
@media (max-width: 1024px) {
  .Home_SecC .container .flex .col:first-child {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 860px) {
  .Home_SecC .container .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Home_SecC .container .flex .col:last-child {
  flex: 0 1 45%;
  max-width: 45%;
}
@media (max-width: 1024px) {
  .Home_SecC .container .flex .col:last-child {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 860px) {
  .Home_SecC .container .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Home_SecC .container .service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 860px) {
  .Home_SecC .container .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Home_SecC .container .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Home_SecC .container .service-grid .servcie-box {
  background: #fff;
  border-radius: 20px;
  padding: 26px 20px 35px;
  box-shadow: 0px 0px 46px rgba(170, 170, 170, 0.1803921569);
}
.Home_SecC .container .service-grid .servcie-box figcaption h6 {
  margin: 20px 0 5px;
}

.Home_SecD .container .professinal-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.Home_SecD .container .professinal-flex .pro-col {
  width: 100%;
}
.Home_SecD .container .professinal-flex .pro-col:first-child {
  flex: 0 1 20%;
  max-width: 20%;
}
@media (max-width: 860px) {
  .Home_SecD .container .professinal-flex .pro-col:first-child {
    flex: 0 1 48%;
    max-width: 48%;
    order: 1;
  }
}
.Home_SecD .container .professinal-flex .pro-col:nth-child(2) {
  flex: 0 1 40%;
  max-width: 40%;
  padding-top: 100px;
}
@media (max-width: 860px) {
  .Home_SecD .container .professinal-flex .pro-col:nth-child(2) {
    flex: 0 1 100%;
    max-width: 100%;
    order: 3;
  }
}
@media (max-width: 860px) {
  .Home_SecD .container .professinal-flex .pro-col:nth-child(2) {
    padding-top: 30px;
  }
}
.Home_SecD .container .professinal-flex .pro-col:last-child {
  flex: 0 1 20%;
  max-width: 20%;
  
}
@media (max-width: 860px) {
  .Home_SecD .container .professinal-flex .pro-col:last-child {
    flex: 0 1 48%;
    max-width: 48%;
    order: 2;
    padding-top: 0;
  }
}
.Home_SecD .container .professional-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 860px) {
  .Home_SecD .container .professional-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Home_SecD .container .professional-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Home_SecD .container .professional-grid .pro-box {
  background: #fff;
  padding: 25px 10px 60px;
  border-radius: 20px;
  box-shadow: 0px 0px 46px rgba(170, 170, 170, 0.1803921569);
}
.Home_SecD .container .professional-grid .pro-box figcaption h6 {
  margin: 15px 0;
}
.Home_SecD .container .professional-grid .pro-box figcaption p {
  color: #404040;
}
.Home_SecD .container .professional-grid .pro-box figcaption .pro-cta-btn {
  margin-top: 30px;
}
.Home_SecD .container .professional-grid .pro-box figcaption .pro-cta-btn a {
  display: inline-block;
  color: #2C9F1C;
  position: relative;
}
.Home_SecD .container .professional-grid .pro-box figcaption .pro-cta-btn a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -30px;
  background: url(../../assets/images/icons/vuesax-linear-arrow-right.png);
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}
.Home_SecD .container .professional-grid .pro-box figcaption .pro-cta-btn a:hover {
  color: #000;
}
.Home_SecD .container .professional-grid .pro-box figcaption .pro-cta-btn a:hover::before {
  right: -40px;
}
.Home_SecD .container .save-hours {
  background: url(../../assets/images/resource/strap-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 25px;
  background-position: left center;
  border-radius: 20px;
  overflow: hidden;
}
.Home_SecD .container .save-hours .flex {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 675px) {
  .Home_SecD .container .save-hours .flex {
    justify-content: center;
  }
}
.Home_SecD .container .save-hours .flex .col {
  width: 100%;
}
.Home_SecD .container .save-hours .flex .col:first-child {
  flex: 0 1 60%;
  max-width: 60%;
}
@media (max-width: 675px) {
  .Home_SecD .container .save-hours .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
  }
}
.Home_SecD .container .save-hours .flex .col:last-child {
  flex: 0 1 30%;
  max-width: 30%;
}
@media (max-width: 675px) {
  .Home_SecD .container .save-hours .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.Home_SecD .container .save-hours .flex .col:last-child .inner_cta_btn {
  text-align: right;
}
@media (max-width: 675px) {
  .Home_SecD .container .save-hours .flex .col:last-child .inner_cta_btn {
    text-align: center;
  }
}
.Home_SecD .container .save-hours .flex .col:last-child .inner_cta_btn a {
  border: 2px solid #2C9F1C;
}

.Home_SecE {
  padding-top: 0;
}
.Home_SecE .container .title-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.Home_SecE .container .title-flex .col {
  width: 100%;
  flex: 0 1 45%;
  max-width: 45%;
}
@media (max-width: 860px) {
  .Home_SecE .container .title-flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Home_SecE .container .know-why-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 860px) {
  .Home_SecE .container .know-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Home_SecE .container .know-why-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.Home_SecE .container .know-why-grid .know-box figcaption h6 {
  margin: 10px 0;
}
.Home_SecE .container .know-why-grid .know-box figcaption p {
  color: #404040;
}

.Home_SecF {
  background: url(../../assets/images/resource/bg-light.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 0;
}
.Home_SecF::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 10%;
}
.Home_SecF .container {
  position: relative;
}
.Home_SecF .container .acc-booking {
  width: 750px;
  border-radius: 20px;
  background: #fff;
  margin: auto;
  padding: 30px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 860px) {
  .Home_SecF .container .acc-booking {
    width: 100%;
  }
}
.Home_SecF .container .acc-booking h3 {
  color: #00721B;
}
.Home_SecF .container .title-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.Home_SecF .container .title-flex .col {
  flex: 0 1 45%;
  max-width: 45%;
  width: 100%;
}
@media (max-width: 860px) {
  .Home_SecF .container .title-flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Home_SecF .container .accounting-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 860px) {
  .Home_SecF .container .accounting-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Home_SecF .container .accounting-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.Home_SecF .container .accounting-grid .acc-grid-box h5 {
  margin-bottom: 15px;
}

.Home_SecG .container .title {
  width: 900px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .Home_SecG .container .title {
    width: 100%;
  }
}
.Home_SecG .container .blog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 860px) {
  .Home_SecG .container .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Home_SecG .container .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Home_SecG .container .blog-grid .blog-box a {
  color: #000;
}
.Home_SecG .container .blog-grid .blog-box a figure {
  overflow: hidden;
}
.Home_SecG .container .blog-grid .blog-box a figure img {
  width: 100%;
  transition: 0.3s ease;
}
.Home_SecG .container .blog-grid .blog-box a ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Home_SecG .container .blog-grid .blog-box a ul li {
  font-size: 14px;
  color: #000;
}
.Home_SecG .container .blog-grid .blog-box a:hover {
  color: #2C9F1C;
}
.Home_SecG .container .blog-grid .blog-box a:hover figure img {
  transform: scale(1.2);
}

footer {
  background: url(../../assets/images/resource/footerbg.webp);
  background-size: cover;
  background-position: top center;
}
footer .top-footer-wrapper {
  padding: 0px 0 0;
  position: relative;
}
footer .top-footer-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: #fff;
}
footer .top-footer-wrapper .footer-form {
  width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 60px 30px 40px;
  background: #C1F1CC;
  border: 3px solid #fff;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.2392156863);
  position: relative;
}
@media (max-width: 860px) {
  footer .top-footer-wrapper .footer-form {
    width: 100%;
  }
}
@media (max-width: 675px) {
  footer .top-footer-wrapper .footer-form {
    padding: 30px 20px 30px;
  }
}
footer .top-footer-wrapper .footer-form .form-flex {
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
}
footer .top-footer-wrapper .footer-form .form-flex .col {
  width: 100%;
}
footer .top-footer-wrapper .footer-form .form-flex .col p {
  color: #404040;
}
footer .top-footer-wrapper .footer-form .form-flex .col:first-child {
  flex: 0 1 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  footer .top-footer-wrapper .footer-form .form-flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .top-footer-wrapper .footer-form .form-flex .col:last-child {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  footer .top-footer-wrapper .footer-form .form-flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .footer_innerwrap {
  position: relative;
  padding-bottom: 20px;
}
footer .footer_innerwrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
/* background: url(../../assets/images/resource/feature-bg.png), #FFE7CC;  */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  opacity: 0.1;
}
@media (max-width: 675px) {
  footer .footer_innerwrap::before {
    background-position: bottom right;
    background-size: 320% 20%;
  }
}
footer .footer_innerwrap .container {
  position: relative;
}
footer .footer_innerwrap .container > .company-logo-disc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(44, 159, 28, 0.3294117647);
}
@media (max-width: 767px) {
  footer .footer_innerwrap .container > .company-logo-disc {
    flex-wrap: wrap;
  }
}
footer .footer_innerwrap .container > .company-logo-disc .col {
  width: 100%;
}
footer .footer_innerwrap .container > .company-logo-disc .col:first-child {
  flex: 0 1 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  footer .footer_innerwrap .container > .company-logo-disc .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .footer_innerwrap .container > .company-logo-disc .col:last-child {
  flex: 0 1 70%;
  max-width: 70%;
}
@media (max-width: 767px) {
  footer .footer_innerwrap .container > .company-logo-disc .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
footer .footer_innerwrap .container .flex {
  justify-content: space-between;
}
footer .footer_innerwrap .container .flex .col {
  width: 100%;
}
footer .footer_innerwrap .container .flex .col:first-child {
  flex: 0 1 25%;
  max-width: 25%;
}
@media (max-width: 860px) {
  footer .footer_innerwrap .container .flex .col:first-child {
    flex: 0 1 49%;
    max-width: 49%;
  }
}
footer .footer_innerwrap .container .flex .col:nth-child(2) {
  flex: 0 1 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  footer .footer_innerwrap .container .flex .col:nth-child(2) {
    flex: 0 1 49%;
    max-width: 49%;
  }
}
footer .footer_innerwrap .container .flex .col:last-child {
  flex: 0 1 30%;
  max-width: 30%;
}
@media (max-width: 860px) {
  footer .footer_innerwrap .container .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 675px) {
  footer .footer_innerwrap .container .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  footer .footer_innerwrap .container .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
  footer .footer_innerwrap .container .flex .col:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 675px) {
  footer .footer_innerwrap .container .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .footer_innerwrap .container .flex .col p {
  font-size: 13px;
}
footer .footer_innerwrap .container .flex .col h6 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #2C9F1C;
}
footer .footer_innerwrap .container .flex .col ul li {
  margin: 5px 0;
}
footer .footer_innerwrap .container .flex .col ul li a {
  color: #000;
  font-size: 14px;
}
footer .footer_innerwrap .container .flex .col ul li a:hover {
  color: #2C9F1C;
}
footer .footer_innerwrap .container .flex .col ul.footer_contact > li {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  gap: 15px;
}
footer .footer_innerwrap .container .flex .col ul.footer_contact > li figure {
  flex: 0 1 8%;
  max-width: 8%;
  width: 100%;
}
footer .footer_innerwrap .container .flex .col ul.footer_contact > li a {
  flex: 1;
}
footer .footer_strip {
  background: #00721B;
  padding: 10px 0;
  text-align: center;
}
footer .footer_strip p {
  color: #fff;
  font-size: 14px;
}

div#back-to-top {
  position: fixed;
  left: auto;
  right: -100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  border: 2px solid #fff;
  z-index: 11;
  bottom: 20px;
  background: #00721B;
  padding: 10px;
  cursor: pointer;
  transition: 700ms ease;
}
div#back-to-top.show {
  right: 20px;
}
div#back-to-top svg {
  color: #fff;
  max-width: 15px;
}

.form-group {
  margin: 15px 0 0;
}
.form-group:first-child {
  margin-top: 0;
}
.form-group .form-control {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 5px 20px;
  border: none;
  outline: none;
}
.form-group .form-control:focus-visible {
  outline: none;
}
.form-group input[type=submit] {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 5px 20px;
  border: 2px solid #00721B;
  outline: none;
  background: #00721B;
  color: #fff;
}
.form-group input[type=submit]:hover {
  color: #2C9F1C;
  background: #fff;
}

.Internal_Banner_sec .outer_wrap {
  position: relative;
  /*height: 55vh;*/
  background: url(../../assets/images/resource/inernalbanner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 160px 0px;
}
.Internal_Banner_sec .outer_wrap figcaption {
  content: "";
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -70%);
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 675px) {
  .Internal_Banner_sec .outer_wrap figcaption {
    width: 100%;
    text-align: center;
  }
}
.Internal_Banner_sec .outer_wrap figcaption h1 {
  font-size: 45px;
  color: #00721B;
  font-family: "Inter 18pt";
}
.Internal_Banner_sec .outer_wrap figcaption .search-box {
  width: 500px;
  margin: auto;
}
@media (max-width: 675px) {
  .Internal_Banner_sec .outer_wrap figcaption .search-box {
    width: 100%;
  }
}
.Internal_Banner_sec .outer_wrap figcaption .search-box form, .Internal_Banner_sec .outer_wrap figcaption .search-box .form {
  position: relative;
}
.Internal_Banner_sec .outer_wrap figcaption .search-box form input, .Internal_Banner_sec .outer_wrap figcaption .search-box .form input {
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  padding: 10px 15px;
  width: 100%;
  padding-right: 120px;
}
.Internal_Banner_sec .outer_wrap figcaption .search-box form input:focus, .Internal_Banner_sec .outer_wrap figcaption .search-box form input:focus-visible, .Internal_Banner_sec .outer_wrap figcaption .search-box .form input:focus, .Internal_Banner_sec .outer_wrap figcaption .search-box .form input:focus-visible {
  border: none;
  outline: none;
}
.Internal_Banner_sec .outer_wrap figcaption .search-box form input[type=submit], .Internal_Banner_sec .outer_wrap figcaption .search-box .form input[type=submit] {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #2C9F1C;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 10px 30px;
}
.Internal_Banner_sec .outer_wrap figcaption .search-box form input[type=submit]:hover, .Internal_Banner_sec .outer_wrap figcaption .search-box .form input[type=submit]:hover {
  background: #fff;
  color: #2C9F1C;
}
.Internal_Banner_sec .outer_wrap figcaption ul.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 675px) {
  .Internal_Banner_sec .outer_wrap figcaption ul.breadcrumb {
    flex-wrap: wrap;
  }
}
.Internal_Banner_sec .outer_wrap figcaption ul.breadcrumb li {
  color: #000;
  position: relative;
  padding: 0 15px 0px 10px;
  font-size: 16px;
}
.Internal_Banner_sec .outer_wrap figcaption ul.breadcrumb li::before {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #000;
}
.Internal_Banner_sec .outer_wrap figcaption ul.breadcrumb li:last-child::before {
  display: none;
}
.Internal_Banner_sec .outer_wrap figcaption ul.breadcrumb li a {
  color: #000;
  font-size: 16px;
}
.Internal_Banner_sec .outer_wrap figcaption ul.breadcrumb li a:hover {
  color: #2C9F1C;
}

.Service_SecA .container .service-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .Service_SecA .container .service-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Service_SecA .container .service-grid .service-box {
  background: #fff;
  box-shadow: 0px 0px 46px rgba(170, 170, 170, 0.1803921569);
  border-radius: 20px;
  padding: 25px;
}
.Service_SecA .container .service-grid .service-box h6 {
  margin: 30px 0 10px;
}
.Service_SecA .container .service-grid .service-box p {
  color: #404040;
}
.Service_SecA .container .service-grid .service-box ul {
  margin-top: 15px;
}
.Service_SecA .container .service-grid .service-box ul li {
  padding-left: 25px;
  position: relative;
  color: #404040;
}
.Service_SecA .container .service-grid .service-box ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../../assets/images/icons/doublearrow.png);
  width: 18px;
  height: 14px;
}
.Service_SecA .container .service-grid .service-box .pro-cta-btn {
  margin-top: 30px;
}
.Service_SecA .container .service-grid .service-box .pro-cta-btn a {
  display: inline-block;
  color: #2C9F1C;
  position: relative;
}
.Service_SecA .container .service-grid .service-box .pro-cta-btn a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -30px;
  background: url(../../assets/images/icons/vuesax-linear-arrow-right.png);
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}
.Service_SecA .container .service-grid .service-box .pro-cta-btn a:hover {
  color: #000;
}
.Service_SecA .container .service-grid .service-box .pro-cta-btn a:hover::before {
  right: -40px;
}

.Service_SecB {
  background: url(../../assets/images/resource/bg-light.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.Service_SecB .container {
  position: relative;
}
.Service_SecB .container .accounting-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media (max-width: 860px) {
  .Service_SecB .container .accounting-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Service_SecB .container .accounting-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.Service_SecB .container .accounting-grid .acc-grid-box h5 {
  margin-bottom: 15px;
}

.Blog_SecA .container .blog-grid-tem {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 860px) {
  .Blog_SecA .container .blog-grid-tem {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Blog_SecA .container .blog-grid-tem {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Blog_SecA .container .blog-grid-tem .blog-box {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1411764706);
  padding: 5px;
  border-radius: 8px;
}
.Blog_SecA .container .blog-grid-tem .blog-box figure {
  overflow: hidden;
}
.Blog_SecA .container .blog-grid-tem .blog-box figure img {
  width: 100%;
  transition: 0.3s ease;
}
.Blog_SecA .container .blog-grid-tem .blog-box figcaption {
  padding: 10px 10px 20px;
}
.Blog_SecA .container .blog-grid-tem .blog-box:hover figcaption h6 {
  color: #2C9F1C;
}
.Blog_SecA .container .blog-grid-tem .blog-box:hover figure img {
  transform: scale(1.2);
}
.Blog_SecA .container .blog-grid-tem .blog-box .pro-cta-btn {
  margin-top: 15px;
}
.Blog_SecA .container .blog-grid-tem .blog-box .pro-cta-btn a {
  display: inline-block;
  color: #2C9F1C;
  position: relative;
}
.Blog_SecA .container .blog-grid-tem .blog-box .pro-cta-btn a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -30px;
  background: url(../../assets/images/icons/vuesax-linear-arrow-right.png);
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}
.Blog_SecA .container .blog-grid-tem .blog-box .pro-cta-btn a:hover {
  color: #000;
}
.Blog_SecA .container .blog-grid-tem .blog-box .pro-cta-btn a:hover::before {
  right: -40px;
}

.BlogDetails_SecA .container .faq-inner .title {
  width: 900px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .BlogDetails_SecA .container .faq-inner .title {
    width: 100%;
  }
}
.BlogDetails_SecA .container .flex {
  justify-content: space-between;
}
.BlogDetails_SecA .container .flex .col {
  width: 100%;
}
.BlogDetails_SecA .container .flex .col figure img {
  width: 100%;
}
.BlogDetails_SecA .container .flex .col:first-child {
  flex: 0 1 65%;
  max-width: 65%;
}
@media (max-width: 991px) {
  .BlogDetails_SecA .container .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.BlogDetails_SecA .container .flex .col:first-child table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.BlogDetails_SecA .container .flex .col:first-child table tr td {
  border: 1px solid #000;
  padding: 10px 30px;
}
.BlogDetails_SecA .container .flex .col:first-child .author-div .flex {
  gap: 20px;
  background: #DCF1D9;
  padding: 20px;
  align-items: flex-start;
}
.BlogDetails_SecA .container .flex .col:first-child .author-div .flex figure {
  flex: 0 1 25%;
  max-width: 25%;
  width: 100%;
}
@media (max-width: 991px) {
  .BlogDetails_SecA .container .flex .col:first-child .author-div .flex figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.BlogDetails_SecA .container .flex .col:first-child .author-div .flex figure img {
  width: 100%;
}
.BlogDetails_SecA .container .flex .col:first-child .author-div .flex figcaption {
  flex: 1;
}
.BlogDetails_SecA .container .flex .col:first-child .author-div .flex figcaption h6 {
  font-weight: 600;
  margin: 10px 0 15px;
  font-size: 16px;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 675px) {
  .BlogDetails_SecA .container .flex .col:first-child .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box {
  padding: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figure img {
  width: 100%;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption {
  padding: 10px 15px 20px;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption ul {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 10px;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #989797;
  font-size: 14px;
  padding: 0 10px;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption ul li:first-child {
  padding-left: 0;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption ul li:not(:last-child) {
  border-right: 1px solid #989797;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption h6 {
  font-size: 18px;
  font-weight: 600;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption p {
  margin: 10px 0 20px;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption .read-more-cta a {
  color: #2C9F1C;
  font-weight: 600;
  position: relative;
  padding-right: 20px;
  transition: 0.3s ease;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption .read-more-cta a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../assets/images/icons/nextarrow.png);
  width: 13px;
  height: 12px;
}
.BlogDetails_SecA .container .flex .col:first-child .news-grid .news-box figcaption .read-more-cta a:hover {
  padding-right: 30px;
}
.BlogDetails_SecA .container .flex .col:last-child {
  flex: 0 1 33%;
  max-width: 33%;
}
@media (max-width: 991px) {
  .BlogDetails_SecA .container .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper {
  position: sticky;
  top: 30px;
}
@media (max-width: 991px) {
  .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper {
    position: relative;
    top: 0;
  }
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box {
  padding: 15px 15px;
  background: #E3FFEA;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box form, .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box .form {
  position: relative;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box form input, .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box .form input {
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  padding: 10px 15px;
  width: 100%;
  padding-right: 120px;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box form input:focus, .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box form input:focus-visible, .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box .form input:focus, .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box .form input:focus-visible {
  border: none;
  outline: none;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box form input[type=submit], .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box .form input[type=submit] {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #2C9F1C;
  color: #fff;
  border-radius: 15px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  padding: 10px 30px;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box form input[type=submit]:hover, .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .search-box .form input[type=submit]:hover {
  background: #fff;
  color: #2C9F1C;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .players-info {
  background: #2C9F1C;
  padding: 15px 15px 20px;
  margin: 15px 0;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .players-info h5 {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .players-info .banner-bta-btn a {
  font-size: 22px;
}
@media (max-width: 675px) {
  .BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .players-info .banner-bta-btn a {
    font-size: 18px;
  }
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .recent-articles {
  background: #E3FFEA;
  padding: 15px;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .recent-articles ul {
  margin-top: 15px;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .recent-articles ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 6px 6px;
  background: #fff;
  border-radius: 6px;
  margin-top: 10px;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .recent-articles ul li:first-child {
  margin-top: 0;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .recent-articles ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.168627451);
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .recent-articles ul li figcaption {
  flex: 0 1 100%;
  max-width: 100%;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .recent-articles ul li figcaption p {
  font-size: 16px;
  font-weight: 600;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .bookadd {
  background: #C1F1CC;
  padding: 40px 20px 40px;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .bookadd figure img {
  margin: auto;
  width: auto;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .bookadd figcaption {
  text-align: center;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .bookadd figcaption h5 {
  margin: 30px 0;
}
.BlogDetails_SecA .container .flex .col:last-child .inner-wrraper .bookadd .speack a {
  font-size: 22px;
  display: block;
  color: #fff;
  background: #2C9F1C;
  text-align: center;
  padding: 10px 30px;
  border-radius: 10px;
}

.Service_Detail_SecA .container .flex {
  align-items: center;
  justify-content: space-between;
}
.Service_Detail_SecA .container .flex:nth-child(even) .col:first-child {
  order: 2;
  order: 1;
}
.Service_Detail_SecA .container .flex:nth-child(even) .col:last-child {
  order: 1;
}
@media (max-width: 767px) {
  .Service_Detail_SecA .container .flex:nth-child(even) .col:last-child {
    order: 2;
  }
}
.Service_Detail_SecA .container .flex .col {
  flex: 0 1 48%;
  max-width: 48%;
  width: 100%;
}
@media (max-width: 767px) {
  .Service_Detail_SecA .container .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Service_Detail_SecA .container .flex .col figure img {
  width: auto;
}

.Service_Detail_SecB {
  position: relative;
}
.Service_Detail_SecB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 65%;
  background: url(../../assets/images/icons/shape1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.Service_Detail_SecB .container {
  position: relative;
}
.Service_Detail_SecB .container .service-step-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 767px) {
  .Service_Detail_SecB .container .service-step-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 675px) {
  .Service_Detail_SecB .container .service-step-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.Service_Detail_SecB .container .service-step-grid .box {
  text-align: center;
}
.Service_Detail_SecB .container .service-step-grid .box h6 {
  margin-bottom: 15px;
}
.Service_Detail_SecB .container .service-point-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .Service_Detail_SecB .container .service-point-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Service_Detail_SecB .container .service-point-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Service_Detail_SecB .container .service-point-grid .point-box {
  background: #fff;
  border-radius: 15px;
  padding: 60px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  text-align: center;
}
.Service_Detail_SecB .container .service-point-grid .point-box figure {
  margin-bottom: 25px;
}
.Service_Detail_SecB .container .service-point-grid .point-box figure img {
  margin: auto;
}
.Service_Detail_SecB .container .save-hours {
  background: url(../../assets/images/resource/strap-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 25px;
  background-position: left center;
  border-radius: 20px;
  overflow: hidden;
}
.Service_Detail_SecB .container .save-hours .flex {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 675px) {
  .Service_Detail_SecB .container .save-hours .flex {
    justify-content: center;
  }
}
.Service_Detail_SecB .container .save-hours .flex .col {
  width: 100%;
}
.Service_Detail_SecB .container .save-hours .flex .col:first-child {
  flex: 0 1 60%;
  max-width: 60%;
}
@media (max-width: 675px) {
  .Service_Detail_SecB .container .save-hours .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
    text-align: center;
  }
}
.Service_Detail_SecB .container .save-hours .flex .col:last-child {
  flex: 0 1 30%;
  max-width: 30%;
}
@media (max-width: 675px) {
  .Service_Detail_SecB .container .save-hours .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.Service_Detail_SecB .container .save-hours .flex .col:last-child .inner_cta_btn {
  text-align: right;
}
@media (max-width: 675px) {
  .Service_Detail_SecB .container .save-hours .flex .col:last-child .inner_cta_btn {
    text-align: center;
  }
}
.Service_Detail_SecB .container .save-hours .flex .col:last-child .inner_cta_btn a {
  border: 2px solid #2C9F1C;
}
.Service_Detail_SecB .container .bookkeeping-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.Service_Detail_SecB .container .bookkeeping-flex .col {
  width: 100%;
  flex: 0 1 48%;
  max-width: 48%;
}
@media (max-width: 767px) {
  .Service_Detail_SecB .container .bookkeeping-flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .Service_Detail_SecB .container .bookkeeping-flex .col:last-child {
    margin-top: 20px;
  }
}

.Service_Detail_SecD {
  background: url(../../assets/images/icons/shape1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.Service_Detail_SecD .container .title {
  width: 550px;
  margin: auto;
  text-align: center;
}
@media (max-width: 675px) {
  .Service_Detail_SecD .container .title {
    width: 100%;
  }
}
.Service_Detail_SecD .container .help-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .Service_Detail_SecD .container .help-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .Service_Detail_SecD .container .help-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Service_Detail_SecD .container .help-grid .help-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 60px 20px 30px;
  text-align: center;
}
.Service_Detail_SecD .container .help-grid .help-box h6 {
  margin-bottom: 15px;
}

.Service_Detail_SecF {
  background: url(../../assets/images/resource/bg-light.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.Service_Detail_SecF .container .title {
  width: 800px;
  margin: auto;
  text-align: center;
}
@media (max-width: 860px) {
  .Service_Detail_SecF .container .title {
    width: 100%;
  }
}
.Service_Detail_SecF .container ul.benefits li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  margin-top: 20px;
}
@media (max-width: 675px) {
  .Service_Detail_SecF .container ul.benefits li {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.Service_Detail_SecF .container ul.benefits li:first-child {
  margin-top: 0;
}
.Service_Detail_SecF .container ul.benefits li figure {
  flex: 0 1 8%;
  max-width: 8%;
  width: 100%;
}
@media (max-width: 675px) {
  .Service_Detail_SecF .container ul.benefits li figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Service_Detail_SecF .container ul.benefits li figcaption {
  flex: 1;
}
@media (max-width: 675px) {
  .Service_Detail_SecF .container ul.benefits li figcaption {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Service_Detail_SecF .container ul.benefits li figcaption h6 {
  margin-bottom: 15px;
}

.Service_Detail_SecG .container .faq-inner .title {
  width: 800px;
  margin: auto;
  text-align: center;
}
@media (max-width: 860px) {
  .Service_Detail_SecG .container .faq-inner .title {
    width: 100%;
  }
}

.Contact-SecA {
  background: #fff;
}
.Contact-SecA .container .title {
  width: 700px;
  margin: auto;
}
@media (max-width: 767px) {
  .Contact-SecA .container .title {
    width: 100%;
  }
}
.Contact-SecA .container .flex {
  justify-content: space-between;
}
.Contact-SecA .container .flex .col {
  width: 100%;
}
.Contact-SecA .container .flex .col:first-child {
  flex: 0 1 45%;
  max-width: 45%;
  order: 2;
}
@media (max-width: 767px) {
  .Contact-SecA .container .flex .col:first-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Contact-SecA .container .flex .col:last-child {
  flex: 0 1 50%;
  max-width: 50%;
  order: 1;
}
@media (max-width: 767px) {
  .Contact-SecA .container .flex .col:last-child {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Contact-SecA .container .flex .col ul {
  margin-top: 40px;
}
.Contact-SecA .container .flex .col ul li {
  margin: 40px 0 0;
}
.Contact-SecA .container .flex .col ul li .flex {
  justify-content: space-between;
}
.Contact-SecA .container .flex .col ul li .flex figure {
  flex: 0 1 10%;
  max-width: 10%;
  width: 100%;
}
.Contact-SecA .container .flex .col ul li .flex figure img {
  width: 100%;
}
.Contact-SecA .container .flex .col ul li .flex figcaption {
  flex: 0 1 85%;
  max-width: 85%;
  width: 100%;
}
.Contact-SecA .container .flex .col ul li .flex figcaption .contact-flex {
  justify-content: left;
  gap: 30px;
}
@media (max-width: 675px) {
  .Contact-SecA .container .flex .col ul li .flex figcaption .contact-flex {
    gap: 20px;
  }
}
.Contact-SecA .container .flex .col ul li .flex figcaption h5 {
  font-family: Poppins;
  font-weight: 600;
}
.Contact-SecA .container .flex .col ul li .flex figcaption a {
  color: #000;
  display: block;
  margin-top: 10px;
}
.Contact-SecA .container .flex .col ul li .flex figcaption a:hover {
  color: #2C9F1C;
}
.Contact-SecA .container .flex .col .inner-div {
  padding: 20px;
  margin: auto;
  background: #C1F1CC;
}
@media (max-width: 767px) {
  .Contact-SecA .container .flex .col .inner-div {
    max-width: 100%;
  }
}
.Contact-SecA .container .flex .col .inner-div form .form-group {
  width: 100%;
  margin: 15px 0;
}
.Contact-SecA .container .flex .col .inner-div form .form-group .form-control, .Contact-SecA .container .flex .col .inner-div form .form-group textarea {
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 10px;
  padding: 10px 15px;
  color: #000;
}
.Contact-SecA .container .flex .col .inner-div form .form-group textarea {
  font-size: 16px;
  font-family: Poppins;
  color: #000;
}
.Contact-SecA .container .flex .col .inner-div form .form-group input[type=submit] {
  background: #1B1C19;
  padding: 10px 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 28px;
  cursor: pointer;
}

.form-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}
.form-box h5 {
  font-weight: 600;
  margin-bottom: 30px;
}

.form .form-group {
  margin-top: 15px;
  width: 100%;
}
.form .form-group .form-control, .form .form-group textarea {
  width: 100%;
  border: none;
  padding: 8px 15px;
}
.form .form-group .form-control:focus-visible, .form .form-group textarea:focus-visible {
  outline: none;
}
.form .form-group textarea {
  font-size: 16px;
  font-family: Poppins;
  border-radius: 28px;
}
.form .form-group textarea:focus-visible {
  outline: none;
}
.form .form-group input[type=submit] {
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  border: none;
  border-radius: 28px;
  background: #2C9F1C;
  color: #fff;
  font-size: 14px;
  transition: 0.3s ease;
  border: 2px solid #2C9F1C;
}
.form .form-group input[type=submit]:hover {
  background: #fff;
  color: #2C9F1C;
}
.form .form-group a {
  color: #2C9F1C;
  font-weight: 600;
}
.form.form-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form.form-flex .w-50 {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media (max-width: 767px) {
  .form.form-flex .w-50 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.Customer_Detalis .container .inner-div {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 520px) {
  .Customer_Detalis .container .inner-div {
    padding: 10px 15px;
  }
}
.Customer_Detalis .container .inner-div .form p {
  font-weight: bold;
  margin-top: 15px;
}
.Customer_Detalis .container .inner-div .form .flex {
  justify-content: space-between;
}
.Customer_Detalis .container .inner-div .form .flex .half {
  flex: 0 1 49%;
  max-width: 49%;
  width: 100%;
}
@media (max-width: 520px) {
  .Customer_Detalis .container .inner-div .form .flex .half {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Customer_Detalis .container .inner-div .form span.declaration {
  display: block;
  margin: 20px 0;
}/*# sourceMappingURL=style.css.map */


/*New CSS for fixed footer and blog details page breadcrumb*/

.fixfooter {
    text-align: center;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background-image: linear-gradient(to right, #00ad1a, #0a3c1e);
    font-size: 22px;
    box-shadow:0 0 10px #0000006b;
}
@media (max-width: 675px) {
    .fixfooter{
        font-size: 16px;
    }
}
.fixfooter a{
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: .3s ease;
}
.fixfooter a:hover{
    color: #2C9F1C;
    background: #fff;
}

.web-content ul.inside-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 15px;
    flex-wrap: wrap;
}

.web-content ul.inside-breadcrumb li {
    color: #000;
    position: relative;
    padding: 0 15px 0px 10px;
    font-size: 16px;
}
.web-content ul.inside-breadcrumb li img{
    border-radius: 50%;
    width: 40px;
}
.web-content ul.inside-breadcrumb li::before {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #000;
    background: none;
    left: auto;
    width: auto;
    height: auto;
}
.web-content ul.inside-breadcrumb li:last-child::before, .web-content ul.inside-breadcrumb li:first-child::before{
    display: none;
}
.web-content ul.inside-breadcrumb li:nth-child(even){
    color:#00ad1a;
}
.web-content ul.inside-breadcrumb li a {
    color: #000;
    font-size: 16px;
}





/*# sourceMappingURL=style.css.map */




.blacktitle{color:#333;}

.blacktitle:hover{color:#2C9F1C;}


.About_SecB {
    background: url(../../assets/images/resource/footerbg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.About_SecB .container .Distinguishes-grid .disc-box {
    background: #fff;
    padding: 50px 20px;
    box-shadow: 0px 0px 46px rgba(170, 170, 170, 0.1803921569);
    border-radius: 20px;
}

.About_SecB .container .Distinguishes-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-bottom: 80px;
}


.About_SecB .container .financial-flex {
    align-items: flex-start;
    justify-content: space-between;
    background: #C1F1CC;
    padding: 30px;
    border-radius: 20px;
    border: 4px solid #fff;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.2392156863);
}


.About_SecD .container .vision-mission-grid .ach-box {
    background: url(../../assets/images/resource/footerbg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: 30px 30px;
    border-radius: 0px 120px 120px 0px;
}

.About_SecD .container .vision-mission-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.About_SecA .container .flex {
    align-items: center;
    justify-content: space-between;
}

.About_SecA .container .flex .col {
    width: 100%;
    flex: 0 1 48%;
    max-width: 48%;
}

.blog-post h2{font-size: 32px !important;
    line-height: 1.3;}
    
 .blog-post h3{font-size: 26px !important;
    line-height: 30px!important;}   
    
  .blog-post h4{font-size: 23px !important;
    line-height: 25px !important;}     
    
    .blog-post h5{font-size: 18px !important;
    line-height: 20px !important;}   
    
    
  .ptitle{font-size:20px;}  
    
    
