@font-face {
  font-family: "Agrandir";
  src: url(../fonts/Agrandir-Regular.woff2) format("woff2"),
    url(../fonts/Agrandir-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Agrandir";
  src: url(../fonts/Agrandir-TextBold.woff2) format("woff2"),
    url(../fonts/Agrandir-TextBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-family: "League Spartan", Sans-serif;
  font-size: 17px;
  overflow-x: hidden;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a img {
  border: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

ul li {
  line-height: 1.5;
}

:focus {
  outline: 0;
}

.outer_overflow {
  overflow: hidden;
}

.wrapper {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.wrapper2 {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.clr {
  clear: both;
  float: none;
  display: block;
}

.clr:after,
.afclr:after {
  clear: both;
  float: none;
  display: block;
  content: "";
}

input[type="submit"],
button {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

.custom_fomt_second .elementor-widget-container,
.elementor-icon-list-text,
.elementor-tab-content,
.elementor-button {
  font-family: "League Spartan", Sans-serif !important;
}

.header_logo a {
  display: inline-block;
}

.header_logo {
  width: 22%;
}

.header_logo img {
  width: 100%;
  height: auto;
}

.h_social_item_r {
  width: 77%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_outer {
  padding: 20px 0;
  position: relative;
}

.header_bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header_desktop_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  margin-top: 20px;
}

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

.nav-menu>li {
  margin: 0 25px;
  position: relative;
  display: inline-block;
}

.nav-menu>li:nth-last-child(2) {
  margin-right: 0;
}

.nav-menu>li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: auto;
  bottom: 0;
  left: 0;
}

.nav-menu>li a::after {
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.nav-menu>li:hover a::after {
  transform-origin: left;
  transform: scaleX(1);
}

.nav-menu .sub-menu li a::after {
  display: none;
}

.nav-menu>li>a,
.nav-menu ul>li>a {
  position: relative;
  z-index: 3;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  display: block;
  padding: 3px 2px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.nav-menu>.menu-item-has-children>a::before {
  position: absolute;
  content: "";
  display: block;
  height: 8px;
  width: 15px;
  right: -15px;
  top: 12px;
  background: url(../images/menu-down-icon-w.svg) no-repeat;
  transition: all 0.5s ease-in-out;
  background-size: contain;
}

.nav-menu .sub-menu .menu-item-has-children>a::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/sub-menu-plus-fa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

.nav-menu .sub-menu .menu-item-has-children:hover a::before {
  background: url(../images/hov-icon-minus-com.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 20px;
  right: 11px;
}

.nav-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1000;
  visibility: visible;
  filter: alpha(opacity=0);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.211764);
}

.nav-menu .sub-menu li {
  float: none;
  background: #fff;
  border-bottom: 1px solid #e7bc20;
  border-left: none;
  padding: 0;
  display: block;
  position: relative;
}

.nav-menu .sub-menu li:first-child {
  border-top: 2px solid #e7bc20;
}

.nav-menu .sub-menu a {
  padding: 7px 13px;
}

.nav-menu .sub-menu li a {
  text-align: left;
  font-size: 14px;
  text-shadow: none;
  color: #000;
  display: block;
}

.nav-menu .sub-menu ul {
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 0;
  padding-left: 0;
  right: auto;
  padding-top: 0;
  filter: alpha(opacity=0);
  width: 180px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
}

.nav-menu .sub-menu li:last-child {
  border-bottom: none;
}

.nav-menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
}

.nav-menu .sub-menu ul li:first-child {
  border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
  background: #f8f8f8;
}

.cross_button {
  display: none;
}

.nav-menu .sub-menu li a::after {
  display: none;
}

.nav-menu>li:hover a::after {
  opacity: 1;
  visibility: visible;
}

@keyframes bg-pulse-big {
  0% {
    box-shadow: 0 0 0 0 rgba(2, 202, 252, 0.2);
  }

  to {
    box-shadow: 0 0 0 20px transparent;
  }
}

.nav-menu .sub-menu li a:hover {
  color: #fff;
  background: #e7bc20;
}

.menu_expand {
  display: none;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  letter-spacing: 3px;
  text-decoration: none;
  float: right;
  border-radius: 4px;
  padding: 11px;
  background: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
}

.overlay.active {
  z-index: 100;
  opacity: 1;
}

.sub-menu-toggle {
  display: none;
}

.m_top_section {
  padding: 8px 0 6px;
  background-color: #e7bc20;
}

.menu_details_section {
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  display: none;
}

.sticky_header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
  background-color: #fff;
  z-index: 12;
}

.top_info_in a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: normal;
  display: inline-flex;
  align-items: center;
}

.top_info_in a:hover .info_header_d {
  text-decoration: underline;
}

.info_header_d img {
  width: 27px !important;
  height: 27px !important;
  vertical-align: -0.4em !important;
}

.top_info_in {
  margin-right: 43px;
}

.top_info_in:last-child {
  margin-right: 0;
}

.img_b_style {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.info_header_d {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #000;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding-top: 1px;
}

.top_info_in_email .info_header_d {
  word-break: break-word;
  white-space: normal;
}

.img_b_style svg {
  max-width: 30px;
  position: relative;
}

.footer_content_item_inner {
  border-top: 5px solid #e7bc20;
  background: #000;
  padding: 15px 0;
  color: #fff;
}

.footer_copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_copyright_l p,
.footer_copyright_r p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.footer_copyright_l p a,
.footer_copyright_r p a {
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer_copyright_l p a:hover {
  text-decoration: underline;
}

.footer_logo {
  max-width: 50px;
  display: inline-block;
}

.choose_block {
  position: relative;
}

.choose_block::after {
  position: absolute;
  content: "";
  top: 0;
  height: 150px;
  width: 120px;
  left: 0;
  background-image: url(../images/leaf-img.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq_outer_ct .elementor-accordion-item {
  border-bottom: 1px solid #b7b7b775 !important;
}

.faq_outer_ct .elementor-accordion-icon {
  margin-top: 7px;
}

.info_boxes_block {
  position: relative;
}

.info_boxes_block:after {
  content: "";
  position: absolute;
  right: -9px;
  top: -9px;
  border-radius: 100px;
  background: #fff;
  height: 75px;
  width: 75px;
}

.full_height_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_us_form_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0-7px;
}

.contact_input_form_b {
  width: 50%;
  margin-bottom: 16px;
  padding: 0 7px;
}

.contact_input_form_b label {
  font-family: "League Spartan", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
  color: #fff;
  padding-bottom: 12px;
  display: inline-block;
}

.contact_us_form_box_full {
  width: 100%;
}

.cn_input {
  font-family: "League Spartan", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  background-color: #fff;
  border-width: 0 0 0 0;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 12px 13px;
}

.cn_input::placeholder {
  color: #1b2430cc;
}

.cn_select {
  background-image: url(../images/down-arrow-black.svg);
  background-position: 96%center;
  background-size: 12px;
  padding-right: 50px;
}

.cn_textarea {
  resize: none;
}

.submit_form_b {
  text-align: left;
}

.cn_submit_btn {
  font-family: "League Spartan", Sans-serif;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  background-color: #e7bc20;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #e7bc20;
  padding: 13px 24px;
  cursor: pointer;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  min-width: 129px;
}

.cn_submit_btn:hover {
  background-color: transparent;
  color: #e7bc20;
}

.contact_radio_block {
  display: flex;
  gap: 20px;
}

.contact_radio_block .wpcf7-list-item:first-child {
  margin: 0;
}

.paragraph_p p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  padding-bottom: 15px;
}

.paragraph_p p:last-child {
  padding-bottom: 0;
}

.c_testimonial_slider_out {
  position: relative;
  padding-bottom: 65px;
}

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

.testimonial_c_box {
  border: 1px solid #e7bc20;
  border-radius: 23px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.t_testimonial_c_item {
  padding: 33px 33px 37px 33px;
}

.rating_star_img {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rating_star_img img {
  max-width: 24px;
}

.rating_star_ct {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating_user_img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  overflow: hidden;
  min-width: 54px;
}

.rating_user_img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial_quote_img {
  text-align: left;
  margin-bottom: 10px;
}

.testimonial_quote_img>p {
  font-size: 72px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  position: relative;
  top: 20px;
}

.testimonial_ct_h>h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  padding-bottom: 10px;
}

.rating_user>h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  line-height: 20px;
}

.rating_star_ct>p {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  line-height: 18px;
}

.swiper-pagination.c_testimonial_pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c_testimonial_pagination .swiper-pagination-bullet {
  background-color: #e7bc20;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}

.c_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 100%;
  border: 1px solid #e7bc20;
  outline-style: solid;
  outline-color: #fff;
  outline-offset: -4px;
  width: 22px;
  height: 22px;
}

.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_c_box {
  background-color: #fff3c7;
}

.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_quote_img>p,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_ct_h .paragraph_p p,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .rating_user>h4,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_ct_h>h3 {
  color: #000;
}

.icon_info img {
  height: 70px;
  width: 70px;
}

.error_img {
  text-align: center;
  padding: 90px 0 90px;
}

.error_section h1 {
  font-family: "League Spartan", Sans-serif;
  font-size: 150px;
  color: #000;
  font-weight: 700;
  line-height: 123px;
  margin-bottom: 35px;
  margin-top: 0;
}

.error_img .heading>img {
  width: 340px;
  margin-bottom: 20px;
}

.error_section h3 {
  font-family: "League Spartan", Sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 45px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.footer_content {
  padding: 20px 0 20px;
  text-align: center;
}

.footer_content p {
  color: #fff;
  font-size: 16px;
}

.f_footer_social_block {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.f_footer_social_block a {
  display: inline-block;
  margin: 0 10px;
}

.f_footer_social_block a svg {
  width: 25px;
}

.f_footer_social_block a svg path {
  fill: gold;
}

.page_title_setcion_inner h1 {
  font-family: "League Spartan", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.content-area {
  min-height: 200px;
}

.page_title_setcion_inner {
  padding-top: 45px;
}

.latest_blogs_out {
  display: flex;
  flex-wrap: wrap;
  margin: 0-25px;
}

.latest_blogs_item {
  width: 33.33%;
  padding: 0 25px;
  margin-bottom: 35px;
}

.latest_blogs_info {
  height: 100%;
  border: 1px solid #e7bc20;
  padding: 14px 14px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blogs_img_t {
  display: block;
  position: relative;
}

.blogs_img_t img {
  width: 100%;
}

.blogs_img_t>p {
  color: #e47068;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 4px 8px 2px;
  display: inline-block;
  letter-spacing: -0.21px;
  text-transform: capitalize;
}

.blog_ct_box {
  padding: 10px 20px 0 8px;
}

.blog_ct_box .paragraph_pra_p p {
  color: #000;
  font-family: "League Spartan", Sans-serif;
  font-size: 17px;
  line-height: 1.5em;
}

p.date_bl {
  color: #b8b8b8;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid #e7bc20;
  padding-bottom: 6px;
  margin-bottom: 6px;
  line-height: normal;
}

.blog_ct_box h3 {
  color: #000;
  font-size: 22px;
  margin-bottom: 18px;
  font-weight: 600;
  font-family: "League Spartan", Sans-serif;
  padding-top: 4px;
}

.blog_ct_box h3 a {
  color: #000;
  line-height: 1.5;
}

.blog_ct_box .paragraph_pra_p {
  padding-bottom: 10px;
  line-height: 1.5;
}

.latest_blog_btn {
  width: 100%;
  text-align: center;
}

.latest_blog_btn .site_btn {
  min-width: 123px;
}

.categories_list_blog_section {
  padding: 80px 0 45px;
}

.h_read_more a {
  color: #000;
  font-size: 18px;
  border-bottom: 1px solid #000;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  line-height: 20.7px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.h_read_more {
  padding: 14px 10px 0 10px;
}

.h_read_more a>svg {
  margin-left: 5px;
}

.h_read_more a>svg path {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.h_read_more a:hover {
  color: gold;
  border-color: gold;
}

.h_read_more a:hover svg path {
  stroke: gold;
}

.latest_blogs_out_all {
  display: flex;
  flex-wrap: wrap;
  margin: 0-25px;
}

.pagination_blog_section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0;
}

.pagination_blog_section .page-numbers.current {
  border-radius: 6px;
  border: 1px solid rgba(0, 81, 76, 0.1);
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 7.5px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.312px;
  background-color: #e7bc20;
}

.pagination_blog_section a.page-numbers {
  border-radius: 6px;
  border: 1px solid rgba(0, 81, 76, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 7.5px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.312px;
}

.pagination_blog_section a.next.page-numbers {
  justify-content: end;
}

.pagination_blog_section a.prev.page-numbers,
.pagination_blog_section a.next.page-numbers {
  display: flex;
  border: 0;
  align-items: center;
}

.pagination_blog_section a.page-numbers {
  border-radius: 6px;
  border: 1px solid rgba(0, 81, 76, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 7.5px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.312px;
}

.pagination_blog_section a.prev.page-numbers {
  justify-content: flex-start;
}

.pagination_blog_section a.prev.page-numbers,
.pagination_blog_section a.next.page-numbers {
  display: flex;
  border: 0;
  align-items: center;
}

.pagination_blog_section a.page-numbers {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  margin: 0 7.5px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.312px;
}

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

.blog_sub_content {
  width: 65%;
  padding-right: 30px;
}

.blog_sub_sticky {
  width: 35%;
}

.blog_single_section {
  padding: 80px 0;
}

.blog_single_div .page_title_setcion_inner h1 {
  font-size: 48px;
  text-align: left;
}

.blog_sub_sticky_btn {
  text-align: center;
}

p.date_bl.date_b2 {
  margin-top: 6px;
}

.page_title_setcion_inner.page_title_setcion_inner_b {
  padding-top: 35px;
}

.p_content p {
  color: #000;
  font-family: "League Spartan", Sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  padding-bottom: 15px;
}

.p_content p a {
  color: #e7bc20;
  text-decoration: underline;
}

.p_content p:last-child {
  padding-bottom: 0;
}

.p_content blockquote {
  border-left: 5px solid #e7bc20;
  padding-left: 11px;
  margin-bottom: 16px;
  font-weight: 600;
}

.font_style_single h2 {
  font-family: "League Spartan", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.font_style_single h3 {
  font-family: "League Spartan", Sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.font_style_single h4 {
  font-family: "League Spartan", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.font_style_single h5 {
  font-family: "League Spartan", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.font_style_single h6 {
  font-family: "League Spartan", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.font_style_single ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 10px;
}

.font_style_single ul li,
.font_style_single ol li {
  color: #000;
  font-family: "League Spartan", Sans-serif;
  font-size: 17px;
  line-height: 1.5em;
  padding-bottom: 5px;
}

.font_style_single ul li a,
.font_style_single ol li a {
  color: #000;
  display: block;
  text-decoration: underline;
}

.info_blog_list ol,
.info_blog_list ul {
  margin: 16px 0 !important;
  padding: 0 0 0 25px !important;
  display: block;
}

.info_blog_list li>ul,
.info_blog_list li>ol {
  margin: 0;
}

#table-of-contents {
  border-bottom: 1px solid #00000030;
}

.info_blog_list {
  background: #fff3c7;
  padding: 24px 27px 10px;
  margin: 25px 0 35px;
}

.listing_blog li {
  margin-bottom: 8px !important;
}

.listing_blog li ul {
  margin: 12px 0 !important;
}

.listing_blog li a {
  display: block;
  color: #000;
  font-size: 16px;
}

.listing_blog li a:hover {
  text-decoration: underline;
}

.blog_sub_sticky_inner {
  position: sticky;
  top: 172px;
}

.blog_sub_sticky_inner.p_content p {
  text-align: center;
}

.single-post .outer_overflow {
  overflow: unset;
}

.info_top_logo .swiper-slide-inner {
  position: relative;
  padding-top: 40%;
  border: 1px solid #e7bc20;
  border-radius: 5px;
}

.info_top_logo.info_top_logo_2 .swiper-slide-inner {
  background: #fff;
}

.info_top_logo .swiper-slide-inner img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
  padding: 11px;
}

.min_width_button .elementor-button {
  width: 100%;
}

.top_section_bar {
  background: #ededed;
  padding: 10px 0 5px;
}

.top_section_bar_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social_box {
  gap: 15px;
}

.footer_social_box svg {
  fill: gold;
  width: 33px;
  height: 33px;
}

.blog_publish_info {
  border-bottom: 1px solid #e7bc20;
  padding-bottom: 6px;
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-content: center;
  justify-content: space-between;
}

.blog_publish_info p.date_bl,
.blog_publish_info p.date_bl>a {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  line-height: normal;
  padding-bottom: 0;
  margin-top: 8px;
  margin-bottom: 0;
}

.blog_publish_info p.date_bl>a:hover {
  text-decoration: underline;
}

.areas_we_serve_list a {
  color: #000;
}

.areas_we_serve_list a:hover {
  color: gold;
}

.featured_posts_b {
  position: relative;
  padding: 0 50px;
}

.featured_posts_box {
  width: 100%;
}

.featured-button-prev,
.featured-button-next {
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 100%;
}

.featured-button-prev::after,
.featured-button-next::after {
  font-size: 20px;
  color: #000;
}

.featured-button-prev {
  left: 0;
}

.featured-button-next {
  right: 0;
}

.footer_location_title {
  background: #000;
  position: relative;
  display: inline-block;
}

.footer_location_title:before,
.footer_location_title:after {
  content: "";
  display: block;
  border-top: solid 1px #fff;
  width: 200%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer_location_title:before {
  left: 110%;
}

.footer_location_title:after {
  right: 110%;
}

.footer_location_block {
  margin-top: 20px;
  margin-bottom: 30px;
  gap: 20px;
}

.footer_location_block p {
  padding-bottom: 0;
}

.footer_location_block p a {
  text-decoration: underline;
}

.footer_location_block .footer_location_sub_title {
  font-size: 19px;
}

.header_number_btn a {
  display: flex;
  border-style: none;
  border-radius: 10px;
  width: 245px;
  height: 71px;
  background: #0057b7;
  box-shadow: none;
  text-shadow: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
}

.header_number_btn a .info_header_d {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  transition: all 0.3s;
  font-family: "League Spartan", Sans-serif;
}

.header_number_btn a:hover {
  background: #000;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.header_number_btn a:hover .info_header_d {
  text-decoration: none;
}

.home_qualify_btn button {
  height: auto !important;
  width: auto !important;
  padding: 20px 31px !important;
  line-height: 1 !important;
  font-size: 38px !important;
  transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.home_qualify_btn button:hover {
  background: #000 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
}

.es_qualify_btn button {
  background: #428831 !important;
  color: #fff !important;
  line-height: 1 !important;
  transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.es_qualify_btn button:hover {
  background: #000 !important;
  box-shadow: none !important;
  color: #fff !important;
  text-decoration: none !important;
}

.featured_swiper_img_box {
  position: relative;
  padding-top: 70px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.featured_swiper_img_box img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-height: 100%;
  width: auto;
  padding: 11px 6px;
}

.how_works_counter {
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  align-content: center;
  border-radius: 100%;
  position: relative;
  padding-top: 6px;
}

.how_works_counter .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.how_works_counter::after {
  position: absolute;
  content: "";
  inset: 3px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
}

.content_counter_list .elementor-icon-list-items {
  counter-reset: list-counter;
}

.content_counter_list .elementor-icon-list-items li {
  position: relative;
}

.content_counter_list .elementor-icon-list-items li::after {
  position: absolute;
  content: counter(list-counter);
  counter-increment: list-counter;
  left: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  font-family: "League Spartan", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1em;
  border-radius: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  z-index: 0;
}

.content_counter_list .elementor-icon-list-items li::before {
  position: absolute;
  content: "";
  background-color: transparent;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 1;
  margin: 3px;
}

.qualify_btn button {
  font-family: "League Spartan", Sans-serif !important;
}

.post_autor_block {
  padding: 40px;
  margin-top: 45px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}

.post_autor_inner h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.post_autor_inner h4 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 28px;
  color: #e7bc20;
}

.post_autor_btn {
  margin-top: 30px;
}

.banner_paint_bg {
  color: #fff;
  background-image: url(../images/green_brushstroke_img.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 18px 35px;
  margin: 0-16px;
}

.home_qualify_btn button {
  padding: 18px 28px !important;
  font-size: 32px !important;
}

.home_new_faq .e-n-accordion-item {
  border-bottom: 1px solid #b7b7b775 !important;
}

.home_new_faq a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.featured_slider_block {
  max-height: 90px;
}

.content_list_link a {
  display: inline-block !important;
  width: auto !important;
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.content_list_link a:hover {
  color: #e7bc20;
}

.tf-v1-popup .tf-v1-close {
  width: 30px;
  height: 30px;
}

.tf-v1-popup .tf-v1-close svg {
  width: 30px;
  height: 30px;
}

.home_banner_btn {
  min-height: 60px;
  text-align: center;
}

.lang_switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
}

.lang_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.lang_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fcd83c;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lang_slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.lang_slider {
  background-color: #fcd83c;
}

input:focus+.lang_slider {
  box-shadow: 0 0 1px #fcd83c;
}

input:checked+.lang_slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

.lang_slider.lang_round {
  border-radius: 34px;
}

.lang_slider.lang_round:before {
  border-radius: 50%;
}

.lang_switch_block {
  display: flex;
  gap: 12px;
  align-items: center;
}

.lang_text a {
  font-family: "League Spartan", Sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: default;
}

.mob_lang_switcher {
  padding: 20px;
}

.el-address-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  text-align: center;
  margin-bottom: 30px;
}

.el-address {
  flex: 1 1 260px;
  max-width: 260px;
}

.el-address a {
  color: #e7bc20;
  text-decoration: none;
}

.el-address a:hover {
  text-decoration: underline;
}

.footer_address_outer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog_single_content h2 {
  margin: 30px 0 20px;
}

.blog_single_content h3 {
  font-size: 20px;
}

.blog_single_content h4 {
  font-size: 18px;
}

.blog_single_content p+h2 {
  margin-top: 20px;
}

.blog_single_content ul li,
.blog_single_content ol li {
  margin-bottom: 8px;
  list-style: auto;
}

.blog_single_content ul li:last-child,
.blog_single_content ol li:last-child {
  margin-bottom: 0;
}

.blog_single_content ul,
.blog_single_content ol {
  margin-bottom: 20px;
  padding-left: 18px;
}

.blog_single_content figure {
  margin: 0 0 1em;
}

.blog_single_content figure figure {
  margin: 0;
}

.no_post_text {
  display: block;
  text-align: center;
  font-size: 32px;
}

.no_post_text span {
  display: block;
  margin-bottom: 20px;
}

.site_button {
  display: inline-block;
  background-color: gold;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  fill: #000;
  color: #000;
  border-radius: 50px 50px 50px 50px;
  padding: 18px 30px 16px;
}

.site_button:hover {
  background-color: #000;
  color: gold;
}

.geo_banner_image img {
  height: inherit !important;
  max-width: 100% !important;
}

#typeform-button button {
  background: #428831;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
}

#hubspotPopupForm {
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
}

.qualify-modal-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

#hubspotFormContainer~.carousel__button.is-close {
  top: 10px;
  right: 10px;
  color: #000000;
}

.hsform_btn button {
  padding: 13px 23px !important;
  font-size: 24px !important;
}

.post_autor_info_box {
  display: flex;
  gap: 20px;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.post_autor_info_img {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}

.post_autor_info_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.post_autor_social_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post_autor_social_box a {
  display: block;
  flex-shrink: 0;
  background-color: #e7bc20;
  padding: 8px;
  border-radius: 50%;
}

.post_autor_social_box a svg {
  width: 20px;
  height: 20px;
  display: block;
}

.registration_record_card {
  background-color: #fcd83c2e;
  padding: 30px 20px;
}

.registration_record_card h3 {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 20px;
}

.registration_record_card dl {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 0.75rem 0.75rem;
}

.registration_record_card dt {
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
}

.registration_record_card dd {
  margin: 0;
  color: #000000;
  line-height: 1.4;
}

.record_link {
  text-decoration: underline !important;
  color: #2c2c2c;
  margin-top: 20px;
  display: block;
}

.registration_record,
.registration_record_desktop {
  display: none;
}

/* ===== Desktop Table ===== */
.responsive-table {
  width: 100%;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.table-row {
  display: grid;
  grid-template-columns: 1.5fr 2fr 1.5fr 1.5fr 1.5fr 1fr;
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
  align-items: center;
  font-size: 16px;
  gap: 9px;
  line-height: 1.2;
  font-family: "League Spartan", sans-serif;
}

.table-head {
  background: #f6f7f9;
  font-weight: 600;
}

/* Status */
.status.active {
  color: #0a9d58;
  font-weight: 600;
}

.status.inactive {
  color: #c0392b;
  font-weight: 600;
}

.table_head_heading {
  font-family: "League Spartan", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  color: #000000;
}

.settlements_filter {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.filter_outer_info {
  min-height: 300px;
}

.table-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.table-header select {
  padding: 10px 9px;
  border-radius: 5px;
  border: 2px solid #e7bc20;
  font-size: 15px;
  background: #fff;
  cursor: pointer;
}

/* New header css*/

.new_re__outer .nav-menu>li {
  margin: 0 12px;
}

.new_re__outer .header_logo {
  width: 23%;
}

.new_re__outer .header_desktop_nav {
  width: 53%;
  justify-content: end;
  gap: 0px;
  margin-top: 0px;
}

.new_re__outer .h_social_item_r {
  width: 24%;
  padding-left: 12px;
}

.box_banner_eligibility {
  position: relative;
  border-radius: 30px;
  backdrop-filter: blur(50px);
  overflow: hidden;
  box-shadow: 2px 2px 100px rgba(66, 66, 66, 0.1) inset,
    -2px -2px 100px rgba(255, 255, 255, 0.1) inset;
}

.top_banner_title span {
  background: linear-gradient(87.88deg, #eabe0f -8.3%, #ffdd26 97.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviews_box_title_top span {
  background: linear-gradient(90deg, #1db41d 35.58%, #03cd03 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_banner_eligibility::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  /* border thickness */
  border-radius: 30px;
  background: linear-gradient(240.72deg, #78b253 -13.03%, #ffffff 115.37%);

  /* MAGIC */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

.new_lang__btn .info_header_d {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.new_lang__btn .info_header_d>span {
  font-weight: 700;
  font-size: 16px;
  line-height: 17.25px;
  color: #ffd700;
}

.new_lang__btn .header_number_btn a {
  width: auto;
  height: auto;
  padding: 8px 12px;
}

.new_lang__btn .top_info_in {
  margin-right: 0px;
}

.new_lang__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 11px;
}

.new_re__outer .nav-menu>li>a {
  font-size: 18px;
  color: #757575;
  font-family: "Agrandir";
}

.new_re__outer .nav-menu .sub-menu li a {
  font-size: 15px;

  font-family: "Agrandir";
}

.new_re__outer .nav-menu>.menu-item-has-children>a::before {
  background: url(../images/menu-down-icon-faa.svg) no-repeat;
  background-size: contain;
  right: -17px;
}

.new_re__outer .nav-menu>.menu-item-has-children>a:hover::before {
  background: url(../images/menu-down-icon-faa-hover.svg) no-repeat;
  background-size: contain;
}

.new_re__outer .nav-menu>li a::after {
  background: #0057b7;
}

.new_re__outer .nav-menu>li:hover>a {
  color: #0057b7;

}

.new_re__outer .nav-menu ul>li {
  margin: 0 0px;
}

.team-section {
  position: relative;
  padding-bottom: 80px;
}

.team-inner_ft {
  position: relative;
  padding: 0 12px;
}

.teamSwiper_eg {
  position: relative;
  z-index: 2;
}

.team-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #fff;
  position: relative;
}

.team-card>a {
  display: block;
}

.team-card::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  content: "";
  height: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.team-card img {
  width: 100%;
  height: 320px;
  border-radius: 6px;
  object-fit: cover;
}

.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  right: 0;
  display: block;
  padding: 22px;
  text-align: left;
}

.team-info h3 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #ffffff;
}

.team-info p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin: 6px 0 0;
  color: #ffffff;
}

.team-info p::before {
  content: "";
  width: 20px;
  height: 2px;
  /* background: linear-gradient(90deg, #c6a25a, #e7c873); */
  display: inline-block;
  background: var(--color-orange-42, rgba(141, 111, 73, 1));
}

/* arrows color */
.swiper-button-next.teamSwiper_eg_next,
.swiper-button-prev.teamSwiper_eg_prev {
  color: #fff;
}

.teamSwiper_eg_prev::after,
.teamSwiper_eg_next::after {
  display: none;
}

/* normal bars */
.pagination_teamSwiper_eg .swiper-pagination-bullet {
  width: 65px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  margin: 0 4px !important;
  background: rgba(255, 255, 255, 0.32);
  transition: width 0.3s ease;
}

/* active bar */
.pagination_teamSwiper_eg .swiper-pagination-bullet-active {
  background: rgba(255, 215, 0, 1);
  width: 70px;
}

.teamSwiper_eg_prev,
.teamSwiper_eg_next {
  width: 29px;
  height: 37px;
  border: 1px solid #fff;
  background-image: url("../images/teamswiper_eg-arro.svg");
  /* apna path lagao */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 66%;
  cursor: pointer;
  background-color: #000;
  border-radius: 5px 0px 0px 0px;
}

.teamSwiper_eg_next {
  transform: rotate(180deg);
  right: -30px;
  border-radius: 0px 0px 0px 5px;
}

.teamSwiper_eg_prev {
  left: -30px;
}

.box_custom_img .elementor-image-box-img {
  background: #ffd700;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  justify-content: center;
}

.ft_home_nn_faq .e-n-accordion-item {
  border-bottom: 1px solid #202b37 !important;
}

.ft_home_nn_faq .e-n-accordion-item:last-child {
  border-bottom: 0px !important;
}

.number_list_info .elementor-widget-container {
  overflow: hidden;
}

.easylemon_blog_nw .latest_blogs_info {
  height: 100%;
  border: 0px;
  padding: 0px;
}

.easylemon_blog_nw .blogs_img_t img {
  border-radius: 6px;
}

.easylemon_blog_nw .blog_publish_info {
  border-bottom: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  align-content: flex-start;
  gap: 0;
  font-family: "Agrandir";
}

.easylemon_blog_nw .blog_ct_box {
  padding: 13px 0px 0 0px;
}

.easylemon_blog_nw .blog_publish_info p.date_bl,
.easylemon_blog_nw .blog_publish_info p.date_bl>a {
  margin-top: 4px;
  color: #757575;
}

.easylemon_blog_nw .blog_ct_box h3 {
  color: #00152b;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 3px;
}

.easylemon_blog_nw .blog_ct_box h3 a {
  color: #00152b;
  line-height: 1.3;
}

.easylemon_blog_nw .blog_ct_box .paragraph_pra_p {
  color: #00152b;
  line-height: 1.4;
  font-size: 16px;
}

.easylemon_blog_nw .latest_blogs_info .h_read_more a {
  border: 1px solid #757575;
  padding: 13px 20px 11px;
  line-height: 1.2;
  font-weight: 500;
}

.easylemon_blog_nw .h_read_more {
  padding: 5px 0px 0 0px;
}

.easylemon_blog_nw .featured_posts_b {
  padding: 0 20px;
}

.easylemon_blog_nw .featured-button-prev,
.easylemon_blog_nw .featured-button-next {
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.easylemon_blog_nw .featured-button-prev::after,
.easylemon_blog_nw .featured-button-next::after {
  color: #5e5e5e;
  font-size: 18px;

  font-weight: bold;
}

.easylemon_blog_nw .featured-button-prev {
  left: -30px;
}

.easylemon_blog_nw .featured-button-next {
  right: -30px;
}

.easylemon_reviews_nw .fCrFFd {
  box-shadow: 0px 0px 1.8px 0px #0000000d, 0.9px 3.59px 8.98px 0px #0000001a;
  font-family: "Poppins", sans-serif;
}

.easylemon_reviews_nw .jwMZDh {
  padding: 15px 13px;
}

.easylemon_reviews_nw .swiper,
.easylemon_reviews_nw .eGOkNC {
  overflow: visible !important;
}

.easylemon_reviews_nw .CfMHG {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  fill: #5e5e5e;
}

.easylemon_reviews_nw .kxtAns {
  font-weight: 400;
  font-size: 15px;
}

.easylemon_reviews_nw .cWGzSc {
  margin-top: 14px;
  color: #125287;
}

/* Footer */
.footer__container_outer {
  background-color: #081421;
  color: #fff;
  position: relative;
}

.footer__container_top {
  padding-top: 50px;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0 50px;
}

.ft_title_gl h2 {
  margin: 0;
  font-weight: 800;
  line-height: 1.2em;
  color: #ffd700;
  font-size: 20px;
  padding-bottom: 10px;
}

.ft_text_easy p {
  margin: 0;
  line-height: 1.5em;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.ft_title_gl {
  margin-bottom: 21px;
}

.ft_title_gl,
.ft_text_easy {
  text-align: center;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.35);
}

.footer__branding {
  width: 470px;
  padding: 0px 20px 0 0;
  margin-right: 10px;
}

.footer__logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.ftc_text_ft {
  margin-top: 18px;
}

.ftc_text_ft p {
  margin: 0;
  line-height: 1.4em;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.footer__column.footer_ctc_us>ul {
  padding: 0;
}

.footer__links {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 30px;
  width: calc(100% - 470px);
  flex-wrap: wrap;
}

.footer__column {
  width: calc(50% - 15px);
}

.footer__heading {
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffd700;
  margin-bottom: 18px;
}

.footer__column.footer_links_qk {
  width: 60%;
  width: calc(60% - 15px);
}

.footer__column.footer_ctc_us {
  width: 40%;
  width: calc(40% - 15px);
}

.footer__column li {
  margin-bottom: 10px;
}

.footer__column li:last-child {
  margin-bottom: 0px;
}

.ft_logo_ctc {
  margin-top: 28px;
}

.footer_links_qk ul {
  column-count: 2;
}

.footer__column a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1.2em;
  display: inline-flex;
}

.footer__column a:hover {
  color: #ffd700;
}

.footer_ctc_us ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.footer__column a.mailto_ft_size {
  word-break: break-all;
}

.footer_ctc_us ul li>span {
  position: relative;
  top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.footer_ctc_us ul li>span svg {
  width: 16px;
  height: 19px;
}

.social_links_ft ul {
  padding: 0;
  margin: 0;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social_links_ft {
  text-align: right;
  display: flex;
  justify-content: end;
}

.social_links_ft ul li {
  margin: 0;
}

.social_links_ft ul li a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  padding: 10px;
  background-color: #000000;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social_links_ft ul li a:hover {
  border-color: #ffd700;
  background-color: #ffd700;
}

.social_links_ft ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_links_ft ul li a span>svg {
  height: 22px;
}

.footer__container_bottom {
  padding: 12px 0;
  background-color: #fff;
}

.footer_row_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 25%;
  gap: 30px;
  align-items: center;
}

.footer_row_bottom .footer__column {
  width: 100%;
}

.footer__bottom_bar p {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer__bottom_bar p a {
  color: inherit;
}

.footer__bottom_bar p a:hover {
  color: #ffd700;
}

.terms__item_col.footer__column li {
  margin-bottom: 0px;
  list-style: disc;
}

.terms__item_col.footer__column li:first-child {
  display: inline-block;
}

.terms__item_col.footer__column a {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.terms__item_col ul {
  display: flex;
  color: #000000;
  align-items: center;
  gap: 10px 25px;
  flex-wrap: wrap;
}

.terms__item_col.footer__column a:hover {
  color: #ffd700;
}

.info_logo_slide .featured_swiper_img_box {

  padding-top: 54px;
  border-radius: 5px;
  border: 1px solid #00000017;
}

.info_logo_slide .featured_swiper_img_box img {

  padding: 8px 8px;
}

.info_logo_slide .featured_slider_block {
  margin: 0 6px;
}


.featured_slider_block .swiper {
  width: 100%;
  height: auto;
}

.featured_slider_block .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.featured_slider_block .swiper .swiper-slide {
  animation: slideAnimation 8s linear infinite !important;
}

@media screen and (max-width: 1550px) {
  .choose_block::after {
    height: 107px;
    width: 86px;
  }

  .nav-menu ul>li {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1280px) {
  .header_logo {
    width: 25%;
  }

  .h_social_item_r {
    width: 75%;
    padding-right: 10px;
  }

  .nav-menu ul>li {
    margin: 0 10px;
    position: relative;
  }

  .nav-menu .sub-menu {
    right: 0;
    left: auto;
  }

  .img_b_style {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .choose_block::after {
    height: 102px;
    width: 82px;
  }

  .page_title_setcion_inner h1 {
    font-size: 45px;
  }

  .latest_blogs_out_all {
    margin: 0-20px;
  }

  .latest_blogs_item {
    padding: 0 20px;
  }

  .blog_single_div .page_title_setcion_inner h1 {
    font-size: 45px;
  }

  .font_style_single h2 {
    font-size: 38px;
  }

  .font_style_single h3 {
    font-size: 33px;
  }

  .font_style_single h4 {
    font-size: 27px;
  }

  .font_style_single h5 {
    font-size: 23px;
  }

  .font_style_single h6 {
    font-size: 19px;
  }

  .footer_location_title:before,
  .footer_location_title:after {
    width: 155%;
  }

  .new_re__outer .h_social_item_r {
    width: 23%;
    padding-left: 8px;
  }

  .new_re__outer .header_desktop_nav {
    padding-right: 10px;
    width: 58%;
  }

  .new_re__outer .header_logo {
    width: 19%;
  }

  .new_re__outer .nav-menu>li {
    margin: 0 12px;
  }

  .new_re__outer .nav-menu>li>a {
    font-size: 17px;
  }

  .easylemon_blog_nw .featured_posts_b {
    padding: 0 30px;
  }

  .easylemon_blog_nw .featured-button-prev {
    left: 10px;
  }

  .easylemon_blog_nw .featured-button-next {
    right: 10px;
  }

  .ft_title_gl h2 {
    font-size: 18px;
  }

  .footer__branding {
    width: 400px;
  }

  .footer__links {
    width: calc(100% - 400px);
  }

  .footer_row_bottom {
    grid-template-columns: 30% 1fr 23%;
    gap: 24px;
  }

  .footer__column.footer_ctc_us {
    width: calc(44% - 15px);
  }

  .footer__column.footer_links_qk {
    width: calc(56% - 15px);
  }
}

@media screen and (max-width: 1279px) {
  .header_logo {
    width: 18%;
  }

  .header_number_btn a .info_header_d {
    font-size: 20px;
    line-height: 1;
  }

  .header_number_btn a {
    width: auto;
    height: auto;
    padding: 16px 22px;
  }

  .h_social_item_r {
    width: 82%;
    padding-right: 0;
  }

  .nav-menu>li>a,
  .nav-menu ul>li>a {
    font-size: 18px;
  }

  .home_qualify_btn button {
    height: auto !important;
    width: auto !important;
    padding: 16px 24px !important;
    line-height: 1 !important;
    font-size: 28px !important;
  }

  .team-card img {
    height: 297px;
  }

  .team-info {
    padding: 20px;
  }

  .team-info h3 {
    font-size: 20px;
  }

  .team-section {
    padding-bottom: 70px;
  }

  .pagination_teamSwiper_eg .swiper-pagination-bullet {
    width: 54px;
  }

  .pagination_teamSwiper_eg .swiper-pagination-bullet-active {
    width: 62px;
  }

  .teamSwiper_eg_prev {
    left: -10px;
  }

  .teamSwiper_eg_next {
    right: -10px;
  }
}

@media screen and (max-width: 992px) {
  .menu_details_section {
    display: flex;
  }

  .header_desktop_nav {
    display: none;
  }

  .featured_swiper_img_box {
    padding-top: 67px;
  }

  .h_social_item_r {
    justify-content: flex-end;
    gap: 20px;
    width: 65%;
  }

  .header_logo {
    width: 35%;
  }

  .menu_details_section {
    order: 1;
  }

  .footer_location_title:before,
  .footer_location_title:after {
    width: 108%;
  }

  .nav-menu .sub-menu {
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    box-shadow: none;
    left: 0;
  }

  .menu_expand {
    display: block;
    padding-right: 0;
  }

  .site-menu {
    position: relative;
    min-height: 1px;
    padding-top: 0;
  }

  .nav-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -220px;
    bottom: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }

  .nav-menu.state-active {
    clear: both;
    left: 0;
    opacity: 1;
    visibility: visible;
  }

  .nav-menu {
    float: none;
    text-align: center;
    margin-right: 0;
    background: #fff;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .nav-menu li,
  .nav-menu ul li {
    float: none;
    margin: 0;
    border-bottom: none;
    padding: 0;
    display: block;
  }

  .nav-menu li a,
  .nav-menu ul li a {
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
  }

  .nav-menu li a:hover {
    border-radius: 0;
    background: 0 0;
    color: #e7bc20;
    border-color: #fff;
  }

  .nav-menu ul>li>a::after {
    display: none;
  }

  .expand_plus {
    position: absolute;
    right: 8px;
    top: 0;
    width: 35px;
    height: 42px;
    padding: 25px 10px 2px;
    cursor: pointer;
    z-index: 100;
  }

  .expand_plus i {
    display: block;
    position: relative;
    width: 12px;
    height: 10px;
    top: -8px;
  }

  .expand_plus.active i {
    background-position: 0-190px;
  }

  .nav-menu .sub-menu .expand_plus {
    height: 34px;
  }

  .expand_plus:after {
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform-origin: center;
  }

  .expand_plus.active:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .nav-menu .sub-menu,
  .nav-menu .sub-menu ul {
    width: auto;
    position: relative;
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .nav-menu .sub-menu li {
    background: 0 0;
    border-bottom: none;
  }

  .nav-menu .sub-menu li:hover>a,
  .nav-menu .sub-menu ul li a {
    border: 0;
  }

  .nav-menu .sub-menu.active-children {
    display: block;
  }

  .nav-menu .sub-menu ul {
    padding-left: 0;
  }

  .nav-menu .sub-menu ul {
    left: 0;
  }

  .nav-menu .sub-menu ul li,
  .nav-menu .sub-menu ul li:first-child {
    border: 0;
  }

  .nav-menu .sub-menu ul:before {
    display: none;
  }

  .nav-menu li a {
    text-align: left;
  }

  .nav-menu .sub-menu li a:hover {
    border: 0;
  }

  .nav-menu .sub-menu ul li,
  .nav-menu .sub-menu ul li:first-child {
    background: 0 0;
  }

  .nav-menu .sub-menu li a {
    border: 0;
    padding-left: 41px;
    font-size: 15px;
  }

  .nav-menu .sub-menu ul {
    background: 0 0;
    -webkit-transform: translate(0);
  }

  .expand_plus active {
    top: 100px;
  }

  .expand_plus active i {
    top: 200px;
  }

  .nav-menu .sub-menu ul li a {
    padding-left: 65px;
  }

  .nav-menu .sub-menu li:first-child {
    border-top: none;
  }

  .nav-menu .sub-menu li a:hover {
    color: #1e518d;
    background: 0 0;
  }

  .cross_button {
    margin-top: 20px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
  }

  .cross_button a {
    font-size: 22px;
    color: #242323;
    cursor: pointer;
    border: 1px solid #242323;
    border-radius: 3px;
    padding: 4px;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 1.2;
  }

  .menu_expand i {
    height: 2px;
    background: #000;
    display: block;
    width: 41px;
  }

  .menu_expand i:nth-child(2) {
    margin: 7px 0;
  }

  .no_overflow {
    overflow: hidden;
  }

  .m_close_icon:before,
  .m_close_icon:after {
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #000;
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .m_close_icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav-menu>.menu-item-has-children>a::before {
    display: none;
  }

  .nav-menu .sub-menu .menu-item-has-children>a::before {
    display: none;
  }

  .top_info_in {
    margin-right: 18px;
  }

  .info_header_d {
    font-size: 20px;
    padding-top: 2px;
  }

  .header_outer {
    padding: 12px 0;
  }

  .info_boxes_block:after {
    height: 54px;
    width: 54px;
  }

  .t_testimonial_c_item {
    padding: 23px;
  }

  .testimonial_quote_img>p {
    font-size: 63px;
  }

  .testimonial_ct_h>h3 {
    font-size: 19px;
  }

  .paragraph_p p {
    font-size: 16px;
  }

  .footer_content {
    padding: 20px 0 20px;
  }

  .latest_blogs_item {
    width: 50%;
    padding: 0 15px;
  }

  .latest_blogs_out_all {
    margin: 0-15px;
  }

  .p_content p {
    font-size: 17px;
  }

  .font_style_single ul li,
  .font_style_single ol li {
    font-size: 16px;
  }

  .blog_single_div .page_title_setcion_inner h1 {
    font-size: 40px;
  }

  .font_style_single h2 {
    font-size: 35px;
  }

  .font_style_single h3 {
    font-size: 30px;
  }

  .font_style_single h4 {
    font-size: 25px;
  }

  .blog_single_section {
    padding: 70px 0;
  }

  .blog_sub_sticky_inner {
    top: 145px;
  }

  .el-address-wrap {
    gap: 20px;
  }

  .table_head_heading {
    font-size: 16px;
  }

  .new_re__outer .header_logo {
    width: 28%;
  }

  .new_re__outer .h_social_item_r {
    width: 70%;
  }

  .new_lang__btn .desktop_lang_box {
    display: none;
  }

  .team-card img {
    height: 265px;
  }

  .team-info {
    padding: 15px 18px 15px;
  }

  .team-info h3 {
    font-size: 18px;
  }

  .team-info p {
    margin: 4px 0 0;
  }

  .pagination_teamSwiper_eg .swiper-pagination-bullet {
    width: 40px;
  }

  .pagination_teamSwiper_eg .swiper-pagination-bullet-active {
    width: 50px;
  }

  .easylemon_blog_nw .featured_posts_b {
    padding: 0 50px;
  }

  .easylemon_blog_nw .latest_blogs_info .h_read_more a {
    padding: 12px 18px 9px;
  }

  .footer__branding {
    width: 320px;
  }

  .footer__links {
    width: calc(100% - 320px);
  }

/*   .footer__logo img {
    max-width: 190px;
  } */
	  .footer__logo img {
    width: auto;
    max-width: 200px;
    height: auto;
  }

  .ftc_text_ft {
    margin-top: 15px;
  }

  .footer__column.footer_links_qk {
    width: calc(45% - 15px);
  }

  .footer__column.footer_ctc_us {
    width: calc(55% - 15px);
  }

  .footer_links_qk ul {
    column-count: 1;
  }

  .footer_row_bottom {
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
  }

  .social_links_ft {
    justify-content: left;
  }

  .social_links_ft ul li a {
    width: 44px;
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .registration_record_desktop {
    display: none !important;
  }

  .site_button {
    font-size: 16px;
  }

  .no_post_text {
    font-size: 26px;
  }

  .home_banner_btn {
    min-height: 50px;
  }

  .menu_expand {
    padding: 7px 12px;
    padding-right: 0;
  }

  .menu_expand i {
    width: 35px;
  }

  .m_top_section {
    padding: 6px 0 6px;
  }

  .header_logo {
    width: 47%;
  }

  .h_social_item_r {
    width: 53%;
  }

  .img_b_style {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 6px;
  }

  .img_b_style svg {
    max-width: 22px;
  }

  .footer_copyright_l,
  .footer_copyright_r {
    width: 100%;
  }

  .footer_copyright_l {
    padding-left: 0;
  }

  .footer_copyright_l p,
  .footer_copyright_r p {
    text-align: center;
    font-size: 15px;
  }

  .footer_copyright {
    gap: 10px;
  }

  .contact_input_form_b {
    width: 100%;
  }

  .page_title_setcion_inner h1 {
    font-size: 35px;
  }

  .pagination_blog_section {
    padding: 20px 0;
  }

  .categories_list_blog_section {
    padding: 60px 0 25px;
  }

  .latest_blogs_item {
    width: 100%;
  }

  .blog_ct_box .paragraph_pra_p p {
    font-size: 16px;
  }

  .h_read_more a {
    font-size: 16px;
  }

  .blog_sub_content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }

  .blog_sub_sticky {
    width: 100%;
  }

  .blog_single_section {
    padding: 60px 0;
  }

  .page_title_setcion_inner.page_title_setcion_inner_b {
    padding-top: 30px;
  }

  .blog_single_div .page_title_setcion_inner h1 {
    font-size: 35px;
  }

  .font_style_single h2 {
    font-size: 32px;
  }

  .font_style_single h3 {
    font-size: 29px;
  }

  .font_style_single h4 {
    font-size: 25px;
  }

  .info_blog_list ol,
  .info_blog_list ul {
    padding: 0 0 0 17px !important;
  }

  .info_blog_list {
    padding: 20px 21px 10px;
  }

  .info_top_logo .swiper-slide-inner {
    padding-top: 45%;
  }

  .top_info_in_email {
    display: none;
  }

  .footer_location_sub_block {
    gap: 5px;
  }

  .footer_location_block {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 20px;
  }

  .footer_location_title:before,
  .footer_location_title:after {
    width: 40%;
  }

  .header_number_btn a .info_header_d {
    font-size: 18px;
  }

  .header_number_btn a {
    width: auto;
    height: auto;
    padding: 10px 16px;
  }

  .h_social_item_r {
    gap: 10px;
  }

  .table-head {
    display: none;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 16px;
    padding: 16px;
    background: #f9fafb;
    border: 1px solid #eee;
    border-radius: 14px;
  }

  .table-row>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000014;
    padding: 7px 0;
  }

  .table-row>div::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }

  .table-row>div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .responsive-table {
    background: transparent;
  }

  .settlements_filter {
    gap: 8px;
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .table-header {
    margin-bottom: 0;
  }

  .new_lang__btn .info_header_d>span {
    font-size: 14px;
  }

  .new_re__outer .header_logo {
    width: 35%;
  }

  .new_re__outer .h_social_item_r {
    width: 65%;
  }

  .team-inner_ft {
    padding: 0 8px;
  }

  .team-section {
    padding-bottom: 63px;
  }

  .featured-button-prev,
  .featured-button-next {
    width: 36px;
    height: 36px;
  }

  .easylemon_blog_nw .featured-button-prev::after,
  .easylemon_blog_nw .featured-button-next::after {
    font-size: 16px;
  }

  .footer__content {
    padding: 30px 0 30px;
    flex-wrap: wrap;
  }

  .footer__branding {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .footer__links {
    width: 100%;
  }

  .footer__heading {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .terms__item_col.footer__column li:first-child {
    display: list-item;
  }

  .terms__item_col ul {
    padding-left: 15px;
  }

  .ft_title_gl h2 {
    padding-bottom: 0px;
  }
}

@media (max-width: 600px) {
  .el-address {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .el-address-wrap {
    gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .table-header select {
    width: 100%;
  }

  .settlements_filter {
    gap: 6px;
    margin-bottom: 17px;
  }

  .table-header select {
    padding: 10px 6px;
    font-size: 12px;
  }

  .post_autor_info_box {
    flex-direction: column;
  }

  .post_autor_info_box {
    margin-bottom: 20px;
  }

  .post_autor_btn {
    text-align: center;
  }

  .featured_swiper_img_box img {
    padding: 5px;
  }

  .featured_slider_block {
    max-height: 60px;
  }

  .post_autor_block {
    padding: 35px 25px;
  }

  .h_social_item_r {
    gap: 5px;
  }

  .tf-v1-popup .tf-v1-close {
    width: 36px !important;
    height: 36px !important;
  }

  .featured_swiper_img_box {
    padding-top: 51px;
  }

  .home_qualify_btn button {
    padding: 14px 24px !important;
    font-size: 22px !important;
  }

  .header_number_btn a .info_header_d {
    font-size: 15px;
  }

  .footer_location_block .footer_location_sub_title {
    font-size: 18px;
  }

  .footer_location_title:before,
  .footer_location_title:after {
    width: 42px;
  }

  .f_footer_social_block a {
    margin: 0 5px;
  }

  .error_img .heading>img {
    width: 300px;
  }

  .error_section h1 {
    font-size: 131px;
    margin-bottom: 21px;
  }

  .error_section h3 {
    font-size: 36px;
    padding-bottom: 10px;
  }

  .error_img {
    padding: 60px 0 60px;
  }

  .header_number_btn a {
    padding: 10px 14px;
  }

  .menu_expand {
    padding: 8px 4px;
    padding-right: 0;
  }

  .header_logo {
    width: 43%;
  }

  .h_social_item_r {
    width: 40%;
    padding-right: 0;
  }

  .top_info_in {
    margin-right: 15px;
  }

  .img_b_style {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 9px;
  }

  .img_b_style svg {
    max-width: 20px;
  }

  .footer_logo {
    max-width: 38px;
  }

  .footer_copyright {
    gap: 3px;
  }

  .t_testimonial_c_item {
    padding: 18px;
  }

  .rating_user>h4 {
    font-size: 14px;
    line-height: 18px;
  }

  .rating_star_img {
    margin-bottom: 15px;
  }

  .testimonial_ct_h>h3 {
    font-size: 18px;
  }

  .testimonial_quote_img>p {
    font-size: 55px;
  }

  .footer_content p {
    font-size: 15px;
  }

  .footer_content {
    padding: 5px 0 30px;
  }

  .info_top_logo .swiper-slide-inner img {
    padding: 6px;
  }

  .info_top_logo .swiper-slide-inner {
    padding-top: 80%;
  }

  .info_header_d {
    font-size: 18px;
    padding-top: 3px;
    line-height: 1;
  }

  .top_section_bar .wrapper {
    padding: 0 10px;
  }

  .featured-button-prev,
  .featured-button-next {
    width: 35px;
    height: 35px;
  }

  .featured_posts_b {
    padding: 0 40px;
  }

  .featured-button-prev::after,
  .featured-button-next::after {
    font-size: 18px;
  }

  .footer_location_title {
    margin-top: 15px;
    font-size: 22px !important;
  }

  .table-row {
    gap: 10px;
    font-size: 15px;
    padding: 14px;
  }

  .new_lang__btn .info_header_d>span {
    display: none;
  }

  .new_re__outer .h_social_item_r {
    width: 60%;
    gap: 12px;
  }

  .new_re__outer .header_logo {
    width: 40%;
  }

  .team-card img {
    height: 242px;
  }

  .team-section {
    padding-bottom: 55px;
  }

  .pagination_teamSwiper_eg .swiper-pagination-bullet {
    width: 20px;
  }

  .pagination_teamSwiper_eg .swiper-pagination-bullet-active {
    width: 30px;
  }

  .teamSwiper_eg_prev,
  .teamSwiper_eg_next {
    width: 26px;
    height: 33px;
  }

  .easylemon_blog_nw .featured_posts_b {
    padding: 0px 40px;
  }

  .easylemon_blog_nw .blog_publish_info {
    margin-bottom: 0px;
  }

  .easylemon_blog_nw .blog_ct_box {
    padding: 8px 0px 0 0px;
  }

  .footer__column.footer_links_qk,
  .footer__column.footer_ctc_us {
    width: 100%;
  }

  .ft_title_gl,
  .ft_text_easy {
    padding-bottom: 16px;
  }

  .ft_title_gl {
    margin-bottom: 16px;
  }

  .footer_row_bottom {
    grid-template-columns: 1fr;
  }

  .footer__bottom_bar {
    order: 3;
  }

  .info_logo_slide .featured_swiper_img_box img {
    padding: 6px 6px;
  }


}