.grecaptcha-badge {
  visibility: hidden !important;
}

body {
  font-family: "Baloo 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #18191f;
  margin: 0;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

#calculator {
  margin-top: 80px;
}

ul#parent-menu {
  flex-direction: column;
  text-align: left;
}

i.fa.fa-clock-o {
  font-size: 80%;
  margin-right: 5px;
}

.logo-image a {
  display: block;
}

.header-logo {
  width: 296px;
  height: auto;
}

.footer-logo {
  width: 296px;
  height: auto;
}

.navbar .nav-link {
  color: #18191f;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
}

.dropdown-toggle:after {
  font-family: bootstrap-icons;
  content: "\F282" !important;
  display: inline-block !important;
  margin-left: 12px !important;
  border: none !important;
  vertical-align: bottom !important;
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 60px;
}

.navbar-nav {
  align-items: center;
}

.contact-form .contact-top {
  margin-top: 120px;
}

.top-new22 {
  margin-top: 80px;
}

.slider2 .carousel-caption.img-last-top {
  bottom: 120px;
}

.home-slider .carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
  transform: translateX(0);
}

.home-slider .carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
  transform: translateX(0);
}

.home-slider .carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

/* Change navbar styling on scroll */
.navbar.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  background: #b9d3ba !important;
}

.navbar.active .nav-link {
  color: #383838;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
  color: #383838;
  text-decoration: none;
}

.navbar.active .navbar-brand {
  color: #383838;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
  padding: 8px 20px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #18191f;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover {
  /*padding-left: 25px;*/
  color: #669f6a;
  background: transparent;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus {
  background: transparent;
  border: none;
}

.copyright {
  font-size: 18px;
  color: #555555;
}

/* Change navbar styling on small viewports */
@media (max-width: 768px) {
  .about-carousel .carousel-inner .carousel-item>div {
    display: none;
  }

  .about-carousel .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.about-carousel .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  min-height: 280px;
}

.about-carousel .card-body {
  padding: 0;
}

.about-carousel .holder1 {
  padding: 10px;
  transition: 1s;
  height: 230px;
}

.about-carousel .card {
  border: 0;
  border-radius: 0;
}

.about-carousel .carousel {
  height: 280px;
  margin-top: 0;
}

.about-carousel .carousel-item {
  min-height: 280px;
}

.blog-details-img {
  float: left;
  margin-right: 18px;
  margin-bottom: 10px;
  width: 40%;
}

.blog-details-img img {
  border-radius: 0.25rem;
}

@media (min-width: 768px) {

  .about-carousel .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .about-carousel .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.about-carousel .carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.about-carousel .about-link {
  font-size: 18px;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #669f6a;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .about-carousel3 .carousel-inner .carousel-item>div {
    display: none;
  }

  .about-carousel3 .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.about-carousel3 .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  min-height: 220px;
}

.about-carousel3 .card-body {
  padding: 0;
}

.about-carousel3 .holder1 {
  transition: 1s;
  height: auto;
  text-align: left;
}

.about-carousel3 .card {
  border: 0;
  border-radius: 0;
}

.about-carousel3 .carousel {
  height: 225px;
  margin-top: 0;
}

.about-carousel3 .carousel-item {
  min-height: 225px;
}

@media (min-width: 768px) {

  .about-carousel3 .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.3333%);
  }

  .about-carousel3 .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.3333%);
  }
}

.about-carousel3 .carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

/*--------------image overlay-------------*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 165px;
  height: 165px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-bottom: 15px;
  height: 150px;
  width: 150px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 70px 0 0;
  padding: 5px 15px;
  font-size: 14px;
}

.hovereffect a.info:hover {
  /*box-shadow:0 0 5px #fff;*/
  color: #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* The Modal (background) */
#modalOverlay {
  display: none;
}

.about-carousel3 .modal .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 100%;
  border-radius: 10px;
  text-align: left;
  padding: 10px;
  background-color: #F6FBF5;
  border: 0;
  height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: none;
}

.about-carousel3 .modal .modal-content::-webkit-scrollbar {
  width: 7px;
}

.about-carousel3 .modal .modal-content::-webkit-scrollbar-track {
  background-color: #F6FBF5;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.about-carousel3 .modal .modal-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #669F69;
}

.about-carousel3 .modal .modal-content i {
  font-size: 12px;
  margin-right: 5px;
}

.about-carousel3 .modal .modal-content .modal-header {
  border-bottom: 1px solid #669f6a;
  padding: 10px 0;
  border-radius: 0;
}

.about-carousel3 .modal .modal-content .modal-title {
  font-size: 22px;
}

.about-carousel3 .modal .modal-content p.ceo-name1 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 2;
}

.about-carousel3 .modal .modal-content p.ceo-name1:before {
  display: none;
}

.about-carousel3 .modal .modal-content .modal-text {
  font-size: 20px;
  margin: 10px 0;
  color: #669f6a;
  font-weight: 600;
}

.about-carousel3 .modal .modal-content p {
  font-size: 16px;
  display: table-row;
}

.about-carousel3 .modal .modal-content p:before {
  content: "\F231";
  font-family: bootstrap-icons;
  padding-right: 6px;
  font-size: 14px;
  display: table-cell;
  color: #669f6a;
}

.about-carousel3 .modal button.close {
  background: #669f6a;
  border: 0 none !important;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 24px;
  height: 44px;
  line-height: 0;
  margin: 0px 1px;
  opacity: 1;
  text-align: center;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  vertical-align: top;
  width: 44px;
  border-radius: 50px;
}

.about-carousel3 .modal button.close:focus {
  outline: none;
}

.about-carousel3 .modal button.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

/* display 3 */
@media (max-width: 768px) {
  .contact-carousel .carousel-inner .carousel-item>div {
    display: none;
  }

  .contact-carousel .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.contact-carousel .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  min-height: 300px;
}

.contact-carousel .card-body {
  padding: 0;
}

.contact-carousel .holder1 {
  padding: 10px;
  transition: 1s;
  height: 200px;
}

.contact-carousel .card {
  border: 0;
  border-radius: 0;
}

.contact-carousel .carousel {
  height: 300px;
  margin-top: 0;
}

.contact-carousel .carousel-item {
  min-height: 300px;
}

:root {
  --mainColor: #669f6a;
}

.contact-carousel .contact-tab-color {
  color: #669f6a;
  background: linear-gradient(to bottom,
      var(--mainColor) 0%,
      var(--mainColor) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  text-decoration: none;
  transition: background-size 0.1s;
}

.contact-carousel .contact-tab-color:hover {
  background-size: 4px 50px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
}

.contact-tab .contact-tab-color {
  color: #669f6a;
  background: linear-gradient(to bottom,
      var(--mainColor) 0%,
      var(--mainColor) 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  text-decoration: none;
  transition: background-size 0.1s;
}

.contact-tab .contact-tab-color:hover {
  background-size: 4px 50px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
}

/* display 3 */
@media (min-width: 768px) {

  .contact-carousel .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .contact-carousel .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.contact-carousel .carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  .navbar {
    /* background: #fff; */
  }

  .navbar .navbar-brand,
  .navbar .nav-link {
    color: #555;
  }
}

#HomeCarousel {
  height: 750px;
  position: relative;
  overflow: hidden;
}

#HomeCarousel img {
  height: 750px;
  object-fit: cover;
}

.carousel-item {
  height: 100%;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-inner {
  height: 100%;
}

.slider2 .carousel {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

.slider2 .carousel-item {
  height: 365px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider2 .carousel-inner {
  height: 100%;
}

/*home carousel2*/
@media (max-width: 768px) {
  .home-slider2 .carousel-inner .carousel-item>div {
    display: none;
  }

  .home-slider2 .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.home-slider2 .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  min-height: 240px;
}

.home-slider2 .card-body {
  padding: 0;
}

.home-slider2 .card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.home-slider2 .carousel {
  height: auto;
  margin-top: 0;
}

.home-slider2 .carousel-item {
  min-height: 240px;
}

.home-slider2 .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #669f6a;
}

.home-slider2 .carousel-indicators {
  bottom: -30px;
}

/* display 3 */
@media (min-width: 768px) {

  .home-slider2 .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .home-slider2 .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.home-slider2 .carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

/*home carousel2 end*/
.icon-bar {
  position: fixed;
  top: 65%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  right: 0;
  border-radius: 0px;
}

.slider2 .carousel-caption.top9 {
  bottom: 110px;
}

.slider2 .carousel-caption.top10 {
  bottom: 85px;
}

.slider2 .carousel-caption.top11 {
  bottom: 60px;
}

#MiniRightNav i {
  color: #fff;
  font-size: 28px;
  line-height: 0;
}

#MiniRightNav {
  float: right;
  margin: 0;
  margin-top: 0px;
  padding: 0;
}

#MiniRightNav li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.liberty_format_list ol {
  padding-left: 0;
  counter-reset: item;
}

.liberty_format_list ol li {
  display: block;
}

.liberty_format_list ol li:before {
  margin-right: 32px;
  content: counters(item, ".") " ";
  counter-increment: item;
}

.liberty_format_list ol li ol :before {
  margin-right: 22px;
}

.liberty_format_list ol li ol li :before {
  margin-right: 10px;
}

.liberty_format_list ul {
  margin-left: 15px;
  padding: 0px;
}

.liberty_format_list ul li {
  padding-left: 28px;
}

.liberty_format_list ul li ul {
  margin-left: -28px;
  padding: 0px;
}

#MiniRightNav li a {
  display: block;
  padding: 10px;
  position: relative;
  background-color: transparent;
  border: 3px solid #669f6a;
  margin-bottom: 12px;
  border-radius: 50px;
  border-collapse: separate;
  width: 70px;
  height: 70px;
  box-shadow: 0px 5px 30px rgba(102, 159, 106, 0.4);
}

#MiniRightNav span {
  font-size: 20px;
  letter-spacing: 0;
  bottom: 0;
  right: 70px;
  line-height: 70px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  width: 0;
  border-radius: 50px;
  box-shadow: 0px 5px 30px rgba(102, 159, 106, 0.4);
}

#MiniRightNav a:hover span {
  width: auto;
  padding: 0 70px;
  overflow: visible;
}

#MiniRightNav a:hover {
  text-decoration: none;
}

#MiniRightNav a span {
  background-color: #669f6a;
  color: #fff;
}

#MiniRightNav a span:hover {
  background-color: #669f6a;
}

.home-slider .carousel-caption {
  text-align: left;
  right: 0;
  left: 0;
  padding: 10.5rem 0 0 0;
  color: #18191f;
  top: 0;
  bottom: auto;
}

#hero h1 {
  font-size: 62px;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

#hero h2 {
  font-size: 26px;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

nav.navbar.navbar-default.navbar-trans.navbar-expand-lg {
  z-index: 100;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 620px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media screen and (min-width: 2035px) {
  .container {
    max-width: 2100px;
  }
}

.wrapper-new {
  position: relative;
  text-align: center;
  width: 700px;
  left: calc((100% - 700px) / 2);
  padding-top: 100px;
  padding-bottom: 65px;
}

.heading-first {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 45px;
}

.heading1 {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
}

.wrapper-3 {
  width: 100%;
  position: relative;
  background-color: #f1f4f1;
  height: 500px;
  padding-top: 105px;
}

.bg-contain {
  background-color: #0f5943;
  padding: 45px;
  border-radius: 20px;
}

.bg-heading {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
}

.bg-text {
  color: #fff;
  font-size: 22px;
  margin-bottom: 35px;
}

.wrapper-3 a {
  color: #23a182;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 40px;
  font-size: 22px;
  border-radius: 10px;
  font-weight: 500;
}

.wrapper-3 img {
  margin-top: -82px;
}

.product-heading {
  min-height: 56px;
  color: #672d79;
  font-size: 75px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  margin-top: 100px;
}

.product-img-wrapper img,
.product-img-wrapper-2 img {
  width: 100%;
  height: 790px;
  object-fit: cover;
}

.product-discription {
  font-size: 18px;
  min-height: 110px;
  line-height: 1.7;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
  /* margin-top: 30px; */
}

.dropdown-menu {
  background-color: rgb(255 255 255);
  border: none;
  top: 90%;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: rgb(212 212 212);
  border: none;
}

.for-display {
  display: flex;
  justify-content: center;
}

ul#parent-menu>li>a {
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.dropdown-menu-right {
  right: 0;
  left: 0;
}

.dropdown-menu.dropdown-menu-right.dropdown-submenu.show a {
  text-align: center;
  padding: 8px 0px;
  font-weight: 600;
}

.nav-item.dropdown.language {
  margin-left: 36px;
}

.nav-item.dropdown.language:before {
  content: "|";
  position: absolute;
  margin-top: 8px;
  font-weight: 500;
  color: #383838;
  margin-left: -18px;
}

.dropdown-menu.dropdown-menu-language {
  min-width: auto;
}

.flaticon-earth-grid-select-language-button {
  font-size: 12px;
  margin-right: 5px;
}

/*--------------------------------------image-wrapper-------------------------------------------------------*/
.homeimg {
  height: 420px;
}

.prhead1 {
  font-size: 65px;
  margin: 10px 0px;
  color: #262262;
  font-weight: 100;
  letter-spacing: 2px;
}

.homebtn {
  text-decoration: underline;
  font-size: 15px;
  color: #262262;
  font-weight: 300;
}

.homebtn:hover {
  text-decoration: underline;
  color: #262262;
}

.top-info-image {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #5155a5;
  position: absolute;
  top: 0px;
}

.wrapper-heading {
  width: 40%;
  background-color: #5155a5;
}

.left-side-info-text {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.right-side-info-image {
  width: 60%;
}

.right-side-info-image img {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
.logo-icon {
  position: absolute;
  width: 290px;
  left: calc((100% - 290px) / 2);
  text-align: center;
  top: 150px;
}

.icon-bottom-text {
  position: absolute;
  width: 1170px;
  left: calc((100% - 1170px) / 2);
  text-align: center;
  top: 815px;
  font-size: 18px;
  padding: 0 20px;
  min-height: 110px;
  line-height: 1.8;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}

.services-heading {
  text-align: center;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 60px;
}

.budget-text {
  width: 900px;
  left: calc((100% - 900px) / 2);
  position: absolute;
  top: 760px;
  font-size: 13px;
  color: #262262;
  line-height: 2;
  text-align: center;
}

.service-head {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 3px;
}

.service-head-text {
  font-size: 19px;
  line-height: 1.6;
}

.service-img1 {
  height: 180px;
  margin-left: 130px;
}

.service-img2 {
  margin-left: 40px;
}

.service-img3 {
  margin-left: 260px;
  height: 140px;
}

.services-flex-box img {
  margin-bottom: 20px;
}

.fa.fa-circle.color1 {
  color: #a0dcff;
  font-size: 8px;
  margin-right: 8px;
  margin-top: -5px;
}

.fa.fa-circle.color2 {
  color: #ffc3d8;
  font-size: 8px;
  margin-right: 8px;
  margin-top: -5px;
}

.fa.fa-circle.color3 {
  color: #c1e5c0;
  font-size: 8px;
  margin-right: 8px;
  margin-top: -5px;
}

.new-width {
  display: flex;
  align-items: center;
}

.panja-image img {
  margin: 0 auto;
}

.service-flex-text {
  font-size: 22px;
  margin: 20px;
  letter-spacing: 2px;
}

.request-logo {
  width: 100px;
  position: relative;
  left: calc((100% - 100px) / 2);
  top: 80px;
}

.service-flex-text1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.service-flex-text2 {
  font-size: 16px;
  margin-bottom: 20px;
}

.service-flex-text3 a {
  background-color: #5155a5;
  color: #fff;
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 30px;
  text-decoration: none;
}

.all-services-btn a {
  font-size: 22px;
  text-decoration: underline;
  color: #5155a5;
}

/*new layout css*/
.redirect {
  height: 100vh !important;
}

.head1 {
  font-size: 45px;
  font-weight: 800;
}

.redirect-text {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 15px;
  border-radius: 6px;
}

.redirect-text-connect {
  font-size: 18px;
  background-color: rgb(102 159 106);
  border: 3px solid #adc37e;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
}

.login-footer1 {
  margin-top: 300px;
}

.head1-text {
  font-size: 20px;
}

.layout-head1 {
  font-size: 25px;
  font-weight: 800;
}

.layout-head1-text {
  font-size: 20px;
}

.layout-head1-text span {
  color: #669f6a;
  font-weight: 500;
}

.range-bg {}

.new-layout {
  width: 100%;
  position: relative;
  background-color: #c0e6ba;
  height: 100%;
  padding: 70px 0;
}

.head1 {
  font-size: 45px;
  font-weight: 800;
}

.head1-text {
  font-size: 20px;
}

.layout-head1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.layout-head1-text {
  font-size: 18px;
  margin-bottom: 0.75rem;
}

.layout-head1-text span {
  color: #669f6a;
  font-weight: 500;
}

.new-layout2 .top-2 {}

.new-layout2 a:hover {}

.new-layout form {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.new-layout2 input[type="text"] {
  background-color: #ecf8ea;
  border: 0;
  font-size: 16px;
  text-align: left;
  width: 100%;
  border-radius: 50px;
  color: #669f6a;
  padding: 3px 12px;
  margin-bottom: 0px;
  font-weight: 500;
  height: 32px;
}

.new-layout2 input[type="text"]:focus {
  text-decoration: none;
  outline: none;
}

.lablel-top {}

.range-new {}

.range-new1 {
  margin-bottom: 20px !important;
}

.new-layout input[type="text"].inputBox {
  float: right;
  background: transparent;
  border-radius: 50px;
  padding: 3px 12px;
  border: 1px solid #639966;
  width: 115px;
  color: #669f6a;
  height: 32px;
  margin-bottom: 0px;
}

.new-layout2 select,
.new-layout2 select option {
  background-color: #ecf9ea;
  border: 0;
  font-size: 16px;
  text-align: left;
  height: 32px;
  width: 100%;
  font-weight: 500;
  border-radius: 50px;
  color: #669f6a;
  padding: 3px 12px;
  margin-bottom: 0px;
}

.new-layout2 select option {
  font: -moz-pull-down-menu;
}

.new-layout2 select:focus {
  text-decoration: none;
  outline: none;
}

@supports (-moz-appearance: none) {
  .colors {
    outline: none;
  }

  .colors::-moz-range-progress {
    height: 40px;
    background: #669f6a;
  }

  .colors::-moz-range-track {
    height: 40px;
    background: #e2e2ea;
  }

  /* high value color */
  .colors::-moz-range-thumb {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #adc37e;
    margin-bottom: 10px;
  }
}

/* Chrome */
@supports (-webkit-appearance: none) {
  .colors {
    -webkit-appearance: none;
    background: #d0e1d1;
    height: 10px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    line-height: 1.4;
    margin: 20px 0 0 0;
  }

  /* high value color */
  .colors::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    background: #adc37e;
    border-radius: 10px;
    box-shadow: -340px 0 0 340px #669f6a;
  }
}

.chf-left {}

.new-layout2 button[type="button"] {
  font-size: 18px;
  background-color: #669f6a;
  color: #fff;
  padding: 4px 15px;
  border-radius: 5px;
  float: right;
  border: 0;
  margin-top: 20px;
}

.new-layout2 button[type="button"]:hover {
  background-color: #57965c;
}

.range1 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.new-layout2 label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #669f6a;
}

.lab1 {
  color: #18191f !important;
  margin-bottom: 0.85rem !important;
}

.new-layout2 span {
  font-weight: 500;
  float: right;
}

.new-layout2 span i {
  color: #669f6a;
  font-size: 18px;
}

[data-title] {
  outline: none;
  /*optional styling*/
  position: static;
  cursor: pointer;
  float: right;
}

[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  display: inline-block;
  padding: 10px;
  background: #f8f9f2;
  font-size: 16px;
  right: 25px;
  width: 630px;
  line-height: 1.4;
  z-index: 999;
  white-space: pre-line;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  border-radius: 10px;
}

.title3[data-title]:hover::after {
  width: 460px;
}

.flaticon-information-button {
  color: #669f6a;
  font-size: 18px;
}

.range11 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.new-layout2 hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #669f6a;
}

/*new layout css end*/
.subscribe_form_wrapper {
  text-align: center;
}

.subscribe-title-home {
  font-weight: 800;
  line-height: 1.2;
}

.subscribe_form_wrapper .form-group {
  margin: 0px;
}

.subscribe-title-text {
  font-size: 22px;
  margin-bottom: 50px;
  font-weight: 500;
}


.subscribe_form_wrapper input::-webkit-input-placeholder {
  color: #18191f;
}

.subscribe_form_wrapper input::-moz-placeholder {
  color: #18191f;
}

.subscribe_form_wrapper input:-ms-input-placeholder {
  color: #18191f;
}

.subscribe_form_wrapper input:-moz-placeholder {
  color: #18191f;
}

.subscribe_form_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #f4f5f8;
}

.foot-line {
  width: 100%;
  margin: 0;
  background: #262262;
  padding: 10px 0px !important;
  text-align: center;
}

/*........................subscribeform...................*/
footer .img-app-size {
  width: 130px;
  height: auto;
}

footer {}

.icon-4 {
  display: block;
  position: relative;
  width: 220px;
  height: 35px;
  left: calc((100% - 220px) / 2);
}

.footer-contact-info {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  padding: 30px 0px 0px;
}

.footer-contact-info a {
  margin: 0 25px;
  display: inline-block;
  color: #000;
  font-size: 18px;
}

.cont2 {
  font-size: 19px;
  line-height: 1.9;
  color: #672d79;
  margin-bottom: 6px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
}

.f-location-list {
  text-align: center !important;
  color: #262262;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

a.btn.dropdown-toggle {
  width: 100%;
  border-bottom: 2px solid #262262;
  color: #262262;
  border-radius: 0;
  margin-bottom: 0px;
  font-weight: 600;
}

.foot-social {
  float: right;
}

.foot-social ul.social {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

.foot-social ul.social>li {
  display: inline-block;
}

.foot-social ul.social>li>a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #ddf2da;
  color: #669f6a;
  margin-right: 6px;
}

.foot-social ul.social>li>a:hover {
  background-color: #ddf2da;
}

.navbar-toggler {
  color: #383838;
}

.navbar-toggler:focus {
  outline: none;
}

a.btn.dropdown-toggle:focus {
  box-shadow: none;
}

.social-icon-section .add-icon {
  top: 4px;
  right: -135px;
}

i.flaticon-download {
  font-size: 14px;
  margin-left: 4px;
}

footer.footer {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  padding: 35px 0;
}

.subscribe-title {
  font-size: 27px;
  color: #672d79;
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 20px;
  text-align: left;
}

.subscribe-section-design input {
  background-color: transparent;
  border: 1px solid #672d79;
  padding: 4px 20px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  font-weight: 600;
}

.subscribe-section-design {
  text-align: left;
}

.subscribe-button-footer {
  background-color: transparent;
  color: #672d79;
  border: 0px;
  font-size: 19px;
  text-decoration: underline;
  font-weight: 700;
  box-shadow: none;
}

.sv-powered-by {
  color: #18191f;
  font-size: 20px;
}

.subscribe-title-home {
  font-size: 45px;
}

.subscribe-section-design input::-webkit-input-placeholder {
  color: #672d79;
}

.subscribe-section-design input::-moz-placeholder {
  color: #672d79;
}

.subscribe-section-design input:-ms-input-placeholder {
  color: #672d79;
}

.subscribe-section-design input:-moz-placeholder {
  color: #672d79;
}

.subscribe_form_wrapper .form-group {
  margin: 0px;
}

.subscribe_form_wrapper input {}

.subscribe_form_wrapper input {
  background-color: #f4f5f8;
  border: 0;
  font-size: 14px;
  color: #18191f;
  text-align: center;
  font-weight: 400;
  border-radius: 5px 0 0px 5px;
  text-align: left;
  height: 45px;
  width: 275px;
}

select#Anrede {
  background-color: #f4f5f8;
  border: 0;
  height: 45px;
  border-radius: 5px 0px 0px 5px;
  outline: none;
  width: 85px;
  padding: 0.375rem 0.75rem;
  color: #18191f;
  font-size: 14px;
}

select#Anrede option {
  font: -moz-pull-down-menu;
  font-size: inherit !important;
  font-weight: 400 !important;
}

select#Anrede:focus {
  text-decoration: none;
  outline: none;
}

.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: none;
  border: 1px solid #ced4da;
}

.contact-form .form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #669f6a !important;
  background-image: url(../lg-images/check.svg) !important;
}

.contact-form .form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #669f6a !important;
  box-shadow: none !important;
}

.contact-form .custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #669f6a !important;
  background-color: #669f6a !important;
  box-shadow: none !important;
}

.contact-form .custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #669f6a !important;
}

.contact-form .custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: inherit !important;
}

.contact-form .form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}

.subscribe_form_wrapper button {
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  box-shadow: none;
  font-size: 14px;
  background: #669f6a;
  outline: none;
  border: 0;
  height: 45px;
  width: 150px;
  font-weight: 600;
}

.subscribe_form_wrapper button:hover {
  background-color: #57965c;
}

.subscribe_form_wrapper button:focus {
  outline: 0;
  box-shadow: none;
}

.footer-top2 {
  padding: 40px 0 0 0;
}

.footer-nav-link {
  padding: 35px 0;
  text-align: center;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  display: inline-flex;
}

.ft-heading-1 {
  font-size: 50px;
  color: #262262;
  font-weight: 800;
}

.cont1 {
  font-size: 16px;
  color: #262262;
  margin: 6px 0px;
  font-weight: bold;
  line-height: 1.7;
}

.footer-nav-link ul li a {
  color: #555555;
  font-size: 18px;
  padding-right: 20px;
}

.footer-nav-link a:hover {
  color: #555555;
}

hr.footer-style {
  width: 1170px;
  left: calc((100% - 1170px) / 2);
  position: relative;
  margin: 50px 0px 0px;
  border: 2px solid #524135;
}

.fttop {
  width: 100%;
  margin: 0px auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.ft1 a {
  font-size: 16px;
  color: #262262;
  font-weight: bold;
}

.ft2 a {
  font-size: 19px;
  color: #fff;
  font-weight: normal;
}

.ft3 {
  font-size: 19px;
  color: #262262;
  font-weight: normal;
}

.social-icon-section {
  display: inline-block;
}

.f-location-list .dropdown-menu.show a {
  color: #262262 !important;
}

/*table*/
.rwd-table [data-title] {
  outline: none;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  float: none;
}

.rwd-table [data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  display: inline-block;
  padding: 8px;
  background: #fff;
  font-size: 13px;
  left: -50px;
  width: 170px;
  line-height: 1.3;
  z-index: 999;
  color: #333;
  font-weight: normal;
  top: 42px;
  white-space: pre-line;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  border-radius: 10px;
}

.rwd-table i {
  color: #ed2121;
}

.rwd-table a {
  cursor: pointer;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #669f6a;
  color: #fff;
  border: 0;
}

.rwd-table tr {
  border-top: 0;
  border-bottom: 1px solid #669f6a;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ddf2da;
}

.rwd-table tr:last-child {
  border-bottom: 0;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 180px;
  display: inline-block;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  overflow: hidden;
}

.rwd-table tr {
  border-color: #669f6a;
  background-color: #ECF7EA;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {}

  .rwd-table td:before {
    display: none;
  }

  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
    text-align: left;
  }

  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
    font-size: 18px;
  }
}

.rwd-table1 {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table1 i {
  color: #ed2121;
  font-size: 12px;
  margin-left: 5px;
}

.rwd-table1 a {
  cursor: pointer;
}

.rwd-table1 tr {
  border-top: 0;
  border-bottom: 1px solid #669f6a;
  background-color: #ECF7EA;
}

.rwd-table1 tr:nth-child(even):not(:first-child) {
  background-color: #ddf2da;
}

.rwd-table1 tr:last-child {
  border-bottom: 0;
}

.rwd-table1 th {
  display: none;
}

.rwd-table1 td {
  display: block;
  font-size: 18px;
}

.rwd-table1 th:first-child,
.rwd-table1 td:first-child {
  text-align: left;
  width: 85%;
}

.rwd-table1 {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.rwd-table1 tr {
  border-color: #669f6a;
}

.rwd-table1 th,
.rwd-table1 td {
  padding: 0.5em 1em;
}

.right-align {
  text-align: right;
  width: 80%;
}

@media screen and (max-width: 601px) {
  .rwd-table1 tr:nth-child(2) {
    border-top: none;
  }
}

@media screen and (min-width: 600px) {
  .rwd-table1 tr:hover:not(:first-child) {}

  .rwd-table1 td:before {
    display: none;
  }

  .rwd-table1 th,
  .rwd-table1 td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }

  .rwd-table1 th:first-child,
  .rwd-table1 td:first-child {
    padding-left: 0;
  }

  .rwd-table1 th:last-child,
  .rwd-table1 td:last-child {
    padding-right: 0;
  }

  .rwd-table1 th,
  .rwd-table1 td {
    padding: 1em !important;
  }
}

.rwd-table1 td:last-child span {
  margin-right: 2rem;
}

/*....................footer................*/
.footer-logo {}

.header .social-icon-section {
  margin: 0;
  display: inline-block;
  float: right;
  position: relative;
  top: 0px;
}

.header .social-icon-section a {
  color: #fff;
  margin-right: 5px !important;
  display: inline-block;
  font-size: 20px;
}

.header .social-icon-section a:hover {
  color: #fff;
}

.header .social-icon-section .add-icon {
  top: 32px;
  right: 0px;
  color: #fff;
  border: 1px solid #fff;
}

.header .social-icon-section {
  font-size: 30px;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  border: none;
  position: absolute;
  right: 50px;
  top: 25%;
}

.social-icon-section a {
  font-size: 16px;
  color: #2b9962;
  display: inline-block;
  background-color: #e3eee9;
  border-radius: 50%;
  line-height: 1.6;
}

.social-icon-section a:hover {
  color: #2b9962;
}

.f-location-list .dropdown-menu.show a {
  color: #fff !important;
}

#flexbookeriframe {
  border: none;
}

#widgetHeader {
  background-color: #669f6a !important;
  color: #ffffff;
}

.learnmorelogo {
  width: 200px;
  height: 30px;
  margin-bottom: 20px;
}

.wide-101 .holder1 {
  padding: 0;
  text-align: center;
}

.wide-100 .form-group {
  margin-bottom: 0.5rem;
}

.wide-100 .form-group span {
  color: #ff0000;
}

.contact-new-form .form-group {
  margin-bottom: 1rem;
}

.wide-100 .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #669f6a;
  background-color: #669f6a;
  box-shadow: none;
}

.heading-contact {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: left;
}

.heading-address {
  font-size: 45px;
  font-weight: 800;
  padding-bottom: 60px;
}

.address-holder p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.7;
}

.address-holder2 {
  padding: 10px;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.lift:hover {}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: auto;
}

.head11 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: .5rem;
  display: table-row;
}

.head11:before {
  content: "\f116";
  font-family: flaticon !important;
  padding-right: 6px;
  color: #669f6a;
  display: table-cell;
  font-size: 18px;
}

.contact-form .btn-blue,
.white-color .btn-blue {
  padding: 6px 22px;
}

.file-input {
  display: inline-block;
  text-align: left;
  padding: 0;
  width: 100%;
  position: relative;
  border-radius: 0;
  border: 0;
}

.file-input>[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input .button {
  display: inline-block;
  cursor: pointer;
  background: #aec47e;
  padding: 12px 26px;
  border-radius: 50px;
  margin-right: 8px;
  color: #fff !important;
  font-size: 18px;
}

.file-input:hover .button {
  background: #aec47e;
  color: #fff;
}

.file-input .label {
  white-space: nowrap;
  color: #18191f !important;
  font-size: 18px;
}

.legal-pdf ul {
  list-style: none;
  padding: 0;
}

.legal-pdf ul>li>a {
  font-size: 18px;
  line-height: 1.7;
}

.legal-pdf i {
  color: #ed2121;
  font-size: 12px;
  margin-left: 6px;
}

/*-------------------------------------------about--------------------------------------------*/
.slider2 .carousel-caption {
  text-align: left;
  right: 0;
  left: 0;
  padding: 10rem 0 0 0;
  color: #18191f;
}

.slider2 .carousel-caption h1 {
  font-size: 45px;
  font-weight: 800;
}

.slider2 .carousel-caption h2 {
  font-size: 18px;
  line-height: 1.4;
}

.wide-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wide-101 {
  padding-bottom: 80px;
}

p {
  font-size: 18px;
  margin-bottom: .7rem;
}

.heading-new {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 1rem;
}

.btn-blue,
.white-color .btn-blue {
  color: #fff;
  background-color: #669f6a;
  border-color: #669f6a;
  outline: none;
  font-size: 18px;
  margin-top: 10px;
}

.blue-hover:hover,
.white-color .blue-hover:hover {
  color: #fff;
  background-color: #57965c;
  border-color: #57965c;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.wide-100 .btn-blue,
.white-color .btn-blue {
  color: #fff;
  background-color: #669f6a;
  border-color: #669f6a;
  outline: none;
  font-size: 18px;
  margin-top: 10px;
}

.wide-100 .blue-hover:hover,
.white-color .blue-hover:hover {
  color: #fff;
  background-color: #57965c;
  border-color: #57965c;
}

.wide-100 .btn.focus,
.wide-101 .btn:focus {
  color: #fff;
  outline: 0;
  box-shadow: none;
}

.heading-new2 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 45px;
}

.heading-new3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}

.holder-next {
  padding: 10px;
  text-align: center;
  border: 1px solid #f5f5f5;
  height: 250px;
}

.holder-next:hover {
  background-image: linear-gradient(to right top,
      #669f6a,
      #629d66,
      #5f9b63,
      #5b985f,
      #57965c);
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.holder-next img {
  height: 50px;
  width: 50px;
}

.before-no p:before {
  display: none;
}

.heading-4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

.holder-new {
  padding: 15px;
  transition: transform 0.65s cubic-bezier(0.05, 0.2, 0.1, 1),
    box-shadow 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
  z-index: 2;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  height: 248px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
}

.holder-new .icon-top {
  margin-top: 2.2rem;
}

.before-no .holder-new1 {
  padding: 15px;
  height: 230px;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
}

.before-no .holder-new1 img {
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
}

.before-no5 .holder-new img {
  height: 60px;
  width: 60px;
  margin-bottom: 15px;
}

.before-no .holder-new3 {
  padding: 15px;
  border: 1px solid #f5f5f5;
  height: 128px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
}

.before-no .holder-new3 i {
  font-size: 14px;
  color: #669f6a;
  margin-right: 4px;
}

.before-no .holder-new3 img {
  height: 40px;
  width: 40px;
  margin-bottom: 15px;
}


.holder22 p {
  margin-left: 25px;
  margin-bottom: 0;
  margin-top: .5rem;
}

.holder22 ul {
  padding-left: 25px;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: .5rem;
}

.holder22 ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}

.holder22 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #18191f;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}


.head11 i {
  font-size: 18px;
  color: #669f6a;
  margin-right: 6px;
}

.new-p p {
  margin-bottom: 2px;
}

.holder22 {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 10px;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
  overflow: hidden;
  position: relative;
}

.holder22 a {
  font-size: 18px;
}

.contact-text-about {
  text-align: center;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  padding: 14px;
  background-color: #fff;
}

.contact-text-about p {
  margin-bottom: 6px;
}

.contact-text-about img {
  height: auto;
  width: 60px;
  margin-bottom: 5px;
}

.about-contact a {
  font-size: 18px;
  margin-top: 0;
}

.head111 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
}

.impressum p {
  margin-bottom: 8px;
}

.next1 .fa.fa-download {
  margin-left: 6px;
  font-size: 16px;
}

/*..................zoho chat.................*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  padding: 7px;
  bottom: 40px;
  right: 40px;
  background-color: transparent;
  border: 3px solid #669f6a;
  border-radius: 50px;
  text-align: center;
}

/*...............................faq...................*/
#full-faq .faq-area.collapse {
  display: none;
}

#full-faq .faq-area.collapse.show {
  display: block !important;
}

#full-faq .faq-area .card {
  border: 0;
  margin: 15px 0;
  overflow: visible;
}

#full-faq .faq-area .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 0;
  background-color: #ddf2da;
}

#full-faq .faq-area .card .card-header h2 button {
  padding: 6px 20px;
  font-weight: 600;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: left;
  color: #18191f;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

#full-faq .faq-area .card .card-header h2 [aria-expanded="true"] span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

#full-faq .faq-area .card .card-header h2 button:focus {
  box-shadow: none;
}

#full-faq .faq-area .card .card-header h2 button span {
  color: #18191f;
}

#full-faq .faq-area .card .card-header.active {
  background-color: #ddf2da;
}

#full-faq .card-body {
  font-size: 18px;
  padding: 20px 0 0 20px;
}

#full-faq .card-body p {
  margin-bottom: 0px;
}

.wide-100 .nav-tabs {
  border: none;
  background-color: #669f6a;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.wide-100 .nav-tabs .nav-link i {
  font-size: 13px;
}

.wide-100 .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  transition: color 0.2s ease-out;
  font-size: 22px;
  padding: 1rem;
  color: #fff;
}

.wide-100 .nav-tabs .nav-link.active {
  background-color: #669f6a;
  color: #fff;
  border-radius: 10px 0 0 10px;
}

.wide-100 .nav-tabs .nav-item {
  margin-bottom: 0;
}

.tabs-dark .nav-link {
  color: #fff;
}

.tabs-light .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.wide-100 .tabs-dark .nav-link:not(.active):hover {
  color: #fff;
}

.wide-100 .tabs-light .nav-link:not(.active):hover {
  color: #fff;
}

.wide-100 .nav-pills .nav-link {
  border-radius: 2px;
  color: #495057;
  transition: color 0.2s ease-out, box-shadow 0.2s;
}

.wide-100 .nav-pills .nav-link:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wide-100 .nav-pills .nav-item {
  margin: 0 5px;
}

.wide-100 .nav-pills.pills-dark .nav-link.active {
  background-color: #343a40 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wide-100 .nav-pills.pills-dark .nav-link:not(.active):hover {
  color: #1d1e22;
}

.wide-100 .tabs-marker .nav-link {
  position: relative;
}

.wide-100 .tabs-marker .nav-link.active .marker {
  height: 30px;
  width: 30px;
  left: 50%;
  bottom: -28px;
  transform: translatex(-50%);
  position: absolute;
  overflow: hidden;
}

.wide-100 .tabs-marker .nav-link.active .marker:after {
  content: "";
  height: 15px;
  width: 15px;
  top: -8px;
  left: 50%;
  transform: rotate(45deg) translatex(-50%);
  transform-origin: left;
  background-color: #669f6a;
  position: absolute;
}

.wide-101 .nav-tabs {
  background-color: #669f6a;
  border: none;
  border-radius: 10px 10px 0 0;
}

.wide-101 .nav-tabs .nav-item {
  margin-bottom: 0;
}

.wide-101 .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  transition: color 0.2s ease-out;
  font-size: 22px;
  color: #fff !important;
  padding: 1rem;
  background-color: #669f6a;
  margin-bottom: 0;
  font-weight: 600;
}

.wide-101 .nav-tabs .nav-link i {
  font-size: 13px;
}

.wide-101 .tabs-dark .nav-link:not(.active):hover {
  color: #aeb0b3;
}

.wide-101 .tabs-light .nav-link:not(.active):hover {
  color: #495057;
}

.wide-101 .nav-pills .nav-link {
  border-radius: 2px;
  color: #495057;
  transition: color 0.2s ease-out, box-shadow 0.2s;
}

.wide-101 .nav-pills .nav-link:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wide-101 .nav-pills .nav-item {
  margin: 0 5px;
}

.wide-101 .nav-pills.pills-dark .nav-link.active {
  background-color: #343a40 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.wide-101 .nav-pills.pills-dark .nav-link:not(.active):hover {
  color: #1d1e22;
}

.wide-101 .tabs-marker .nav-link {
  position: relative;
  color: #fff;
}

.wide-101 .tabs-marker .nav-link.active .marker {
  height: 30px;
  width: 30px;
  left: 50%;
  bottom: -30px;
  transform: translatex(-50%);
  position: absolute;
  overflow: hidden;
}

.wide-101 .tabs-marker .nav-link.active .marker:after {
  content: "";
  height: 15px;
  width: 15px;
  top: -8px;
  left: 50%;
  transform: rotate(45deg) translatex(-50%);
  transform-origin: left;
  background-color: #669f6a;
  position: absolute;
}

.contact-tab iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 10px;
}

.book-2 {
  margin: 30px 0;
}

.contact-tab .nav-tabs {
  box-shadow: none;
  border: none;
}

.contact-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  transition: none;
}

.contact-tab .nav-pills .nav-link {
  color: #495057;
  transition: color 0.2s ease-out, box-shadow 0.2s;
}

.contact-tab .nav-pills .nav-link:hover {
  box-shadow: none;
}

.contact-tab .nav-pills .nav-item {
  margin: 0 5px;
}

.contact-tab .nav-pills.pills-dark .nav-link.active {
  background-color: none;
  box-shadow: none;
}

.contact-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: inherit;
  background-color: none;
}

.readmore_btn,
.readmore_btn:hover {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  font-weight: 600;
}

.readmore_btn {
  z-index: 1;
  width: fit-content;
  transition: all 0.35s linear;
  width: max-content;
}

.readmore_btn:hover,
.readmore_btn.text-dark:hover {
  color: #fff !important;
}

.readmore_btn:hover {
  transform: translate(-19px, 0);
  padding-left: 2rem;
}

.readmore_btn:after {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #669f6a;
  position: absolute;
  top: 50%;
  right: -35%;
  transform: translate(0, -50%);
  box-shadow: -5px 0px 0px 0px #adc37e;
  transition: all 0.35s linear;
  z-index: -1;
}

.readmore_btn:hover:after {
  content: "";
  width: 100%;
  height: 32px;
  right: -13%;
  background-color: #669f6a;
  position: absolute;
  /* transform: translate(0,-50%); */
  box-shadow: -5px 0px 0px 0px #adc37e;
  border-radius: 1.5rem;
}

.readmore_btn1 {
  margin-top: 40px;
}

.readmore_btn2,
.readmore_btn2:hover {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  font-weight: 600;
}

.readmore_btn2 {
  z-index: 1;
  width: fit-content;
  transition: all 0.35s linear;
  width: max-content;
}

.readmore_btn2:hover,
.readmore_btn2.text-dark:hover {
  color: #fff !important;
}

.readmore_btn2:hover {
  transform: translate(-19px, 0);
  padding-left: 3rem;
}

.readmore_btn2:after {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #669f6a;
  position: absolute;
  top: 50%;
  right: -30%;
  transform: translate(0, -50%);
  box-shadow: -5px 0px 0px 0px #adc37e;
  transition: all 0.35s linear;
  z-index: -1;
}

.readmore_btn2:hover:after {
  content: "";
  width: 100%;
  height: 32px;
  right: -10%;
  background-color: #669f6a;
  position: absolute;
  /* transform: translate(0,-50%); */
  box-shadow: -5px 0px 0px 0px #adc37e;
  border-radius: 1.5rem;
}

.sr-icon {
  color: #fff;
  position: relative;
  background-color: #669f6a;
  border-radius: 50%;
  z-index: 1;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sr-icon:after {
  content: "";
  height: 80px;
  width: 80px;
  border: 3px solid #adc37e;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*...............................404 page...................*/
.wrapper-404 {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.wrapper-404 .landing-page {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper-404 img {
  margin: 0 0 15px;
  width: 500px;
  height: 375px;
}

.wrapper-404 h1 {
  font-size: 45px;
  margin: 0;
  font-weight: 800;
}

.wrapper-404 p {
  font-size: 18px;
  width: 35%;
  margin: 16px auto 24px;
  text-align: center;
}

.wrapper-404 button {
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  cursor: pointer;
  background: #669f6a;
  color: #fff;
  border: none;
  box-shadow: 0 4px 8px 0 #ccc;
}

/*---------about----------------*/
/*------------------------------------------login connect---------------------------------------------------*/
.login-connect {
  background: url(../lg-images/login-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
}

.login-connect .card-title {
  font-size: 45px;
  font-weight: 800;
}

#password-Field {
  position: relative;
}

#show-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  z-index: 10000;
}

.login-connect .form-group {
  margin-bottom: 1.2rem;
}

.login-connect .card-body {
  border: 1px solid #f9f9f9;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
  background-color: #f9f9f9;
  padding: 15px;
}

.login-connect .form-group .form-control {
  height: 55px;
  font-size: 18px;
  color: #474a57;
  background: transparent;
  border-bottom: 0.12rem solid #474a57;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  padding: 0px 0px;
}

.login-connect select option {
  font: -moz-pull-down-menu;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.login-connect .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #474a57;
  background-color: transparent;
}

.login-connect .form-group i {
  color: #474a57;
}

.login-connect .form-group button.btn.btn-primary.btn-block {
  color: #fff;
  background-color: #669f6a;
  border-color: #669f6a;
  outline: none;
  font-size: 18px;
}

.login-connect .form-group .font-color {
  color: #474a57;
}

.login-connect .form-group button.btn.btn-primary.btn-block:hover {
  background-color: #57965c;
  border-color: #57965c;
}

.login-connect .form-group button.btn.btn-primary.btn-block:focus {
  box-shadow: none;
}

.login-connect .login-footer ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-connect .signup {
  margin-left: 6px;
  color: #669f6a;
}

.login-connect .forgot-password {
  color: #669f6a;
  font-size: 18px;
}

.login-connect .term {
  color: #669f6a;
}

.login-connect .login-footer ul {
  padding: 0px;
  margin: 0px;
}

.login-connect .login-footer ul li {
  margin: 0 15px;
  list-style: none;
}

.login-connect .login-footer ul li a {
  font-size: 18px;
}

.login-connect .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  margin-left: 6px;
}

.login-connect .login-img {
  margin-top: 100px;
}

.login-connect select option {
  color: black;
}

.iframe-connect {
  height: 650px;
  width: 99%;
  border: none;
}

.blog-page .blog-bg {
  min-height: 400px;
  background-image: url(../lg-images/bg1.png);
  background-position: center;
  background-size: cover;
}

.blog-page .blog-bg1 {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.blog-page .head-blog {
  background-color: #18191f;
  font-size: 22px;
}

.blog-page .head-blog1 {
  color: #18191f;
  font-size: 22px;
  font-weight: 600;
}

.blog-page .head-blog3 {
  color: #18191f;
  font-size: 22px;
  font-weight: 800;
  text-transform: inherit !important;
}

.blog-page .head-blog4 {
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
}

.blog-page .head-blog6 {
  font-size: 18px;
  font-weight: 600;
}

.wide-101 #demo .carousel-item {
  height: 300px;
}

#demo.carousel {
  height: 300px;
}

.about-height {
  height: 96px;
}

.introduce {
  height: 300px;
  background-color: white;
  border-bottom: 4px solid #669f6a;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.introduce:hover {
  border-bottom: 4px solid #adc37e;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.flex-column-1 {
  height: 60%;
  width: 100%;
}

.flex-column-2 {
  height: 30%;
  width: 100%;
  align-items: center;
}

.pic {
  height: 70px;
  width: 70px;
  /*  margin-left: 20px;*/
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.introduce:hover .pic {
  transform: scale(1.1);
}

/*-----------board of directors-------------------*/
.panel .pad {
  padding: 0 15px;
}

.panel.flip .action {
  display: none;
}

.panel {
  width: 100%;
  height: 240px;
  position: relative;
  display: inline-block;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  text-align: left;
}

.panel .front {
  z-index: 900;
  width: inherit;
  height: inherit;
  padding: 15px;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateX(0deg) rotateY(0deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  -ms-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.panel .back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  width: inherit;
  height: inherit;
  border: 1px solid #18191f;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  -ms-transform: rotateY(-180deg);
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px;
}

.panel.flip .back {
  z-index: 1000;
  background: #fff;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}

.heading-new27 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 45px;
}

.frontLogo {
  width: 100%;
  height: 135px;
  background-repeat: no-repeat;
  /* background-position:center center; */
}

.isas {
  background-image: url("../lg-images/avtar1.png");
  background-size: 120px 124px;
}

.boisedigital {
  background-image: url("../lg-images/avtar1.png");
  background-size: 120px 124px;
}

.dissolve {
  background-image: url("../lg-images/avtar1.png");
  background-size: 120px 124px;
}

.frontLocation .ceo {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

.frontLocation .ceo-desig {
  font-size: 14px;
  margin-bottom: 0px;
}

.backTitle {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.backParagraph {
  padding-top: 0;
  font-size: 14px;
}

.backGoto {
  padding-top: 0;
  font-size: 11px;
  margin-top: 5px;
}

.backGoto a {
  text-decoration: none;
  color: #06f;
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.backGoto a:hover {
  padding-left: 15px;
}

.range-new1 {
  margin-bottom: 10px;
}

#paginationUL {
  margin-top: 60px;
  margin-bottom: 0px;
}

#paginationUL .page-link:focus {
  box-shadow: none;
}

.blog-page img {
  max-width: 100%;
  height: auto;
}

.holder22.about-height1 p {
  margin-bottom: 0px;
}

/*cookies consent*/
.cookie-alert {
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  padding: 1rem;
  background: #fff;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  bottom: 10%;
  left: 6%;
  margin: auto;
  max-width: 700px;
  display: none;
  border-radius: 10px;
  flex-direction: inherit;
}

.cookie-msg p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.cookie-alert a {
  display: inline-block;
  color: #669f6a;
  text-decoration: none;
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
}

.cookie-alert.show {
  position: fixed;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
  display: block;
}

a.accept-button-color {
  border: 0;
  line-height: 0;
  padding: 20px 52px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #669f6a;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

a.accept-button-color:hover {
  background-color: #5ca362;
}

.promo9 {
  position: absolute;
  top: 80px;
  transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  white-space: nowrap;
}

.promo2 {
  width: 200px;
  height: auto !important;
}

.promo-holder {
  position: absolute;
  text-align: center;
  top: 16px;
  color: #fff;
  padding: 25px;
  width: 200px;
}

.promo-holder p {
  font-size: 16px;
  margin-bottom: 0;
}

.promo-holder .border-promo {
  height: 2px;
  margin: 8px 0 8px 0;
  background-color: #f4d792;
}

.promo-holder p span {
  font-weight: 800;
}

.range2 img {
  width: 85px;
  margin-bottom: 10px;
}

.range2 {
  text-align: center;
  display: flex;
}

.top-2 .flaticon-information-button {
  color: #669f6a;
  font-size: 12px;
  margin-left: 5px;
}

.top-2 [data-title] {
  position: relative;
  cursor: pointer;
}

.top-2 [data-title]:hover::before {
  content: attr(data-title);
  position: absolute;
  bottom: -48px;
  left: -80px;
  padding: 6px;
  background: #669f6a;
  color: #fff;
  font-size: 13px;
  border-radius: 0.2rem;
  width: 250px;
  line-height: 1.5;
  z-index: 1;
  text-align: left;
}

.top-2 [data-title]:hover::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 4px;
  border: 8px solid transparent;
  border-bottom: 8px solid #669f6a;
  background: none;
  padding: 0;
  width: auto;
}

.top-2 span {
  float: none;
}

.range2 span {
  color: #669f6a;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
}

.range2 .head-cal {
  font-weight: 500;
}

.top-3 [data-title]:hover::before {
  bottom: -50px;
  left: -80px;
  width: 160px;
}

.wide-101 .holder1 img {
  height: 100px;
  width: 100px;
}

/*--------------partner page-----------*/
.partners hr {
  margin: 2rem 0;
}

.partner-holder:last-child {
  margin-bottom: 0;
  border: 0;
}

.partner-holder2 {
  margin-bottom: 50px;
}

.partner-item {
  position: relative;
  float: left;
  width: 100%;
  height: 250px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}

.partner-holder h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.partner-holder .btn-blue,
.white-color .btn-blue {
  margin-top: 20px;
}

.partner-holder h3 {
  /*font-size: 22px;
color: #669f6a;
margin-bottom: 15px;
line-height: 1.4;*/
  display: none;
}

.testimonial {
  padding: 20px 15px 20px 50px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#testimonial-slider .btn-blue,
.white-color .btn-blue {
  position: absolute;
  bottom: 25px;
}

.testimonial .pic {
  display: block;
  width: 200px;
  height: auto !important;
  position: static;
  margin-bottom: 20px;
  /* margin-left: 0; */
  transition: unset;
}

.testimonial .pic img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.testimonial .description {
  margin-bottom: 20px;
}

.testimonial .title {
  display: inline-block;
  font-size: 26px;
  margin: 0;
  margin-bottom: 20px;
}

.top-99 {
  margin-top: 10px !important;
}

.owl-theme .owl-controls .owl-page span {
  background: #afccaf !important;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #669f6a !important;
  border-color: #669f6a;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    height: auto;
  }

  .testimonial .pic {
    display: block;
    position: static;
    margin-left: 0;
  }
}

/*-------------------new blog page---------------*/
.blog-new-link {
  position: absolute;
  background: #ed743e;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  color: #fff;
  bottom: 12%;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 50px;
  padding: 9px 32px;
  height: 40px;
}

.blog-new-link-home {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  color: #fff;
  bottom: 10%;
  margin-left: 12px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 4px;
  padding: 6px 20px;
}

.input-group {
  margin-bottom: 1.5rem;
}

.input-group .input-search {
  box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 8%);
  border: 1px solid #1291c4;
  background: #f1f9fd;
  height: 45px;
}

.input-group .input-search:focus {
  box-shadow: none;
  border-color: #1291c4;
  background: #f1f9fd;
}

.input-group .btn-search {
  background: #1291c4;
  border-color: #1291c4;
  color: #fff;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.input-group .btn-search:focus {
  box-shadow: none;
}

.input-group .btn-search i {
  color: #fff;
}

/** Just some styling to make it more readable. */
.filter {
  margin: 0 0 1rem 0;
}

.active-filter {
  margin: 1rem 0;
}

.slick {
  width: 100%;
}

.slick .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#name {
  background-image: url("/css/searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myslides {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myslides li a {
  display: block;
}

.slick .slick-prev {
  background: none;
  left: 0;
}

.slick .slick-next {
  background: none;
  right: 0;
}

.slick .slide {
  transition: filter 0.4s;
  margin: 0px 15px;
  margin-bottom: 1rem !important;
}

.slick .slick-next:before,
.slick .slick-prev:before {
  font-size: 22px;
  opacity: 1;
}

.slick .slick-next:before {
  content: "\F285";
  font-family: bootstrap-icons;
}

.slick .slick-prev:before {
  content: "\F284";
  font-family: bootstrap-icons;
}

.slick .slick-next,
.slick .slick-prev {
  height: 42px;
  width: 42px;
  background: #669f6a;
  opacity: 1;
  border-radius: 50%;
  z-index: 1;
  top: 20%;
}

.slick .slick-next:hover,
.slick .slick-prev:hover {
  background: #669f6a;
}

.slick .slick-next:focus,
.slick .slick-prev:focus {
  background: #669f6a;
}

.slick .slide {
  border-radius: 10px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
}

.slick .slide .mhn-img {
  min-height: 200px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #c2e6ba no-repeat center / cover;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.slick .slide .mhn-text {
  padding: 12px;
}

.slick .slide .mhn-text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.slick .slide .mhn-text p {
  height: 154px;
  font-size: 16px;
  margin-bottom: 0;
}

.slick .slide .mhn-text p.blog-set {
  color: #669f6a;
  height: auto;
}

.slick .slide .mhn-text .blog-set i {
  margin-right: 6px;
}

.slick .slide a.blog-new-link {
  position: absolute;
  color: #fff;
  background-color: #c0c44b;
  top: 30%;
  left: 6%;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 20px;
}

.blog-link-holder {
  height: 90px;
}

.blog-link {
  font-size: 20px;
  font-weight: 600;
}

.blog-link:hover {
  color: #18191f;
}

.search-box {
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  border: 0;
  height: 45px;
  padding: 0 20px;
  border-radius: 50px;
  outline: none;
  font-size: 16px;
}

.search-box .icon {
  color: #fff;
  float: right;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #669f6a;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
  text-decoration: none;
  line-height: 0;
  font-size: 17px;
  margin-top: 5px;
}

.search-box input {
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  transition: 0.5s ease;
  line-height: 45px;
  caret-color: #669f6a;
  padding-left: 3rem;
}

/*-------default blog-----------*/
.mhn-inner {
  border-radius: 6px;
  background: transparent;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.mhn-inner .mhn-img {
  min-height: 200px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
  position: relative;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.mhn-inner .mhn-text {
  padding: 12px;
  margin-bottom: 1rem;
}

.mhn-inner .mhn-text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mhn-inner .mhn-text p {
  font-size: 16px;
}

.mhn-inner .mhn-text p.blog-set {
  color: #669f6a;
}

.mhn-inner .mhn-text .blog-set i {
  margin-right: 6px;
}

.mhn-inner a.blog-new-link {
  position: absolute;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  top: 30%;
  left: 6%;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 20px;
}

.mhn-inner .blog-link-holder {
  margin-bottom: 10px;
}

.mhn-inner .blog-link {
  font-size: 22px;
  font-weight: 600;
  color: #18191f;
}

.mhn-inner .blog-link:hover {
  color: #18191f;
}

.blog-default {
  background-color: #f8f8f8;
  padding: 40px 0;
}

/*-----------mobile only blog carousel-------------*/
.mySlider {
  position: relative;
}

.mySlider .slick-dots {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  margin: 0px;
  bottom: -45px;
  list-style: none;
}

.mySlider .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.mySlider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 100%;
  background-color: #a9d1ac;
  text-indent: -999999px;
}

.mySlider .slick-dots li.slick-active button {
  background-color: #669f6a;
}

.filter-group .select2-container--default .select2-selection--single {
  background: #ffffff;
  border: 0;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  color: #18191f;
  height: 45px;
  border-radius: 50px;
  padding: 0 20px;
  text-align: left;
  font-size: 18px;
}

.filter-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #18191f;
  line-height: 44px;
  padding: 0;
}

.filter-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #669f6a;
  transition: 0.4s;
  top: 5px;
  right: 1.2rem;
}

.filter-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 8px 6px 0 6px;
  margin-left: -6px;
  margin-top: -3px;
}

.filter-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 6px 8px 6px;
  margin-top: -4px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #669f6a !important;
  border-radius: 50px !important;
  outline: none !important;
  padding: 8px !important;
  caret-color: #669f6a;
}

.select2-dropdown {
  border: 0 !important;
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-results__group {
  padding: 0.475rem 1.1rem !important;
  font-weight: 600 !important;
  border-bottom: 2px solid !important;
  font-size: 18px !important;
}

.select2-results__options {
  font-size: 16px !important;
  max-height: 250px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #18191f !important;
}

.select2-container--default .select2-results__option .select2-results__option {
  background: #ECF7EA !important;
  padding: 10px;
  font-size: 16px;
}

.select2-container--default .select2-results__option .select2-results__option:nth-child(even) {
  background: #F6FBF5 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddf2da !important;
  padding: 10px;
  font-size: 16px;
}

.select2-container--default .select2-results__option[aria-selected="true"]:nth-child(even) {
  background-color: #c2e6ba !important;
}

.blog-fixed-search {
  position: absolute;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 44px;
}

input#slidename::-webkit-input-placeholder {
  color: #495057;
}

input#slidename::-moz-placeholder {
  color: #495057;
}

input#slidename:-ms-placeholder {
  color: #495057;
}

input#slidename:focus {
  transition: 0.35s ease;
}

input#slidename:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#slidename:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#slidename:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.product-heading-blog {
  font-size: 40px;
  color: #152036;
  font-weight: 700;
  line-height: 1.2;
}

.blog_head2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.3;
}

.fund_img {
  float: left;
  width: 40%;
  padding: 0 1.5rem 0 0;
}

.fund_img img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.mhn-inner .mhn-text .blog-desc-height {
  height: 120px;
}

.slick .slide .mhn-text .blog-desc-height {
  height: 120px;
}

/*-------------------blogs page end----------------------*/
/*------------------------new media page------------------------------*/
.media-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.media-flex .btn-blue {
  font-size: 16px;
  padding: 5px 18px;
  margin-top: 0;
}

.media-flex .btn-blue:first-child {
  margin-right: 1.5rem;
}

.slick .slide .mhn-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 36px;
}

.slick .slide .libertygreen-press {
  position: absolute;
  top: 65%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  color: #18191f;
  font-size: 18px;
  font-weight: 600;
}

.slick .slide .mhn-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #18191f;
}

/*------------------------new media page end------------------------------*/
#pimcore_video_libertyVideo iframe,
#pimcore_video_libertyVideo video {
  border-radius: 0.5rem;
}

/*------------------------------------------media---------------------------------------------------*/
#HomeCarousel .carousel-indicators {
  bottom: 20px;
}

#HomeCarousel .carousel-control-prev,
#HomeCarousel .carousel-control-next {
  width: 10%;
}

#HomeCarousel .carousel-control-next-icon,
#HomeCarousel .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .mobile-view {
  display: none !important;
}

/*------------------------------------------Contact new tab---------------------------------------------------*/
.contact-new-tab {
  display: none;
}

.contact-tab-active {
  display: block;
}

.contact-new-mobile-tab {
  display: none;
}

.contact-tab-mobile-active {
  display: block;
}

.contact-new-tab-btn {
  margin: 1rem 0 0 0;
}

.contact-height-new {
  height: 290px;
}

.tab-location-headquaters {
  margin-top: 30px;
  text-align: left;
}

.tab-location-headquaters h5 {
  font-size: 22px;
  margin-bottom: 1.5rem;
}

.tab-location-headquaters p {
  margin-bottom: 1.5rem;
}

.tab-location-headquaters span {
  font-weight: 700;
  margin-right: 0.75rem;
}

.tab-location-headquaters img {
  border-radius: 10px;
  float: right;
}

/*------------------------------------------Contact new tab end---------------------------------------------------*/
/*------------------------------------------Home Page cards---------------------------------------------------*/
.home-cards {
  display: flex;
  flex-flow: row wrap;
}

.home-card-item {
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 1rem;
}

.home-card-footer {
  margin: 0.5rem 0;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media all and (min-width: 37.5em) {
  .home-card-item {
    width: calc(100% / 12 * 6);
  }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media all and (min-width: 66.25em) {
  .home-card-item {
    width: calc(100% / 12 * 4);
  }
}

.home-card-item:first-child {
  padding-left: 0;
}

.home-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  /*background-color: #fff;
-webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);*/
  border-radius: 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.home-card-body img {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}

.home-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.home-card-body p {
  flex: 1 0 auto;
  margin-left: 30px;
}

.home-cards1 {
  display: flex;
  flex-flow: row wrap;
}

.home-card-item1 {
  display: flex;
  width: 100%;
  padding: 0 15px;
}

/* ===== == = === 37.5em (600px) === = == ===== */
@media all and (min-width: 37.5em) {
  .home-card-item1 {
    width: calc(100% / 16 * 8);
  }
}

/* ===== == = === 56.25em (900px) === = == ===== */
@media all and (min-width: 66.25em) {
  .home-card-item1 {
    width: calc(100% / 12 * 4);
  }
}

.home-card-body1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 20px;
  /*background-color: #fff;
-webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);*/
  border-radius: 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.home-card-title1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}

.home-card-body1 p {
  flex: 1 0 auto;
}

.home-cards1 ul {
  padding-left: 1rem;
  font-size: 20px;
  margin-bottom: 0;
}

/*------------------------------------------Home Page cards end---------------------------------------------------*/
/*------------------------------------------Home Page Blog---------------------------------------------------*/
.home-blog-slider {
  width: 98%;
  margin: auto;
}

.home-blog-slider .home-blog-box {
  border-radius: 10px;
  background: #fff;
  text-align: left;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

.home-blog-slider .home-blog-box .mhn-img {
  min-height: 250px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: white;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.home-blog-slider .home-blog-box .mhn-text {
  padding: 20px;
}

.home-blog-slider .home-blog-box .mhn-text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.home-blog-slider .home-blog-box .mhn-text p {}

.home-blog-slider .home-blog-box .blog-desc-height {
  margin-bottom: 30px;
}

.home-blog-slider .home-blog-box .mhn-text p.blog-set {
  color: #669f6a;
}

.home-blog-slider .home-blog-box .mhn-text .blog-set i {
  margin-right: 6px;
}

.home-blog-slider .home-blog-box a.blog-new-link {
  position: absolute;
  color: #fff;
  background-color: #c0c44b;
  top: 30%;
  left: 6%;
  font-size: 14px;
  border-radius: 4px;
  padding: 4px 20px;
}

.home-blog-slider .slick-prev {
  background: none;
  left: 0;
}

.home-blog-slider .slick-next {
  background: none;
  right: 0;
}

.home-blog-slider .home-blog-box {
  transition: filter 0.4s;
  margin: 0px 15px;
  margin-bottom: 1rem !important;
}

.home-blog-slider .slick-next:before,
.home-blog-slider .slick-prev:before {
  font-size: 30px;
  opacity: 1;
}

.home-blog-slider .slick-next:before {
  content: "\F285";
  font-family: bootstrap-icons;
}

.home-blog-slider .slick-prev:before {
  content: "\F284";
  font-family: bootstrap-icons;
}

.home-blog-slider .slick-next,
.home-blog-slider .slick-prev {
  height: 60px;
  width: 60px;
  background: #669f6a;
  opacity: 1;
  border-radius: 50%;
  z-index: 1;
  top: 20%;
}

.home-blog-slider .slick-next:hover,
.home-blog-slider .slick-prev:hover {
  background: #669f6a;
}

.home-blog-slider .slick-next:focus,
.home-blog-slider .slick-prev:focus {
  background: #669f6a;
}

/*------------------------------------------Home Page Blog end---------------------------------------------------*/
/*------------------------------------------Video with new area cards---------------------------------------------------*/
.wide-100 .embed-responsive {
  border-radius: 6px;
}

.home-cards i.flaticon-right-arrow-in-circular-button {
  font-size: 18px;
  color: #669f6a;
  margin-right: 6px;
}

.video-promo {
  flex: 1;
  margin: 0 15px 40px 15px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 6px;
}

.video-promo:first-child {
  margin-left: 0;
}

.video-promo:last-child {
  margin-right: 0;
}

.video-promo iframe {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.video-content-holder {
  padding: 15px;
}

.video-content-holder h2 {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .card-container {
    display: flex;
    flex-wrap: wrap;
  }

  .video-promo {
    flex: 1;
  }
}

/*------------------------------------------Video with new area cards end---------------------------------------------------*/
/*------------download center----------------------*/
.download-center .nav-pills-custom .nav-link {
  color: #18191f;
  background: #fff;
  position: relative;
  font-weight: 600;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 1.25rem;
}

.download-center .nav-pills-custom .nav-link:hover {
  box-shadow: none;
}

.download-center .nav-pills-custom .nav-link.active {
  color: #fff;
  background: #669f6a;
}

.download-center .tab-content {
  background-color: #ddf2da;
  box-shadow: none;
}

.download-center .tab-content .tab-pane {
  padding: 20px;
  height: 400px;
}

.download-center .tab-content .tab-pane::-webkit-scrollbar {
  width: 0.2em;
}

.download-center .tab-content .tab-pane::-webkit-scrollbar,
.download-center .tab-content .tab-pane::-webkit-scrollbar-thumb {
  overflow: visible;
  border-radius: 3px;
}

.download-center .tab-content .tab-pane::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.download-center .tab-content .tab-pane:hover {}

.download-center .tab-content ul {
  padding: 0;
}

.download-center .tab-content ul>li {
  padding: 16px 0;
  list-style: none;
  border-bottom: 1px solid #669f6a;
}

.download-center .tab-content .tab-pane h4 {
  font-size: 26px;
  margin-bottom: 30px;
}

.download-center .tab-content ul>li a {
  font-size: 20px;
}

.download-center .tab-content ul>li a:after {
  content: "\F30A";
  font-family: bootstrap-icons;
  display: inline-block;
  float: right;
  color: #669f6a;
}

.download-center .nav-pills-custom .nav-link::before {
  content: "";
  display: block;
  border-top: 8px solid transparent;
  border-left: 12px solid #669f6a;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  opacity: 0;
}

.download-center .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

/*------------download center end----------------------*/
/*-------video snippet slider-----------------------------*/
.video-promo-single {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
  margin-bottom: 5rem;
}

.video-promo-single iframe {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.video-content-holder-single {
  padding: 15px;
}

.video-content-holder-single h2 {
  font-size: 22px;
  font-weight: 600;
}

.video-posts .owl-carousel .owl-stage {
  display: flex;
  margin-top: 3.5rem;
}

.video-posts .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.video-posts .owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 15px;
}

.video-posts .owl-carousel .caption h4 {
  font-size: 22px;
  font-weight: 600;
}

.video-posts .owl-carousel .caption p {
  flex-grow: 1;
}

.video-posts .owl-carousel .thumbnail {
  margin: 0 10px 10px 10px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
  width: 100%;
}

.video-posts .owl-carousel .thumbnail .video iframe {
  border-radius: 6px 6px 0 0;
  background-color: #fefefe;
  width: 100%;
  height: 350px;
}

.video-posts .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.video-posts .owl-carousel .owl-nav button.owl-next,
.video-posts .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  color: inherit;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  z-index: 100;
}

.video-posts .owl-carousel .owl-nav button.owl-next:focus,
.video-posts .owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.video-posts .owl-theme .owl-prev i,
.video-posts .owl-theme .owl-next i {
  font-size: 16px;
  color: #fff;
  line-height: 2.3;
}

.video-posts .owl-theme .owl-prev {
  left: 91%;
}

.video-posts .owl-theme .owl-next {
  right: 1%;
}

/*-------video snippet slider end-----------------------------*/
/*-------partner carousel dots visibility-----------------------------*/
.testimonial {
  padding: 30px 20px;
  margin: 15px 15px;
}

.testimonial .title {
  font-weight: 600;
}

#testimonial-slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}

#testimonial-slider .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(102, 159, 106, 0.5);
  margin: 0 3px;
}

#testimonial-slider .owl-dots button.owl-dot.active {
  background-color: #669f6a;
}

#testimonial-slider .owl-dots button.owl-dot:focus {
  outline: none;
}

/*-------partner carousel dots visibility end-----------------------------*/
/*-------------------new header video snippet-----------------*/
/*.header2 .navbar .nav-link {
color: #ffffff;
}
.header2 .navbar.active .nav-link {
color: #383838;
}
.header2 .navbar-toggler {
color: #fff;
} */
#header {
  background-color: #c1e6ba;
  transition: all 0.5s;
  z-index: 997;
  padding: 14px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 24px 0;
}

#header .logo {
  margin: 0;
  padding: 0;
}

.me-auto {
  margin-right: auto !important;
}

.navbar {
  padding: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0 30px 0 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 30px;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 20px;
  line-height: 0;
  margin-left: 8px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #d9232d;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e1444d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border-radius: 10px;
}

.navbar .dropdown ul li {
  min-width: 100px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 22px;
  text-transform: none;
  max-width: fit-content;
  margin-inline: auto;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #556270;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(63, 73, 83, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #d9232d;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #d9232d;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #c0e6ba;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 1);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: left;
}

/*#Home-Video-Carousel iframe {
object-fit: cover;
width: 100%;
height: 450px;
}
#Home-Video-Carousel video {
height: 700px;
object-fit: cover;
}
#Home-Video-Carousel .embed-responsive {
height: 700px;
object-fit: cover;
border-radius: 0;
}*/
/*#Home-Video-Carousel img {
height: 700px;
object-fit: cover;
}*/
#hero .carousel-indicators {
  bottom: 2rem;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 5%;
  opacity: 1;
}

/* .video-home-slider .carousel-item:after {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.2);
} */
/*.video-home-slider .home-sld-main {
color: #fff;
}*/
.video-home-slider .carousel-caption {
  padding: 10.5rem 0 0 0;
}

.video-home-slider .promo9 {
  left: 0;
  top: -8rem;
  position: inherit;
  float: right;
}

.video-home-slider .promo2 {
  width: 180px;
  height: auto !important;
}

.video-home-slider .promo-holder {
  top: 20px;
  width: 180px;
  padding: 20px;
}

#Home-Video-Carousel .mobile-view {
  display: none !important;
}

.header-btn {
  background-color: #228b22;
  border-color: #228b22;
  color: #fff;
  padding: 8px 28px;
  margin-top: 1rem;
}

.header-btn:hover,
.header-btn:focus {
  background-color: #2da02d;
  border-color: #2da02d;
  color: #fff;
}

/*-------------------new header video snippet end-----------------*/
/*--------tree growing effect---------*/
.parallax-background-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: center;
  justify-content: center;
}

.parallax-background-container .section-bg .heading-new-tree h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.parallax-background-container .section-bg .heading-new-tree h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.parallax-background-container .section-bg .heading-new-tree span {
  font-weight: 600;
}

/*--------tree growing effect end---------*/
/*--------------contact mobile carousel-------------*/
.about-contact-mobile .owl-carousel .owl-stage {
  display: flex;
  margin-top: 3.5rem;
}

.about-contact-mobile .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.about-contact-mobile .owl-carousel .thumbnail {
  margin: 10px;
  border-radius: 10px;
  box-shadow: none;
  display: block;
  width: 100%;
}

.about-contact-mobile .owl-carousel .owl-stage {
  margin-top: 0;
}

.about-contact-mobile .owl-carousel .thumbnail .contact-text-about img {
  height: auto;
  width: 45px;
  margin: 10px auto;
  border-radius: 0;
}

.about-contact-mobile .owl-carousel .thumbnail .tab-location-headquaters img {
  border-radius: 10px;
  float: none;
}

.about-contact-mobile .owl-carousel .thumbnail .contact-height-new {
  height: 300px;
}

.about-contact-mobile .owl-carousel .thumbnail .contact-text-about p {
  font-size: 18px;
  margin-bottom: 8px;
}

.about-contact-mobile .owl-theme .owl-nav {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
}

.about-contact-mobile .owl-carousel .owl-nav button.owl-next,
.about-contact-mobile .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: inherit;
  background: rgb(102 159 106);
  border: none;
  outline: none;
  z-index: 100;
  line-height: 40px;
}

.about-contact-mobile .owl-theme .owl-prev i,
.about-contact-mobile .owl-theme .owl-next i {
  font-size: 20px;
  color: #fff;
}

.about-contact-mobile .owl-theme .owl-prev {
  left: 1%;
}

.about-contact-mobile .owl-theme .owl-next {
  right: 1%;
}

#header .get-started,
#hero .get-started {
  line-height: 0;
  padding: 20px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #669f6a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 500;
}

#header .get-started:hover,
#hero .get-started:hover {
  color: #fff;
  background: #5ca362;
}

#header .get-started span,
#hero .get-started span {
  font-size: 18px;
}

#header .get-started i,
#hero .get-started i {
  margin-left: 6px;
  font-size: 20px;
  transition: 0.3s;
}

#header .get-started:hover i,
#hero .get-started:hover i {
  transform: translateX(5px);
}

.read-more {
  line-height: 0;
  padding: 20px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #669f6a;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  margin-top: 1rem;
  text-align: center;
}

.read-more:hover,
.read-more:focus {
  color: #fff;
  background: #5ca362;
}

.read-more a:focus {
  color: #fff;
  background: #5ca362;
}

.read-more span {
  font-size: 18px;
}

.read-more i {
  margin-left: 6px;
  font-size: 20px;
  transition: 0.3s;
}

.read-more:hover i {
  transform: translateX(5px);
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  right: 0;
  top: 79px;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  margin-bottom: 0;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #18191f;
  transition-duration: 0.25s;
}

.menu__btn>span::before {
  content: "";
  top: -8px;
}

.menu__btn>span::after {
  content: "";
  top: 8px;
}

.navbar .menu__box {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 70px 0;
  list-style: none;
  background-color: #c0e6ba;
  transition-duration: 0.25s;
  z-index: 99;
  overflow: auto;
  transition: color .3s ease;
}

.navbar .menu__box .container {
  align-items: normal;
  padding: 0;
}

.navbar .menu__item,
.navbar .menu__item:focus {
  display: block;
  padding: 16px 0;
  color: #18191f;
  font-size: 24px;
  text-decoration: none;
  transition-duration: 0.25s;
  font-weight: 600;
  margin-bottom: 0;
  border-bottom: 2px solid #18191f;
}

.navbar .menu__item:hover {}

.no-bg-color {
  background-color: #fff;
}

.owl-theme .owl-controls .owl-page span {
  width: 14px !important;
  height: 14px !important;
  margin: 40px 5px 0 5px !important;
}

.menu__box ul {
  padding: 0;
  list-style: none;
  margin-top: 0px;
  display: block;
  padding: 15px 0;
}

.menu__box ul li {
  padding: 0;
  /* margin-bottom: 0; */
}

.menu__box ul li a,
.menu__box ul li a:focus {
  font-size: 22px;
  padding: 0;
}

.slider-btn {
  margin-top: 4rem;
}

.bg-1 {
  background-color: #faeaee;
}

.bg-2 {
  background-color: #f9f7ed;
}

.bg-3 {
  background-color: #e7f3f4;
}

[data-ml-modal] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
  width: 0;
  height: 0;
  opacity: 0;
}

[data-ml-modal]:target {
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

[data-ml-modal]:target .modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

[data-ml-modal] .modal-dialog {
  border-radius: 10px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  position: relative;
  width: 100%;
  max-width: 660px;
  max-height: 70%;
  margin: 10% auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.modal-dialog-lg {
  max-width: 820px !important;
}

[data-ml-modal] .modal-dialog>h3 {
  background-color: #f0f5f0;
  border-bottom: 1px solid #b3b3b3;
  font-size: 26px;
  margin: 0;
  padding: 0.8em 56px 0.8em 27px;
}

[data-ml-modal] .modal-content {
  background: #fff;
  padding: 0;
}

[data-ml-modal] .modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #fff;
  background-color: #669f6a;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

[data-ml-modal] .modal-close:hover {
  background-color: #0085a6;
  color: #fff;
  cursor: pointer;
}

[data-ml-modal] p:first-child,
[data-ml-modal] p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  [data-ml-modal] .modal-dialog {
    margin: 20% auto;
  }
}

/* End Modals ------------------------------*/
/* General*/
.center {
  text-align: center !important;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: normal;
  padding: 3px 14px;
  font-size: 18px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-default {
  border-color: #0085a6;
}

a.btn-default:hover {
  background-color: #0085a6;
  color: #fff;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 99999;
  background: #ed743e;
  outline: none;
  border-radius: 50px;
  transition: all 0.4s;
  line-height: 0;
  padding: 34px 84px;
  color: #fff;
  max-width: fit-content;
  margin-inline: auto;
  display: none;
}

.scroll-top:hover {
  color: #fff;
  background: #fa7336;
}

.scroll-top a:focus {
  color: #fff;
  background: #fa7336;
}

.scroll-top span {
  font-size: 18px;
}

.scroll-top i {
  margin-left: 6px;
  font-size: 20px;
  transition: 0.3s;
}

.scroll-top:hover i {
  transform: translateX(5px);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.footer hr {
  margin: 0;
  border-top: 1px solid #555555;
}

.subscribe-form form .form-group label {
  font-size: 16px;
  padding-left: 10px;
}

.subscribe-form form .form-group .form-control {
  color: #6d757d;
  border: 0;
  font-weight: 500;
  height: 45px;
  padding: 6px 10px;
  border-radius: 100px;
  outline: none;
  font-size: 14px;
  background-color: #f4f5f8;
  box-shadow: none;
}

textarea#message {
  height: 120px;
  padding: 30px;
}

.subscribe-form form .form-group input[type="radio"] {
  appearance: none;
}

.subscribe-form form .form-group input[type="radio"]+label {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  line-height: 14px;
  margin-bottom: 0;
  font-size: 14px;
  color: #495057;
}

.subscribe-form form .form-group input[type="radio"]+label::before {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 1;
  border: 2px solid #669f6a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

.subscribe-form form .form-group input[type="radio"]+label::after {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  background: #669f6a;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.subscribe-form form .form-group input[type="radio"]:checked+label::after {
  opacity: 1;
}

.subscribe-form form .form-group ul {
  padding: 0;
  margin: .5rem 0 0 0;
  list-style: none;
  padding-left: 10px;
}

.subscribe-form form .form-group ul li:first-child {
  margin-right: 3rem;
}

.cta-bg .heading-new {
  margin-bottom: 20px;
}

.cta-bg h4 {
  margin-bottom: 30px;
  font-size: 26px;
}

.cta-bg {
  background: linear-gradient(to bottom right, #ADC37E, #E6ECD7);
}

/*.cta-bg img {
margin-top: -10rem;
}*/
.info {
  font-size: 20px;
  color: #fff;
  float: left;
  max-width: 300px;
  min-height: 300px;
  background: #ca2e55;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 80px 35px;
  margin-top: -8rem;
}

.info hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgb(255 255 255 / 80%);
}

select {
  appearance: none;
  background: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z' fill='%23212121'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  border-radius: 2px;
  padding: 0.25rem 2rem 0.25rem 0.75rem;
}

.post-slide {
  padding: 0 15px 0 0;
}

.post-slide1 {
  text-align: right;
}

.post-slide .holder1 p {
  margin-bottom: 0;
}

#news-slider .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

#news-slider .owl-controls .owl-buttons .owl-prev {
  background: #669f6a;
  position: absolute;
  top: 0;
  right: 100px;
  margin: 0;
  padding: 5px 15px;
  border-radius: 50%;
  transition: background 0.5s ease 0s;
  opacity: 1;
  color: #fff;
}

#news-slider .owl-controls .owl-buttons .owl-next {
  background: #669f6a;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px;
  margin: 0;
  border-radius: 50%;
  transition: background 0.5s ease 0s;
  opacity: 1;
  color: #fff;
}

#news-slider .owl-controls .owl-buttons .owl-prev:hover,
#news-slider .owl-controls .owl-buttons .owl-next:hover {
  background-color: #669f6a;
  opacity: 1;
}

#news-slider .owl-controls .owl-buttons .owl-prev:after,
#news-slider .owl-controls .owl-buttons .owl-next:after {
  content: "\F284";
  font-family: bootstrap-icons;
  color: #fff;
  font-size: 30px;
}

#news-slider .owl-controls .owl-buttons .owl-next:after {
  content: "\F285";
}

#myModal-open .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#myModal-open .modal-header {
  border: 0;
}

#myModal-open .modal-content {
  background-color: #ca2e55;
  border: 0;
  border-radius: 10px;
  color: #fff;
  padding: 25px 25px 40px 25px;
}

#myModal-open .modal-content .modal-body h1 {
  font-weight: 700;
  font-size: 40px;
}

#myModal-open .modal-content .modal-body h1 span {
  font-weight: 500;
}

#myModal-open .modal-header .close {
  font-size: 20px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  outline: none;
}

.chatbot__button {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ed743e;
  color: #fff;
  border: none;
  border-radius: 50%;
  outline: 0 !important;
  cursor: pointer;
}

.chatbot__button span {
  position: absolute;
  font-size: 32px;
}

.show-chatbot .chatbot__button span:first-child,
.chatbot__button span:last-child {
  opacity: 0;
}

.show-chatbot .chatbot__button span:last-child {
  opacity: 1;
}

.chatbot {
  position: fixed;
  bottom: 80px;
  right: 90px;
  width: 420px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  transform: scale(0.5);
  transition: transform 0.3s ease;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
}

.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chatbot__header {
  position: relative;
  background-color: #ed743e;
  text-align: left;
  padding: 16px;
}

.chatbot__header span {
  display: inline;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #fff;
  font-size: 26px;
  transform: translateY(-50%);
  cursor: pointer;
}

.chatbox__title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

.chatbot__box {
  height: 510px;
  overflow-y: auto;
  padding: 30px 20px 100px;
}

.chatbot__chat {
  display: flex;
}

.chatbot__chat p {
  max-width: 75%;
  font-size: 16px;
  white-space: pre-wrap;
  color: #fff;
  background-color: #ed743e;
  border-radius: 6px 6px 0 6px;
  padding: 12px 16px;
}

.chatbot__chat p.error {
  color: #721c24;
  background: #f8d7da;
}

.incoming p {
  color: #18191f;
  background: #fce8de;
  border-radius: 6px 6px 6px 0;
}

.incoming span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background-color: #ed743e;
  border-radius: 6px;
  text-align: center;
  align-self: flex-end;
  margin: 0 10px 7px 0;
}

.outgoing {
  justify-content: flex-end;
  margin: 20px 0;
}

.incoming {
  margin: 20px 0;
}

.chatbot__input-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  border-top: 2px solid #ed743e;
  background: #fff;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
}

.chatbot__textarea {
  width: 100%;
  min-height: 55px;
  max-height: 180px;
  font-size: 0.95rem;
  padding: 16px 15px 16px 0;
  color: #18191f;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
}

.chatbot__input-box span {
  font-size: 30px;
  color: #ed743e;
  cursor: pointer;
  visibility: hidden;
}

.chatbot__textarea:valid~span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .chatbot__box {
    height: 90%;
  }
}

.row {
  align-items: baseline;
}

.pos-r {
  position: relative;
}

.title-effect {
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  left: 0;
  opacity: 0.5;
  animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
  left: 50%;
  margin-left: -25px;
}

.text-center .section-title h6 {
  padding: 15px 0;
}

.title-effect .bar {
  background: #2575fc;
}

.title-effect .bar-top {
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: scale(0, 1);
  animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: left top;
  transform: scale(1, 0);
  animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
  width: 100%;
  height: 7px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
  width: 7px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: left bottom;
  transform: scale(1, 0);
  animation: bar-left 3.2s linear 0s infinite;
}

.title {
  position: relative;
  color: #1c1d3e;
  margin-bottom: 0;
}

.section-title h2 {
  margin-bottom: 15px;
}

/* ------------------------
How It Work
------------------------*/
.work-process {
  position: relative;
}

.step-num {
  background: #669f6a;
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(102, 159, 106, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
  color: #ffffff;
}

.step-icon {
  background: #c0e6ba;
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #669f6a;
  border-radius: 50%;
  line-height: 140px;
  font-size: 60px;
  text-align: center;
  color: #222;
}

.step-icon span {
  position: relative;
}

.step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}

.step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}

.dark-bg .step-icon {
  color: rgba(255, 255, 255, 0.9);
  background: none;
}

.dark-bg .step-desc h4 {
  color: #2575fc;
}

.dark-bg .step-icon {
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc p {
  color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

.work-process.style-2 {
  padding: 0;
  display: flex;
  align-items: center;
}

.work-process.style-2:before {
  display: none;
}

.work-process.style-2 .step-num-box {
  margin-bottom: 0;
  margin-right: 30px;
}

.work-process.style-3 {
  padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.1);
  font-size: 120px;
  height: auto;
  left: 50%;
  line-height: 120px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

#svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  top: 30%;
  transform: translateX(-50%);
  width: 80%;
}

#svgC {
  margin: 0 auto;
  width: 100%;
}

.step-desc {
  margin-top: 40px;
}

.step-desc h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-desc p {
  font-size: 20px;
  margin-bottom: 0;
}

/* ------------------------
box-loader
------------------------*/
.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

.box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #669f6a;
  margin: 0 5px;
  opacity: 0;
}

.box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

/*--rotation--*/
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes bar-top {
  0% {
    transform: scale(0, 1);
  }

  12.5% {
    transform: scale(1, 1);
  }

  87.5% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-right {
  0% {
    transform: scale(1, 0);
  }

  12.5% {
    transform: scale(1, 0);
  }

  25% {
    transform: scale(1, 1);
  }

  75% {
    transform: scale(1, 1);
  }

  87.5% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1, 0);
  }
}

@keyframes bar-bottom {
  0% {
    transform: scale(0, 1);
  }

  25% {
    transform: scale(0, 1);
  }

  37.5% {
    transform: scale(1, 1);
  }

  62.5% {
    transform: scale(1, 1);
  }

  75% {
    transform: scale(0, 1);
  }

  100% {
    transform: scale(0, 1);
  }
}

@keyframes bar-left {
  0% {
    transform: scale(1, 0);
  }

  37.5% {
    transform: scale(1, 0);
  }

  50% {
    transform: scale(1, 1);
  }

  62.5% {
    transform: scale(1, 0);
  }

  100% {
    transform: scale(1, 0);
  }
}

/*--opacitychange--*/
@keyframes opacitychange {

  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

/* responsive */
@media (max-width: 1200px) {
  #svg-container {
    width: 85%;
  }
}

@media (max-width: 992px) {
  .md-mt-5 {
    margin-top: 50px !important;
  }

  /*Step*/
  .work-process .box-loader {
    display: none;
  }

  .step-desc p {
    max-width: 300px;
    margin: 0 auto;
  }

  #svg-container {
    width: 100%;
    transform: rotate(90deg);
    left: 0;
    top: 50%;
  }
}

[tooltip] {
  position: relative;
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  text-align: left;
  /* 
Let the content set the size of the tooltips 
but this will also keep them from being obnoxious
*/
  min-width: 34em;
  max-width: 64em;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.8ch;
  background: #669f6a;
  color: #fff;
  z-index: 9;
  /* absurdity 2 */
  white-space: pre-line;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 15px;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #669f6a;
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #669f6a;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

[tooltip1] {
  position: relative;
}

/* Applies to all tooltips */
[tooltip1]::before,
[tooltip1]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip1]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip1]::after {
  content: attr(tooltip1);
  /* magic! */
  /* most of the rest of this is opinion */
  text-align: left;
  /* 
Let the content set the size of the tooltips 
but this will also keep them from being obnoxious
*/
  min-width: 7em;
  max-width: 50em;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.8ch;
  background: #669f6a;
  color: #fff;
  z-index: 9;
  /* absurdity 2 */
  white-space: pre-line;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 14px;
}

/* Make the tooltips respond to hover */
[tooltip1]:hover::before,
[tooltip1]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip1=""]::before,
[tooltip1=""]::after {
  display: none !important;
}

/* FLOW: DOWN */
[tooltip1][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #669f6a;
}

[tooltip1][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip1][flow^="down"]::before,
[tooltip1][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip1][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #669f6a;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip1][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 40%;
  border-left-width: 0;
  border-right-color: #669f6a;
  right: calc(0em - 6px);
  transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 40%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip1]:not([flow]):hover::before,
[tooltip1]:not([flow]):hover::after,
[tooltip1][flow^="up"]:hover::before,
[tooltip1][flow^="up"]:hover::after,
[tooltip1][flow^="down"]:hover::before,
[tooltip1][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip1][flow^="left"]:hover::before,
[tooltip1][flow^="left"]:hover::after,
[tooltip1][flow^="right"]:hover::before,
[tooltip1][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

#hero img {
  width: auto;
  margin-top: 0;
}

.cookie-container {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 1rem 2rem;
  background: #f7f9f2;
  position: fixed;
  bottom: 0;
  font-size: 1rem;
  gap: 2rem;
  opacity: 1;
  visibility: visible;
  flex-wrap: wrap;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.cookie-container.hide {
  opacity: 0;
  visibility: hidden;
}

.cookie-container a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 0;
}

.cookie-container .cookie-text {
  flex: 8 768px;
}

.cookie-container .agree {
  flex: 1 150px;
  text-align: center;
}

/**
* Circle Styles
*/
.bold {
  font-weight: 700;
}

.circle {
  position: relative;
  display: block;
  margin-top: -16em;
  background-color: transparent;
  color: #fff;
  text-align: center;
  -ms-transform: rotate(7deg);
  /* IE 9 */
  -webkit-transform: rotate(7deg);
  /* Safari */
  transform: rotate(7deg);
}

.circle:after {
  display: block;
  padding-bottom: 250px;
  width: 250px;
  height: 0;
  border-radius: 50%;
  background-color: #ed743e;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
}

.circle__wrapper {
  display: table;
  width: 250px;
  height: 250px;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

.circle__content hr {
  border-top: 2px solid #ffc107;
}

.circle__content p {
  font-size: 1.1em;
  margin-bottom: 0;
}

.circle__content p:last-child {
  font-size: 1em;
}

.range1 .curr {
  float: none;
  color: #669f6a;
  font-weight: 500;
}

.calculator-text h6 {
  font-size: 25px;
  font-weight: 600;
}

.calculator-text ul {
  padding-left: 0;
  list-style: none;
  font-size: 20px;
  /*    display: table;*/
  margin-bottom: 0;
}

/*.calculator-text ul li {
display: table-row;
}
.calculator-text ul li:before {
content: "\F270";
font-family: bootstrap-icons;
color: #669f6a;
display: table-cell;
padding-right: 8px;
font-size: 12px;
}*/
.calculator-text ul li span {
  color: #ed743f;
}

.calculator-text p span {
  color: #ed743f;
}

.rate-input {
  margin: 1.5rem 0;
}

.rate-input h6 {
  font-size: 25px;
  font-weight: 600;
}

.bg-none {
  background-color: transparent;
}

.new-layout2 .head-cal ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.new-layout2 .head-cal ul li {
  font-size: 14px;
}

.new-layout2 .head-cal ul li:first-child {
  color: #ed743f;
  font-size: 18px;
}

.new-layout2 .head-cal ul li span {
  font-size: 12px;
  margin-left: 4px;
}

.new-layout2 .head-cal ul li span i {
  font-size: 14px;
}

.new-layout2 .head-cal ul li span [tooltip]::after {
  min-width: 16em;
  max-width: 20em;
  font-size: 12px;
}

/*.subscribe-form form .form-group label:after {
color: #e32;
content: ' *';
display: inline;
}*/
.subscribe-form form .form-group .label3:after {
  display: none;
}

.tab-btn div {
  display: none;
}

.tab-btn div:target {
  display: block;
}

.show-btn-click p {
  text-align: center;
  margin: 1rem 0;
}

select {
  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, #669f6a 50%), linear-gradient(135deg, #669f6a 50%, transparent 50%), linear-gradient(to right, #669f6a, #669f6a);
  background-position: calc(100% - 26px) calc(.8em + 1px), calc(100% - 19px) calc(.8em + 1px), calc(100% - 3em) .35em;
  background-size: 7px 7px, 7px 7px, 1px 1.3em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, #669f6a 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #669f6a 50%), linear-gradient(to right, #669f6a, #669f6a);
  background-position: calc(100% - 23px) .8em, calc(100% - 30px) .8em, calc(100% - 3em) 0.35em;
  background-size: 7px 7px, 7px 7px, 1px 1.3em;
  background-repeat: no-repeat;
  border-color: #669f6a;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.inner-page-link {
  margin-bottom: 2rem;
}

.inner-page-link ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
}

.inner-page-link ol li a {
  color: #669f6a;
}

.inner-page-link ol li+li {
  padding-left: 16px;
}

.inner-page-link ol li+li::before {
  display: inline-block;
  padding-right: 16px;
  color: #18191f;
  content: "/";
}

@media (max-width: 992px) {
  .inner-page-link {
    margin-top: 120px;
  }

  .inner-page-link .d-flex {
    display: block !important;
  }

  .inner-page-link ol {
    display: block;
  }

  .inner-page-link ol li {
    display: inline-block;
  }
}

.accordion-fees {
  margin-top: 50px;
}

.accordion-header-fees {
  padding: 0 0 1.5em 0;
  cursor: pointer;
  font-size: 20px;
  transition: all .3s;
  border-bottom: 1px solid #669f6a;
}

.accordion-header-fees i {
  color: #669f6a;
  margin-right: 8px;
}

.accordion-header-fees:hover {
  position: relative;
  z-index: 5;
}

.accordion-body-fees {
  display: none;
}

.accordion-body__contents-fees {
  padding: 1.5em 0;
  font-size: 18px;
  border-bottom: 1px solid #669f6a;
}

.accordion-body__contents-fees ul {
  padding-left: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.accordion__item_fees.active:last-child .accordion-header_fees {
  border-radius: none;
}

.accordion-fees:first-child>.accordion__item_fees>.accordion-header-fees {
  border-bottom: 1px solid transparent;
}

.accordion__item_fees>.accordion-header-fees:after {
  content: "\F64D";
  font-family: bootstrap-icons;
  font-size: 23px;
  width: 44px;
  height: 44px;
  background-color: #669f6a;
  color: #fff;
  border-radius: 100px;
  float: right;
  padding: 0px 10px;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
  line-height: 44px;
}

.accordion__item_fees.active>.accordion-header-fees:after {
  content: "\F63B";
  font-family: bootstrap-icons;
}

.accordion__item_fees.active .accordion-header-fees {}

.accordion__item_fees .accordion__item_fees .accordion-header-fees {
  background: #f1f1f1;
  color: #353535;
}

.download-center .heading1 {
  margin-top: 10px;
}

.post-slide-2 {
  margin-top: 140px;
}

.bg-color {
  background-color: #ecf8ea;
}

#hero h3 {
  font-size: 40px;
  margin-bottom: 1rem;
}

#hero h4 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: 500;
}

.tabpanel__tab {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tabpanel__tab:checked+.tabpanel__tablabel {
  background: #ddf2da;
  color: #18191f;
}

.tabpanel__tablabel {
  flex: 0 1 auto;
  padding: 1rem 1.85rem;
  background: #669f6a;
  color: white;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
}

.tabpanel__tablabel:hover {
  cursor: pointer;
}

.tabpanel__panel {
  display: none;
  background: #ddf2da;
}

.tabpanel__panel>*:first-child {
  margin-top: 0;
}

.tabpanel__panel>*:last-child {
  margin-bottom: 0;
}

.tabpanel__panel>*+* {
  margin-top: 24px;
}

#tabpanel__tab-1:checked~.tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked~.tabpanel__panels #tabpanel__panel-2,
#tabpanel__tab-3:checked~.tabpanel__panels #tabpanel__panel-3,
#tabpanel__tab-4:checked~.tabpanel__panels #tabpanel__panel-4,
#tabpanel__tab-5:checked~.tabpanel__panels #tabpanel__panel-5 {
  display: block;
  position: relative;
  top: 0px;
}

.media__body>* {
  margin: 0;
}

.media__body>p+p,
.media__body>p+h2 {
  margin-top: 24px;
}

.media {
  display: flex;
}

@media screen and (max-width: 600px) {
  .media {
    flex-direction: column;
    align-items: flex-start;
  }

  .media .media__img {
    margin: 0 auto;
  }

  .media .media__img+.media__body {
    margin: 12px 24px 24px 24px;
  }
}

@media screen and (min-width: 601px) {
  .media {
    align-items: flex-start;
  }

  .media .media__img {
    flex: 0 1 auto;
    height: auto;
  }

  .media .media__img+.media__body {
    margin: 24px 105px 24px 18px;
  }
}

.tabpanel {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 600px) {
  .tabpanel {
    flex-direction: column;
  }

  .tabpanel .tabpanel__tablabel {
    padding: 12px 24px;
  }

  .tabpanel .tabpanel__tablabel+.tabpanel__tab+.tabpanel__tablabel {
    margin-top: 6px;
  }

  .tabpanel .tabpanel__tab:checked~.tabpanel__panels {
    order: 1;
  }

  .tabpanel .tabpanel__tab:not(:checked)+.tabpanel__tablabel {
    order: initial;
  }

  .tabpanel #tabpanel__tab-1+.tabpanel__tablabel {
    order: 1;
  }

  .tabpanel #tabpanel__tab-1:checked~.tabpanel__panels {
    order: 1;
  }

  .tabpanel #tabpanel__tab-2+.tabpanel__tablabel {
    order: 2;
  }

  .tabpanel #tabpanel__tab-2:checked~.tabpanel__panels {
    order: 2;
  }

  .tabpanel #tabpanel__tab-3+.tabpanel__tablabel {
    order: 3;
  }

  .tabpanel #tabpanel__tab-3:checked~.tabpanel__panels {
    order: 3;
  }

  .tabpanel #tabpanel__tab-4+.tabpanel__tablabel {
    order: 4;
  }

  .tabpanel #tabpanel__tab-4:checked~.tabpanel__panels {
    order: 4;
  }

  .tabpanel .tabpanel__panel {
    padding: 0 12px 12px 12px;
  }
}

@media screen and (min-width: 601px) {
  .tabpanel {
    flex-direction: row;
  }

  .tabpanel .tabpanel__tablabel {
    flex: 0 1 auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .tabpanel .tabpanel__tablabel+.tabpanel__tab+.tabpanel__tablabel {
    margin-left: 6px;
  }

  .tabpanel .tabpanel__panel {
    padding: 50px;
  }

  .tabpanel .tabpanel__panels {
    flex: 1 1 100%;
  }
}

.download-center .tabpanel__panel ul {
  padding: 0;
  margin-bottom: 0;
}

.download-center .tabpanel__panel ul>li {
  padding: 14px 0;
  list-style: none;
  border-bottom: 1px solid #669f6a;
}

.download-center .tabpanel__panel .tab-pane h4 {
  font-weight: 600;
  margin: 6px 0 18px 0;
  line-height: 1.4;
}

.download-center .tabpanel__panel ul>li a {
  font-size: 20px;
}

.download-center .tabpanel__panel ul>li a:after {
  content: "\F30A";
  font-family: bootstrap-icons;
  display: inline-block;
  float: right;
  color: #659e69;
}

.slick .slide .mhn-text .read-more {
  padding: 20px 40px;
  margin-top: 0;
}

.circle-9 {
  margin-top: -4rem;
}

#hero .lg-view {
  display: block !important;
}

#hero .tablet-view {
  display: none !important;
}

#hero .mobile-view {
  display: none !important;
}

#hero .mobile-view2 {
  display: none !important;
}

.accordion ul {
  margin: 0;
  padding: 0;
}

#full-faq .card-body>* {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
}


#full-faq .card-body>*>li {
  padding-left: 20px;
  position: relative;
  margin: 15px 0;
}

#full-faq .card-body ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #18191f;
  border-radius: 50%;
  top: 10px;
  left: 0px;
}

#full-faq .card-body ol {
  counter-reset: item;
}

#full-faq .card-body ol li {
  counter-increment: item;
}

#full-faq .card-body ol li:before {
  content: counter(item) '.';
  position: absolute;
  color: #18191f;
  top: 0px;
  left: 0;
}

.accordion .pagenav {
  position: relative;
  list-style: none;
}

.accordion .pagenav a {
  text-decoration: none;
  margin: 22px 0;
}

.accordion .pagenav ul {
  display: none;
  /* hides all ul content by default (see exceptions in JS) */
  padding: 0;
  margin: 0;
  border-bottom: 2px solid;
}

.accordion .pagenav li {
  list-style: none;
}

.accordion .pagenav h4 {
  padding: 22px 0;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 2px solid;
  font-size: 22px;
  font-weight: 600;
}

.accordion .pagenav h4 a {
  padding: 0;
  background: transparent;
  margin: 0;
  cursor: pointer;
  display: contents;
  justify-content: normal;
  font-size: 22px;
}

.accordion .pagenav h4 i {
  font-size: 22px;
  position: absolute;
  right: 0px;
  transition: .2s;
  -webkit-transition: .2s;
  -ms-transition: .2s;
  height: 42px;
  width: 42px;
  background-color: #669f6a;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  line-height: 46px;
}

.accordion .pagenav.open h4 i {
  transform: rotate(180deg);
}

.accordion a:hover,
.accordion .pagenav li.current_page_item a {
  text-decoration: none;
}

.subscribe-form .no-gutters>.col,
.subscribe-form .no-gutters>[class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

.tax_saving_btn_link h3 {
  font-size: 18px;
  color: #18191f;
  font-weight: 500;
}

.show-btn-click p {
  margin: 1rem 0;
  color: #18191f;
  text-align: left;
  font-size: 16px;
}

.tax_saving_btn_link hr {
  margin: 8px 0;
}

.liberty-connect {
  display: none;
}

.tax_saving_btn_link a:last-child {
  font-weight: 500;
  line-height: 0;
  padding: 20px 52px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #aec47e;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  margin-top: 10px;
  font-size: 18px;
}

.tax_saving_btn_link a:last-child:hover {
  color: #fff;
  background: #acc66d;
}

.tooltip-99 {
  position: relative;
}

.tooltip__item {
  position: absolute;
  min-width: 320px;
  padding: 0 12px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
  color: #18191f;
  font-size: 14px;
  text-align: left;
  white-space: pre-line;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.tooltip__initiator {
  cursor: pointer;
  z-index: 5;
}

.tooltip-99[data-direction="bottom"] .tooltip__initiator:hover~.tooltip__item {
  transform: translate3d(-50%, 0, 0);
  visibility: visible;
  opacity: 1;
}

.tooltip-99[data-direction="bottom"] .tooltip__item {
  top: calc(100% + 2em);
  left: -450%;
  transform: translate3d(-50%, -15px, 0);
}

.tooltip-99 i.bi.bi-exclamation-circle {
  margin-left: 10px;
  color: #fff;
}

.tooltip-99 ul {
  margin: 0;
  padding-left: 1rem;
  line-height: 1;
}

/*------------download center tab----------------------*/
.download-center .nav-pills-custom .nav-link {
  color: #18191f;
  background: #ddf2da;
  position: relative;
  font-weight: 600;
  font-size: 18px;
}

.download-center .nav-pills-custom .nav-link.active {
  color: #fff;
  background: #669f6a;
}

.download-center .tab-content {
  border-radius: 10px;
}

.download-center .tab-content .tab-pane {
  padding: 1.5rem;
  height: auto;
}

.download-center .tab-content ul>li {
  list-style: none;
  border-bottom: 1px solid #669f6a;
}

.download-center .tab-content ul>li a {
  font-size: 18px;
}

@media (min-width: 992px) {
  .download-center .nav-pills-custom .nav-link::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #669f6a;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    opacity: 0;
  }
}

.download-center .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.bg-green {
  background-color: #F6FBF5;
  padding-top: 100px;
}

.about-more-info {
  margin-top: 3rem;
}

.about-more-info h6 {
  font-size: 26px;
  margin: 15px 0;
}

.about-more-info p {
  display: table-row;
}

.about-more-info p:before {
  content: "\F231";
  font-family: bootstrap-icons;
  padding-right: 6px;
  color: #669f6a;
  display: table-cell;
}

.wide-101 .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-bottom: 15px;
  height: 300px;
  width: 300px;
}

.hovereffect .overlay {
  width: 345px;
  height: 315px;
}


.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 10px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: #fff;
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  margin-bottom: 6px;
  font-size: 22px;
}

.team .member .member-info span {
  display: block;
  font-size: 18px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

.about-carousel3 .modal .modal-content i {
  font-size: 18px;
  margin: 0;
}

.about-carousel3 .modal button.close {
  padding: 0;
}

.about-carousel3 .modal .modal-body {
  padding: 16px 0;
}


.impressum h6 {
  font-size: 26px;
  margin-bottom: 1.5rem;
}

.only-text-holder h6 {
  font-size: 26px;
}

.contact-text-about .read-more {
  padding: 20px 46px;
  margin-top: 0;
}

.error-page {
  text-align: center;
  padding-top: 212px;
}

.error-page h1 {
  font-size: 140px;
  letter-spacing: 10px;
  font-weight: 700;
  margin-bottom: 0;
}

.error-page h6 {
  font-size: 26px;
}

.padding-contact {
  padding: 10px;
}

.wide-101 .nav-tabs .nav-link.active {
  background-color: #669f6a;
  color: #fff;
  border-radius: 10px 0 0 10px;
}

#header .bg-orange {
  background-color: #ed743e;
  text-align: center;
}

#header .bg-orange:hover {
  background-color: #fa7336;
}

/*--------------contact mobile carousel end-------------*/


/*--------------more links for you carousel-------------*/
.more-links-container .owl-carousel .owl-stage {
  display: flex;
}

.more-links-container .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.more-links-container .owl-carousel .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}

.more-links-container .owl-carousel .caption h4 {
  font-size: 22px;
  height: 28px;
  font-weight: 600;
}

.more-links-container .owl-carousel .caption p {
  flex-grow: 1;
}

.more-links-container .owl-carousel .caption .read-more {
  max-width: 250px;
  display: block;
  margin-top: 20px;
}

.more-links-container .owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 10px 15px 10px 15px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
}

.more-links-container .owl-carousel .thumbnail img {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}

.more-links-container .owl-theme .owl-nav {
  position: absolute;
  top: -93px;
  left: 0;
  right: 0;
}

.more-links-container .owl-carousel .owl-nav button.owl-next,
.more-links-container .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  color: inherit;
  background: #669f6a;
  border: none;
  z-index: 100;
  outline: none;
  opacity: 1;
  line-height: 46px;
}

.more-links-container .owl-theme .owl-prev i,
.more-links-container .owl-theme .owl-next i {
  font-size: 22px;
  color: #fff;
}

.more-links-container .owl-theme .owl-prev {
  right: 70px;
}

.more-links-container .owl-theme .owl-next {
  right: 0;
}

/*--------------more links for you carousel end-------------*/

/*--------------carousel with owl-carousel2-------------*/
.new-home-slider .owl-carousel .owl-item .post-slide .holder1 img {
  width: 100px;
  height: auto;
  display: inline-block;
}

.new-home-slider .owl-theme .owl-nav {
  position: absolute;
  top: -93px;
  left: 0;
  right: 0;
}


.new-home-slider .owl-carousel .owl-nav button.owl-next,
.new-home-slider .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  color: inherit;
  background: #669f6a;
  border: none;
  z-index: 100;
  outline: none;
  opacity: 1;
  line-height: 45px;
}

.new-home-slider .owl-theme .owl-prev i,
.new-home-slider .owl-theme .owl-next i {
  font-size: 22px;
  color: #fff;
}

.new-home-slider .owl-theme .owl-prev {
  right: 70px;
}

.new-home-slider .owl-theme .owl-next {
  right: 0;
}

/*--------------carousel with owl-carousel2 end-------------*/

.navbar .menu__box .accordion {
  padding-bottom: 4rem;
}

.navbar .menu__box::-webkit-scrollbar {
  width: 7px;
}

.navbar .menu__box::-webkit-scrollbar-track {
  background-color: #c0e6ba;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.navbar .menu__box::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #669F69;
}

#newsletter-form .read-more {
  margin-top: 1.5rem;
  height: 45px;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 8px;
  padding: 20px 40px;
}

#newsletter-form .read-more span {
  font-size: 16px;
}

.contact-new-form .read-more {
  height: 45px;
}

.contact-new-form .read-more span {
  font-size: 16px;
}

.tax_saving_btn_link {
  margin: 2rem 0 0 !important;
}

.rwd-table i.mobile-exclamation {
    display: none;
}

@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .range2 .head-cal {
    font-size: 22px;
  }

  .wide-100 .btn-blue,
  .white-color .btn-blue {
    margin-top: 15px;
  }

  .btn-blue,
  .white-color .btn-blue {
    margin-top: 15px;
  }

  #testimonial-slider .btn-blue,
  .white-color .btn-blue {
    bottom: 35px;
  }

  select#Anrede {
    width: 100%;
  }

  .subscribe_form_wrapper input {
    width: 100%;
  }

  .subscribe_form_wrapper button {
    width: 100%;
  }

  .home-slider2 .carousel-item {
    min-height: 370px;
  }

  .navbar .nav-link {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 20px;
  }

  .home-slider2 .carousel-indicators {
    bottom: 20px;
  }

  .before-no .holder-new1 {
    height: 260px;
  }

  .promo9 {
    left: 1580px;
    top: 80px;
  }

  .promo2 {
    width: 270px;
    height: auto !important;
  }

  .promo-holder {
    top: 45px;
    padding: 24px;
    width: 270px;
  }

  .promo-holder p {
    font-size: 20px;
  }

  .promo-holder .border-promo {
    margin: 9px 0 9px 0;
  }

  .home-slider2 .carousel-indicators {
    bottom: 20px;
  }

  .wide-101 .holder1 img {}

  .heading1 {}

  .partner-holder2 {
    margin-bottom: 80px;
  }

  .partner-item {
    height: 350px;
  }

  /*---------------------------------new blog page---------------*/
  .search-box {
    height: 60px;
    font-size: 22px;
  }

  .search-box input {
    font-size: 22px;
    line-height: 60px;
    padding-left: 4rem;
  }

  .blog-fixed-search {
    font-size: 22px;
    line-height: 60px;
  }

  .search-box .icon {
    width: 42px;
    height: 42px;
    font-size: 22px;
    margin-top: 10px;
  }

  .slick .slide .mhn-img {
    min-height: 260px;
  }

  .blog-link-holder {
    height: 100px;
  }

  .blog-link {
    font-size: 26px;
  }

  .slick .slide .mhn-text p {
    height: 218px;
    font-size: 20px;
  }

  .slick .slide .mhn-text {
    padding: 16px;
  }

  .slick .slick-next,
  .slick .slick-prev {
    height: 50px;
    width: 50px;
  }

  .slick .slick-next:before,
  .slick .slick-prev:before {
    font-size: 25px;
  }

  .mhn-inner .mhn-img {
    min-height: 260px;
  }

  .mhn-inner .mhn-text {
    padding: 16px;
  }

  .mhn-inner .blog-link {
    font-size: 26px;
  }

  .mhn-inner .mhn-text p {
    font-size: 20px;
  }

  .blog-default {
    padding: 80px 0;
  }

  .mhn-inner a.blog-new-link {
    font-size: 18px;
    padding: 6px 26px;
  }

  .filter {
    margin: 3rem 0;
  }

  .filter-group .select2-container--default .select2-selection--single {
    height: 60px;
  }

  .filter-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    font-size: 22px;
  }

  .select2-container--default .select2-results__group {
    font-size: 22px !important;
  }

  .filter-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 42px;
    height: 42px;
    top: 10px;
  }

  .filter-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 8px 0 8px;
    margin-left: -8px;
  }

  .filter-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 8px 10px 8px;
    margin-top: -6px;
  }

  .select2-search--dropdown .select2-search__field {
    padding: 8px !important;
  }


  .mhn-inner .mhn-text .blog-desc-height {
    height: 130px;
  }

  .slick .slide .mhn-text .blog-desc-height {
    height: 130px;
  }

  .select2-container--default .select2-results__option[aria-selected="true"] {
    padding: 12px;
    font-size: 20px;
  }

  .select2-container--default .select2-results__option .select2-results__option {
    padding: 12px;
    font-size: 20px;
  }

  /*---------------------------------new blog page end---------------*/
  /*------------------------new media page------------------------------*/


  .media-flex .btn-get-started1:first-child {
    margin-right: 2rem;
  }

  .slick .slide .mhn-img img {
    height: 50px;
  }

  .slick .slide .libertygreen-press {
    font-size: 26px;
  }

  .slick .slide .mhn-img i {
    font-size: 70px;
  }

  .media-flex .btn-blue {
    margin-top: 0;
  }

  .media-pd {
    margin-bottom: 0;
  }

  /*------------------------new media page end------------------------------*/
  #HomeCarousel {
    height: 800px;
  }

  #HomeCarousel img {
    height: 800px;
  }

  .about-carousel .holder1 {
    height: 225px;
  }

  /*------------------------------------------Home Page cards---------------------------------------------------*/
  .home-card-body {
    padding: 18px;
  }

  /*------------------------------------------Home Page cards end---------------------------------------------------*/
  /*------------------------------------------Video with new area cards---------------------------------------------------*/
  .home-cards i.flaticon-right-arrow-in-circular-button {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 8px;
  }

  .video-content-holder {
    padding: 18px;
  }

  .video-content-holder h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .video-promo {
    margin: 0 15px 50px 15px;
  }

  /*------------------------------------------Video with new area cards end---------------------------------------------------*/
  /*------------------------------------------Home Page Blog---------------------------------------------------*/
  .home-blog-slider .home-blog-box .mhn-img {
    min-height: 300px;
  }

  .home-blog-slider .home-blog-box .blog-link {
    font-size: 32px;
  }

  .home-blog-slider .home-blog-box .mhn-text p {}

  .home-blog-slider .slick-next,
  .home-blog-slider .slick-prev {
    height: 50px;
    width: 50px;
  }

  .home-blog-slider .home-blog-box .mhn-text .blog-desc-height {}

  /*------------------------------------------Home Page Blog end---------------------------------------------------*/
  /*------------download center----------------------*/

  .download-center .tab-content .tab-pane {
    padding: 26px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 32px;
  }

  /*------------download center end----------------------*/
  /*---------------------video snippet slider---------------*/
  .video-promo-single iframe {
    height: 600px;
  }

  .video-content-holder-single {
    padding: 18px 14px;
  }

  .video-content-holder-single h2 {
    font-size: 26px;
    margin-bottom: 0.75rem;
  }

  .video-content-holder-single p {
    font-size: 20px;
  }

  .video-posts .owl-carousel .owl-stage {
    margin-top: 5rem;
  }

  .video-posts .owl-carousel .thumbnail .video iframe {
    height: 400px;
  }

  .video-posts .owl-carousel .caption {
    padding: 18px 14px;
  }

  .video-posts .owl-carousel .caption h4 {
    font-size: 26px;
    margin-bottom: 0.75rem;
  }

  .video-posts .owl-carousel .caption p {
    font-size: 20px;
  }

  .video-posts .owl-carousel .owl-nav button.owl-next,
  .video-posts .owl-carousel .owl-nav button.owl-prev {
    height: 44px;
    width: 44px;
  }

  .video-posts .owl-theme .owl-prev i,
  .video-posts .owl-theme .owl-next i {
    font-size: 21px;
  }

  /*---------------------video snippet slider end---------------*/
  /*-------partner carousel dots visibility-----------------------------*/
  #HomeCarousel .carousel-control-prev,
  #HomeCarousel .carousel-control-next {
    width: 15%;
  }

  #HomeCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }

  .home-slider2 .carousel-indicators {
    bottom: 0;
  }

  .home-slider2 .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }

  #testimonial-slider .owl-dots {
    padding-top: 20px;
  }

  #testimonial-slider .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
  }

  /*-------partner carousel dots visibility end-----------------------------*/
  /*-------------------new header video snippet-----------------*/
  #Home-Video-Carousel {
    height: 750px;
  }

  #Home-Video-Carousel iframe {
    height: 750px;
  }

  #Home-Video-Carousel video {
    height: 750px;
  }

  #Home-Video-Carousel .embed-responsive {
    height: 750px;
  }

  #Home-Video-Carousel img {
    height: 750px;
  }

  #Home-Video-Carousel .carousel-control-prev,
  #Home-Video-Carousel .carousel-control-next {
    width: 15%;
  }

  .video-home-slider .promo2 {
    width: 270px;
    height: auto !important;
  }

  .video-home-slider .promo-holder {
    top: 45px;
    padding: 24px;
    width: 270px;
  }

  .video-home-slider .promo9 {
    left: 8rem;
    top: -10rem;
  }

  .video-home-slider .promo-holder p {
    font-size: 20px;
  }

  .video-home-slider .promo-holder .border-promo {
    margin: 9px 0 9px 0;
  }

  .video-home-slider .carousel-caption {
    padding: 14rem 0 0 0;
  }

  .header-btn {
    padding: 10px 30px;
    margin-top: 1.5rem;
    font-size: 20px;
  }

  /*-------------------new header video snippet end-----------------*/
  .parallax-background-container .section-bg .heading-new-tree h4 {
    font-size: 56px;
    margin-bottom: 1.25rem;
  }

  .parallax-background-container .section-bg .heading-new-tree h6 {
    font-size: 28px;
    margin-bottom: 1.25rem;
  }

  .parallax-background-container .section-bg .heading-new-tree p {
    font-size: 22px;
    margin-bottom: 1.25rem;
  }

  .parallax-background-container .section-bg .heading-new-tree .btn-blue {
    font-size: 22px;
    padding: 10px 28px;
  }


  #header .get-started i,
  #hero .get-started i {
    margin-left: 8px;
    font-size: 24px;
  }


  .menu__btn>span::before {
    top: -10px;
  }

  .menu__btn>span::after {
    top: 10px;
  }

  .navbar .menu__item,
  .navbar .menu__item:focus {
    padding: 22px 0;
    font-size: 30px;
  }

  .menu__box ul li {
    padding: 0;
  }

  #myModal-open .modal-dialog {
    max-width: 700px;
  }

  #myModal-open .modal-content .modal-body h1 {
    font-size: 56px;
    margin-bottom: 2.5rem;
  }

  .carousel-indicators li {
    width: 18px;
    height: 18px;
    margin: 0 8px;
  }

  #hero h1 {
    font-size: 72px;
    margin-bottom: 2.5rem;
  }

  #hero h2 {
    font-size: 32px;
  }


  .scroll-top {
    padding: 48px 110px;
  }

  .scroll-top span {
    font-size: 26px;
  }

  .scroll-top i {
    margin-left: 8px;
    font-size: 24px;
  }

  .wide-101 .holder1 img {
    width: 130px;
    height: auto;
  }

  .post-slide {
    padding: 0 20px 0 0;
  }

  #news-slider .owl-controls .owl-buttons .owl-prev {
    right: 110px;
    padding: 6px 18px;
  }

  #news-slider .owl-controls .owl-buttons .owl-prev:after,
  #news-slider .owl-controls .owl-buttons .owl-next:after {
    font-size: 36px;
  }

  .new-layout input[type="text"].inputBox {
    width: 130px;
    height: 36px;
  }

  .layout-head1 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .layout-head1-text {
    font-size: 24px;
    margin-bottom: 1.25rem;
  }

  .step-icon {
    width: 160px;
    height: 160px;
    line-height: 150px;
    font-size: 70px;
  }

  .step-num {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }

  .step-desc h4 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .step-desc p {
    font-size: 24px;
  }

  .step-num-box {
    margin-bottom: 30px;
  }

  .home-card-body img {
    height: auto;
    width: 80px;
    margin-bottom: 30px;
  }

  .testimonial .title {
    font-size: 32px;
  }

  .testimonial .pic {
    margin-bottom: 30px;
  }

  .owl-theme .owl-controls .owl-page span {
    width: 18px !important;
    height: 18px !important;
    margin: 40px 8px 0 8px !important;
  }

  .cta-bg .heading-new {
    margin-bottom: 40px;
  }

  .cta-bg h4 {
    margin-bottom: 30px;
    font-size: 32px;
  }


  #myModal-open .modal-header .close {
    font-size: 32px;
  }

  .chatbot__button {
    width: 80px;
    height: 80px;
    right: 40px;
  }

  .chatbot__button span {
    font-size: 42px;
  }

  .chatbot {
    right: 130px;
    width: 500px;
  }

  .chatbot__header {
    padding: 22px;
  }

  .chatbox__title {
    font-size: 32px;
  }

  .chatbot__chat p {
    font-size: 24px;
    border-radius: 8px 8px 0 8px;
    padding: 14px 18px;
  }

  .incoming span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
  }

  .chatbot__textarea {
    font-size: 24px;
  }

  .chatbot__input-box span {
    font-size: 40px;
  }

  #news-slider2 img {
    width: 320px !important;
  }


  footer .img-app-size {
    width: 150px;
  }

  .foot-social ul.social>li>a {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .footer-top2 {
    padding: 50px 0 0 0;
  }

  .chatbot__header span {
    font-size: 32px;
  }

  .circle:after {
    padding-bottom: 100%;
    width: 100%;
  }

  .circle__inner {
    width: 100%;
    height: 100%;
  }

  .circle__wrapper {
    width: 100%;
    height: 100%;
  }

  .circle {
    margin-top: -22em;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 8%;
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    font-size: 45px;
    width: 80px;
    height: 80px;
  }

  .new-layout2 .head-cal ul li {
    font-size: 16px;
  }


  .inner-page-link {
    margin-bottom: 3rem;
  }

  .inner-page-link ol {
    font-size: 28px;
  }

  .accordion-header-fees {
    font-size: 24px;
  }

  .accordion__item_fees>.accordion-header-fees:after {
    font-size: 26px;
    width: 50px;
    height: 50px;
    padding: 0px 12px;
    line-height: 50px;
  }

  .accordion-body__contents-fees {
    font-size: 22px;
  }

  .accordion-body__contents-fees ul {
    line-height: 2.2;
  }

  .tabpanel__tablabel {
    font-size: 32px;
  }

  .download-center .tabpanel__panel ul>li {
    padding: 20px 0;
  }

  .download-center .tabpanel__panel ul>li a {
    font-size: 24px;
  }

  .post-slide-2 {
    margin: 160px 0 0 0;
  }

  #hero h3 {
    font-size: 56px;
    margin-bottom: 1.5rem;
  }

  #hero h4 {
    font-size: 32px;
  }

  .contact-text-about p {
    margin-bottom: 8px;
  }

  .circle-9 {
    margin-top: -8rem;
  }

  .icon-bar {
    top: 65%;
  }

  #MiniRightNav li a {
    border: 4px solid #669f6a;
    margin-bottom: 16px;
    width: 90px;
    height: 90px;
    padding: 14px;
  }

  #MiniRightNav li a img {
    width: 60px;
  }

  #MiniRightNav span {
    font-size: 24px;
    right: 90px;
    line-height: 90px;
  }

  #MiniRightNav a:hover span {
    padding: 0 90px;
  }


  .download-center .tab-content ul>li {
    padding: 20px 0;
  }

  .tooltip__item {
    min-width: 400px;
    font-size: 16px;
  }

  .tooltip-99[data-direction="bottom"] .tooltip__item {
    left: -620%;
  }

  .bg-green {
    padding-top: 120px;
  }

  .home-card-body1 {
    padding: 18px;
  }

  .home-card-title1 {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .home-cards1 ul {
    font-size: 24px;
  }

  .about-more-info {
    margin-top: 4rem;
  }

  .about-more-info h6 {
    font-size: 32px;
    margin: 20px 0;
  }


  .file-input .button {
    padding: 14px 16px;
    margin-right: 6px;
    font-size: 20px;
  }

  .file-input .label {
    font-size: 20px;
  }


  .impressum h6 {
    font-size: 32px;
  }

  .only-text-holder h6 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }

  .error-page {
    padding-top: 260px;
  }

  .error-page h1 {
    font-size: 180px;
    letter-spacing: 12px;
  }

  .error-page h6 {
    font-size: 36px;
  }


  .cookie-alert {
    padding: 18px;
    left: 11.75%;
    max-width: 770px;
  }

  .rwd-table1 td:last-child span {
    margin-right: 2.5rem;
  }

  /*--------------more links for you carousel-------------*/


  .more-links-container .owl-carousel .owl-nav button.owl-next,
  .more-links-container .owl-carousel .owl-nav button.owl-prev {
    width: 54px;
    height: 54px;
    line-height: 58px;
  }

  .more-links-container .owl-theme .owl-prev i,
  .more-links-container .owl-theme .owl-next i {
    font-size: 28px;
  }

  .more-links-container .owl-theme .owl-prev {
    right: 85px;
  }

  .more-links-container .owl-theme .owl-nav {
    top: -98px;
  }

  /*--------------more links for you carousel end-------------*/
  /*--------------carousel with owl-carousel2-------------*/


  .new-home-slider .owl-carousel .owl-nav button.owl-next,
  .new-home-slider .owl-carousel .owl-nav button.owl-prev {
    width: 54px;
    height: 54px;
    line-height: 58px;
  }

  .new-home-slider .owl-theme .owl-prev i,
  .new-home-slider .owl-theme .owl-next i {
    font-size: 28px;
  }

  .new-home-slider .owl-theme .owl-prev {
    right: 85px;
  }

  .new-home-slider .owl-theme .owl-nav {
    top: -98px;
  }

  /*--------------carousel with owl-carousel2 end-------------*/

  #full-faq .card-body>*>li {
    padding-left: 30px;
  }

  #full-faq .card-body ul li:before {
    width: 10px;
    height: 10px;
    top: 14px;
  }

  .navbar .menu__box .accordion {
    padding-bottom: 5rem;
  }

  .new-layout2 input[type="text"] {
    padding: 4px 12px;
    height: 36px;
  }

  .new-layout2 select,
  .new-layout2 select option {
    padding: 4px 12px;
    height: 36px;
  }

}

@media only screen and (max-width: 3850px) and (min-width: 2160px) {

  #pimcore_video_libertyVideo iframe,
  #pimcore_video_libertyVideo video {
    height: 750px;
  }

  .partner-holder {}

  .partner-holder2 {
    margin-bottom: 100px;
  }

  .partner-holder h2 {
    font-size: 55px;
    margin-bottom: 50px;
  }

  .partner-holder .btn-blue,
  .white-color .btn-blue {
    margin-top: 30px;
  }

  .partner-holder h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .partner-holder p {
    margin-bottom: 1.3rem;
  }

  .partner-holder .btn-blue,
  .white-color .btn-blue {
    font-size: 28px;
    margin-top: 25px;
  }

  .partner-item {
    height: 520px;
    padding: 40px;
    border-radius: 20px;
  }

  .top-2 .flaticon-information-button {
    font-size: 18px;
    margin-left: 9px;
  }

  .top-2 [data-title]:hover::before {
    bottom: -74px;
    margin-left: -30px;
    font-size: 20px;
    width: 380px;
    line-height: 1.6;
  }

  .top-2 [data-title]:hover::after {
    left: 7px;
    border: 10px solid transparent;
    border-bottom: 10px solid #669f6a;
  }

  .top-3 [data-title]:hover::before {
    bottom: -74px;
    width: 250px;
  }

  .range2 img {
    width: 100px;
    height: auto !important;
    margin-bottom: 20px;
  }

  .range2 .head-cal {
    font-size: 38px;
  }

  .range2 span {
    line-height: 2.2;
    font-size: 36px;
  }

  .wide-101 #recipeCarousel .carousel {
    height: 430px;
  }

  .wide-101 #recipeCarousel .carousel-item {
    height: 430px;
  }

  .wide-101 .holder1 img {
    width: 180px;
    height: auto;
  }

  .promo9 {
    position: absolute;
    left: 3110px;
    top: 110px;
  }

  .promo-holder .border-promo {
    margin: 12px 0 12px 0;
  }

  .promo2 {
    width: 350px;
    height: auto !important;
  }

  .promo-holder p {
    font-size: 25px;
  }

  .promo-holder {
    top: 70px;
    width: 350px;
  }

  .cookie-alert {
    padding: 30px;
    max-width: 1000px;
    border-radius: 20px;
    left: 23%;
  }

  .cookie-msg p {
    font-size: 28px;
    line-height: 1.6;
  }

  .cookie-alert a {
    border-bottom: 1px solid rgba(19, 19, 19, 0.2);
  }

  a.accept-button-color {
    padding: 36px 90px;
    margin-top: 20px;
    border-radius: 100px;
    font-size: 28px;
  }

  .contact-tab .contact-tab-color {
    background-size: 2px 2px;
  }

  .contact-tab iframe {
    height: 650px;
    border-radius: 20px;
  }

  .tab-location-headquaters img {
    border-radius: 20px;
  }

  .wrapper-404 img {
    width: 800px;
    height: 600px;
  }

  .wrapper-404 h1 {
    font-size: 65px;
  }

  .wrapper-404 p {
    font-size: 26px;
  }

  .wrapper-404 button {
    font-size: 26px;
  }

  .contact-form .file-input {
    height: 65px;
  }

  .contact-form .file-input .button {
    padding: 10px 20px;
    margin-right: 50px;
    font-size: 24px;
  }

  .contact-form .file-input .label {
    font-size: 24px;
  }

  #paginationUL li {
    font-size: 22px;
  }

  .wide-100 .blog-img {
    height: auto;
  }

  footer.footer {
    padding: 70px 0;
  }

  footer .img-app-size {
    width: 200px;
    height: auto;
  }

  .sv-powered-by {
    margin-top: 2.5rem !important;
  }

  .app-margin {
    margin-top: 2.5rem !important;
  }

  .foot-social {
    margin-top: 2.5rem !important;
  }

  footer.footer .margin-right-google {
    margin-right: 1rem !important;
  }

  .contact-form .custom-control-label::before {
    top: 0.3rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .contact-form .custom-control-label::after {
    top: 0.3rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .contact-form textarea.form-control {
    height: 130px;
  }

  .contact-carousel .contact-tab-color:hover {
    padding: 3px 14px;
  }

  .about-carousel .about-link {
    font-size: 28px;
  }

  .redirect-text {
    font-size: 28px;
    padding: 20px 15px;
  }

  .redirect-text-connect {
    font-size: 28px;
    border: 5px solid #adc37e;
    padding: 20px 15px;
  }

  @supports (-moz-appearance: none) {
    .colors::-moz-range-progress {
      height: 10px;
    }

    .colors::-moz-range-track {
      height: 10px;
    }

    /* high value color */
    .colors::-moz-range-thumb {
      width: 30px;
      height: 10px;
      border-radius: 10px;
      margin-bottom: 10px;
      box-shadow: 0;
    }
  }

  /* Chrome */
  @supports (-webkit-appearance: none) {
    .colors {
      -webkit-appearance: none;
      background: #e2e2ea;
      height: 10px;
      margin: 40px 0 0 0;
    }

    /* high value color */
    .colors::-webkit-slider-thumb {
      -webkit-appearance: none;
      width: 30px;
      height: 10px;
    }
  }

  .range-new {
    margin-bottom: 15px !important;
  }

  .range-new1 {
    margin-bottom: 15px !important;
  }

  .new-layout2 button[type="button"] {
    margin-top: 50px;
  }

  .range11 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .chf-left {
    margin-left: 340px;
  }

  .new-layout2 hr {
    margin-bottom: 40px;
    border-top: 2px solid #669f6a;
  }


  .owl-theme .owl-controls .owl-page span {
    height: 40px !important;
    width: 40px !important;
    margin: 40px 10px !important;
  }

  .testimonial .pic img {
    height: 125px;
  }

  .testimonial {
    padding: 40px 30px 40px 70px;
    margin: 0 25px 25px 25px;
  }

  #testimonial-slider .btn-blue,
  .white-color .btn-blue {
    bottom: 40px;
  }

  .testimonial .pic {
    width: 400px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .testimonial .title {
    font-size: 62px;
    margin-bottom: 48px;
  }

  .testimonial:before {
    bottom: -6px;
    left: -25px;
    border-top: 40px solid #669f6a;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }

  .testimonial:after {
    top: -6px;
    left: -25px;
    border-top: 40px solid #669f6a;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }

  .testimonial .btn-blue,
  .white-color .btn-blue {
    margin-top: 35px !important;
  }

  .testimonial .top-99 {
    margin-top: 30px !important;
  }

  .head1 {
    font-size: 65px;
  }

  .head1-text {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .range1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .new-layout2 label {
    font-size: 28px;
  }

  .new-layout2 input[type="text"] {
    font-size: 26px;
    height: 46px;
  }


  .new-layout2 output {
    font-size: 28px;
  }


  .new-layout2 button[type="button"] {
    font-size: 28px;
  }

  .layout-head1-text {
    font-size: 28px;
  }

  .layout-head1 {
    font-size: 35px;
    margin-top: 45px !important;
  }

  .new-layout2 .top-2 {}

  .flaticon-information-button {
    font-size: 26px;
  }

  [data-title]:hover::after {
    font-size: 25px;
    left: 40px;
    width: 870px;
  }

  .title3[data-title]:hover::after {
    width: 750px;
  }

  .before-no .holder-new3 i {
    font-size: 20px;
  }

  .contact-form .contact-top {
    margin-top: 10px;
  }

  .wide-100 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wide-101 {
    padding-bottom: 120px;
  }

  .top-new22 {
    margin-top: 40px;
  }

  .slider2 .carousel-caption.img-last-top {
    bottom: 190px;
  }

  .new-layout input[type="text"].inputBox {
    width: 180px;
    padding: 10px 22px;
    height: 65px;
    border: 2px solid #639966;
    border-radius: 100px;
  }

  #demo.carousel {
    height: 400px;
  }

  .about-carousel3 img {
    /* width: 250px !important; */
    /* height: 250px !important; */
  }

  .about-carousel3 .carousel {
    height: 335px;
  }

  .about-carousel3 .carousel-item {
    min-height: 335px;
  }

  .frontLocation .ceo-desig {
    font-size: 24px;
  }

  .hovereffect .overlay {
    width: 275px;
    height: 275px;
  }

  .hovereffect a.info {
    margin: 110px 0 0;
    font-size: 24px;
    padding: 8px 22px;
  }

  .about-carousel3 .modal .modal-content {
    height: 1200px;
  }

  .about-carousel3 .modal .modal-content i {
    font-size: 32px;
  }

  .about-carousel3 .modal .modal-content .modal-header {
    padding: 2rem 2rem;
    border-bottom: 2px solid #669f6a;
  }

  .about-carousel3 .modal .modal-content p.ceo-name1 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .about-carousel3 .modal .modal-content .modal-text {
    font-size: 32px;
    margin-bottom: 4px;
  }

  .about-carousel3 .modal .modal-content p {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .about-carousel3 .modal .modal-content .modal-title {
    font-size: 36px;
  }

  .about-carousel3 .modal .modal-content p:before {
    padding-right: 10px;
    font-size: 28px;
  }

  .about-carousel3 .modal button.close {
    height: 70px;
    width: 70px;
    border-radius: 100px;
  }

  .about-carousel3 .board-prtfolio .ceo-head1 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .about-carousel3 .board-prtfolio p {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .about-carousel3 .board-prtfolio i {
    font-size: 21px;
    padding-right: 4px;
  }

  .about-height {
    height: auto;
  }

  .about-height1 {
    height: 140px;
  }

  .about-carousel .carousel {
    height: 420px;
  }

  .about-carousel .holder1 {
    height: 330px;
  }

  .contact-carousel .carousel {
    height: 440px;
  }

  .contact-carousel .holder1 {
    height: 300px;
  }

  .about-carousel .holder1 a {
    font-size: 28px;
  }

  .carousel-indicators li {
    width: 40px;
    height: 40px;
    margin: 0 10px;
  }

  .rwd-table td.text-table {
    padding-left: 90px !important;
  }

  .panel .back {
    padding: 15px !important;
  }

  .before-no .holder-new3 img {
    height: 55px;
    width: 55px;
  }

  .slider2 .carousel-caption.top11 {
    bottom: 110px;
  }

  .wide-100 .float-img {
    height: 100% !important;
    float: right;
  }

  .before-no .holder-new3 {
    height: auto;
  }

  .slider2 .carousel-caption.top10 {
    bottom: 130px;
  }

  .slider2 .carousel-caption.top9 {
    bottom: 180px;
  }

  .dropdown-menu {
    top: 90%;
  }

  .navbar-nav .nav-item {
    margin-left: 34px;
  }

  .navbar {
    padding: 18px 0px;
  }

  .foot-social ul.social>li>a {
    font-size: 35px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }

  .head111 {
    font-size: 32px;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .home-sld-main h1 {
    font-size: 95px;
  }

  .home-sld-main h2 {
    font-size: 32px;
  }

  .heading-new {
    font-size: 65px;
  }

  p {
    font-size: 28px;
  }

  #HomeCarousel {
    height: 1200px;
  }

  #HomeCarousel img {
    height: 1200px;
  }

  .home-slider .carousel-caption {
    bottom: 300px;
  }

  .header-logo {
    width: 500px;
    height: 90px;
  }

  .navbar .nav-link {
    font-size: 28px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 28px;
  }

  .flaticon-earth-grid-select-language-button {
    font-size: 18px;
  }

  .nav-item.dropdown.language:before {
    margin-top: 16px;
    font-weight: 800;
    margin-left: -20px;
  }

  .wide-100 .btn-blue,
  .white-color .btn-blue {
    font-size: 28px;
    margin-top: 25px;
  }

  .btn-blue,
  .white-color .btn-blue {
    font-size: 28px;
    margin-top: 25px;
  }

  .heading-first {
    font-size: 65px;
  }

  .heading1 {
    font-size: 32px;
    margin: 20px 0;
  }

  .head1 {
    font-size: 65px;
  }

  .head1-text {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .range1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .new-layout2 label {
    font-size: 28px;
  }

  .new-layout2 input[type="text"] {
    font-size: 24px;
    height: 65px;
    padding: 10px 22px;
    border-radius: 100px;
  }


  .new-layout2 output {
    font-size: 24px;
  }

  .new-layout2 select {
    font-size: 24px;
    height: 65px;
    padding: 10px 22px;
    border-radius: 100px;
  }

  .new-layout2 select option {
    font-size: 24px;
    height: 65px;
    padding: 10px 22px;
  }

  #hero img {
    width: 720px;
    margin-top: 14px;
  }

  #hero img {
    width: 720px;
    margin-top: 14px;
  }

  #hero img {
    width: 720px;
    margin-top: 14px;
  }

  #hero img {
    width: 720px;
    margin-top: 14px;
  }

  .new-layout2 input[type="submit"] {
    font-size: 28px;
  }

  .layout-head1-text {
    font-size: 42px;
  }

  .layout-head1 {
    font-size: 62px;
    margin-top: 120px !important;
  }

  .flaticon-information-button {
    font-size: 26px;
  }

  [data-title]:hover::after {
    font-size: 25px;
    left: 40px;
    width: 870px;
  }

  .title3[data-title]:hover::after {
    width: 750px;
  }

  .heading-new2 {
    font-size: 65px;
  }

  .heading-new27 {
    font-size: 65px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .book-2 {
    margin: 60px 0;
  }

  .information.flex-column {
    padding-left: 30px !important;
  }


  .readmore_btn,
  .readmore_btn:hover {
    font-size: 26px;
  }

  .readmore_btn:hover {
    transform: translate(-30px, 0);
    padding-left: 4rem;
  }

  .before-no .holder-new1 {
    height: 350px;
  }

  .readmore_btn:after {
    height: 4px;
    box-shadow: -10px 0px 0px 0px #adc37e;
    top: 53%;
  }

  .readmore_btn:hover:after {
    height: 50px;
    right: -15%;
  }

  .readmore_btn2,
  .readmore_btn2:hover {
    font-size: 26px;
  }

  .readmore_btn2:hover {
    transform: translate(-60px, 0);
    padding-left: 6rem;
  }

  .readmore_btn2:after {
    height: 4px;
    box-shadow: -8px 0px 0px 0px #adc37e;
  }

  .readmore_btn2:hover:after {
    height: 50px;
    right: -15%;
    box-shadow: -8px 0px 0px 0px #adc37e;
  }

  select#Anrede {
    width: 100%;
    height: 75px;
    font-size: 24px;
  }

  .subscribe_form_wrapper input {
    width: 100%;
    height: 75px;
    font-size: 24px;
    padding: 0.475rem 1rem;
  }

  div#captcha div {
    width: 490px;
  }

  .subscribe_form_wrapper button {
    width: 100%;
    height: 75px;
    font-size: 24px;
  }

  .subscribe-title-home {
    font-size: 65px;
  }

  .subscribe-title-text {
    font-size: 32px;
  }

  .footer-logo {
    width: 500px;
    height: auto;
  }

  .footer-nav-link ul li a {
    font-size: 28px;
  }

  .sv-powered-by {
    font-size: 26px;
  }

  .subscribe_form_wrapper label {
    font-size: 24px;
    margin: 0px;
    margin-left: -24px;
  }

  #MiniRightNav a:hover span {
    padding: 0 120px;
  }

  #MiniRightNav li a {
    padding: 14px;
    width: 120px;
    height: 120px;
    border: 6px solid #669f6a;
    margin-bottom: 24px;
    border-radius: 100px;
  }

  #MiniRightNav i {
    font-size: 38px;
  }

  .wide-101 .carousel-indicators li {
    width: 18px;
    height: 18px;
  }

  #MiniRightNav span {
    font-size: 42px;
    right: 120px;
    line-height: 120px;
    border-radius: 100px;
  }

  .icon-bar {}

  .slider2 .carousel-item {
    min-height: 665px;
  }

  .slider2 .carousel-caption h1 {
    font-size: 65px;
  }

  .slider2 .carousel-caption h2 {
    font-size: 28px;
  }

  .heading-new3 {
    font-size: 30px;
  }

  .rwd-table th,
  .rwd-table td {
    font-size: 28px;
  }

  .rwd-table [data-title]:hover::after {
    font-size: 16px;
    left: -70px;
    width: 250px;
    top: 56px;
  }

  .holder-new {
    height: 295px;
  }

  .before-no5 .holder-new img {
    height: 75px;
    width: 75px;
  }

  .holder-new .icon-top {
    margin-top: 0;
  }

  .head11 {
    font-size: 32px;
  }

  .head11:before {
    font-size: 26px;
    padding-right: 10px;
  }

  .about-contact a {
    font-size: 28px;
  }

  .heading-contact {
    font-size: 65px;
  }

  .contact-form .form-control {
    font-size: 24px;
    height: 65px;
    border: 2px solid #ced4da;
  }

  .contact-form .form-control:focus {
    border: 2px solid #ced4da;
  }

  .contact-form label {
    font-size: 28px;
  }

  .wide-100 .custom-control-label {
    font-size: 22px;
  }

  .wide-100 .nav-tabs .nav-link {
    font-size: 32px;
  }

  .wide-100 .nav-tabs .nav-link i {
    font-size: 18px;
  }

  .wide-101 .nav-tabs .nav-link {
    font-size: 32px;
    padding: 2rem;
  }

  .wide-101 .nav-tabs .nav-link i {
    font-size: 18px;
  }

  #full-faq .faq-area .card .card-header h2 button {
    font-size: 32px;
  }

  #full-faq .card-body {
    font-size: 28px;
  }

  .rwd-table1 th,
  .rwd-table1 td {
    font-size: 28px;
  }

  input[type="file"] {
    height: 55px;
  }

  input[type="file"]:before {
    width: 208px;
    height: 42px;
    font-size: 26px;
    line-height: 42px;
  }

  .contact-form .btn-blue,
  .white-color .btn-blue {
    margin-top: 20px;
  }

  .wide-100 .contact-form .form-group {
    margin-bottom: 1.5rem;
  }

  .login-connect {
    height: 100vh;
  }

  .login-connect .card-title {
    font-size: 65px;
  }

  .login-connect .form-group .form-control {
    height: 75px;
    font-size: 28px;
  }

  .login-connect .forgot-password {
    font-size: 28px;
  }

  .login-connect .form-group button.btn.btn-primary.btn-block {
    font-size: 28px;
  }

  .login-connect .form-group i {
    font-size: 26px;
  }

  .login-connect .login-footer ul li a {
    font-size: 28px;
  }

  .media-top {
    margin-top: 200px !important;
  }

  .login-connect .form-group {
    margin-bottom: 2.2rem;
  }

  .login-connect .card-body {
    padding: 30px;
  }

  .login-connect .form-group label {
    font-size: 28px;
  }

  .login-connect .login-img {
    width: 875px;
    height: 656px;
    margin-top: 0;
  }

  .wide-100 img {
    height: auto;
  }

  .wide-100 .job-img {}

  .contact-form img {
    width: auto;
  }

  .wide-101 .home-img {
    height: auto;
    object-fit: inherit;
  }

  .wide-101 img {
    height: 100%;
    object-fit: contain;
  }

  .invalid-feedback {
    font-size: 100%;
  }

  .legal-pdf i {
    font-size: 18px;
    margin-right: 8px;
  }

  .legal-pdf ul>li>a {
    font-size: 28px;
    line-height: 1.8;
  }

  .daysCheckbox1 {
    zoom: 1.4;
  }

  .holder-new img {
    height: 55px;
    width: 55px;
    object-fit: inherit;
  }

  .sr-icon {
    height: 100px;
    width: 100px;
  }

  .sr-icon:after {
    height: 100px;
    width: 100px;
    border: 4px solid #adc37e;
  }

  .holder22 a {
    font-size: 28px;
  }

  .head11 i {
    font-size: 28px;
    margin-right: 10px;
  }

  .holder22 p {
    margin-left: 40px;
    margin-top: 1rem;
  }

  .holder22 ul {
    padding-left: 40px;
    font-size: 28px;
    margin-top: 1rem;
  }

  .holder22 ul li {
    padding: 0 0 0 35px;
  }

  .holder22 ul li::before {
    top: 10px;
    width: 14px;
    height: 14px;
  }


  .contact-form .online-img {
    float: none !important;
  }

  i.flaticon-download {
    font-size: 18px;
    margin-left: 6px;
  }


  .before-no .holder-new1 img {
    height: 75px;
    width: 75px;
    margin-top: 15px;
  }

  .blog-page .head-blog {
    font-size: 30px;
  }

  .blog-page .head-blog1 {
    color: #18191f;
    font-size: 30px;
  }

  .blog-page .head-blog3 {
    font-size: 30px;
  }

  .blog-page .head-blog4 {
    font-size: 26px;
  }

  .blog-page .head-blog6 {
    font-size: 26px;
  }

  .blog-page small {
    font-size: 18px;
  }

  .panel {
    width: 350px;
    height: 350px;
  }

  .isas {
    background-size: 240px 244px;
  }

  .boisedigital {
    background-size: 240px 244px;
  }

  .dissolve {
    background-size: 240px 244px;
  }

  .frontLocation .ceo {
    font-size: 28px;
  }

  .frontLogo {
    height: 260px;
  }

  .backTitle {
    font-size: 28px;
  }

  .backParagraph {
    font-size: 24px;
  }

  .backGoto {
    font-size: 20px;
  }

  .contact-text-about img {
    width: 80px;
    height: auto;
    margin-bottom: 15px;
  }

  .wide-101 #demo .carousel-item {
    height: 400px;
  }

  .introduce {
    height: 400px;
  }

  .pic {
    height: 130px !important;
    width: 130px;
  }

  .introduce {
    border-bottom: 6px solid #669f6a;
  }

  .introduce:hover {
    border-bottom: 6px solid #adc37e;
  }

  .hovereffect a.info {
    border: 2px solid #fff;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar {
    width: 10px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  /*---------------------------------new blog page---------------*/
  .search-box {
    height: 90px;
    border-radius: 100px;
    padding: 0px 36px;
    font-size: 26px;
    margin-bottom: 40px;
  }

  .search-box input {
    font-size: 26px;
    line-height: 90px;
    padding-left: 6rem;
  }

  .search-box .icon {
    width: 70px;
    height: 70px;
    font-size: 36px;
    margin-top: 10px;
  }

  .slick .slide .mhn-img {
    min-height: 400px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .slick .slide {
    border-radius: 20px;
  }

  .blog-link {
    font-size: 36px;
  }

  .slick .slide .mhn-text p {
    height: 240px;
    font-size: 26px;
  }

  .slick .slick-next,
  .slick .slick-prev {
    height: 80px;
    width: 80px;
    top: 20%;
  }

  .mhn-inner .mhn-img {
    min-height: 400px;
  }

  .slick .slide .mhn-text .blog-set i {
    margin-right: 10px;
  }

  .navbar ul {
    padding: 0 50px 0 0;
    gap: 50px;
  }

  .mhn-inner .mhn-text {
    padding: 20px;
  }

  .mhn-inner .blog-link {
    font-size: 36px;
  }

  .mhn-inner .mhn-text p {
    font-size: 26px;
    margin-bottom: 1.5rem;
  }

  .mhn-inner {}

  .mhn-inner a.blog-new-link {
    font-size: 24px;
    padding: 8px 30px;
    top: 35%;
    border-radius: 8px;
  }

  .mhn-inner .blog-link-holder {
    margin-bottom: 15px;
  }

  .mhn-inner .mhn-text .blog-set i {
    margin-right: 10px;
  }

  .slick .slick-next:before,
  .slick .slick-prev:before {
    font-size: 40px;
  }

  .slick .slide {
    margin: 0px 14px;
  }

  .filter-group .select2-container--default .select2-selection--single {
    height: 90px;
    border-radius: 100px;
    padding: 0 40px;
  }

  .filter-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 90px;
    font-size: 26px;
  }

  .filter-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 70px;
    height: 70px;
    top: 10px;
  }

  .filter-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 12px 10px 0 10px;
    margin-left: -10px;
    margin-top: -3px;
  }

  .filter-group .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 10px 12px 10px;
    margin-top: -8px;
  }

  .select2-dropdown {
    border: 2px solid #ced4da !important;
    border-top: 0 !important;
  }

  .select2-search--dropdown .select2-search__field {
    border: 2px solid !important;
    padding: 12px !important;
    font-size: 26px !important;
  }

  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 16px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: 22px;
  }

  .select2-container--default .select2-results>.select2-results__options {
    max-height: 290px !important;
  }

  .select2-search--dropdown {
    padding: 10px !important;
  }

  .select2-container--default .select2-results__group {
    border-bottom: 4px solid !important;
    font-size: 26px !important;
  }

  .select2-results__options {
    font-size: 22px !important;
  }

  .blog-new-link {
    margin-left: 20px;
    font-size: 28px;
    padding: 36px 60px;
    border-radius: 100px;
    height: 72px;
    line-height: 0;
  }

  .blog-new-link-home {
    margin-left: 20px;
    font-size: 26px;
    padding: 8px 36px;
  }

  .blog-fixed-search {
    font-size: 26px;
    line-height: 90px;
  }

  .fund_img {
    padding: 0 2.5rem 0 0;
  }

  .blog-link-holder {
    height: 140px;
  }

  .mhn-inner .mhn-text .blog-desc-height {
    height: 200px;
  }

  .slick .slide .mhn-text .blog-desc-height {
    height: 200px;
  }

  .slick .slide .mhn-text {
    padding: 20px;
  }

  /*---------------------------------new blog page end---------------*/
  /*------------------------new media page------------------------------*/
  .media-flex {
    gap: 15px;
  }

  .media-flex .btn-get-started1:first-child {
    margin-right: 2.5rem;
  }

  .slick .slide .mhn-img img {
    height: 60px;
  }

  .slick .slide .libertygreen-press {
    font-size: 36px;
    top: 62%;
  }

  .media-flex .btn-blue {
    margin-top: 0;
    padding: 8px 26px;
  }

  .slick .slide .mhn-img i {
    font-size: 100px;
  }

  /*------------------------new media page end------------------------------*/
  .home-slider .carousel-caption {
    padding: 16rem 0 0 0;
  }

  #HomeCarousel .carousel-control-prev,
  #HomeCarousel .carousel-control-next {
    width: 20%;
  }

  #HomeCarousel .carousel-control-next-icon,
  #HomeCarousel .carousel-control-prev-icon {
    font-size: 48px;
    width: 90px;
    height: 90px;
  }

  .slider2 .carousel-caption {
    padding: 17rem 0 0 0;
  }

  /*------------------------------------------Contact new tab---------------------------------------------------*/
  .contact-new-tab-btn {
    margin: 1.5rem 0 0 0;
  }

  .contact-text-about p {
    margin-bottom: 15px;
  }

  .contact-height-new {
    height: 480px;
  }

  .tab-location-headquaters {
    margin-top: 60px;
  }

  .tab-location-headquaters h5 {
    font-size: 44px;
    margin-bottom: 2.5rem;
  }

  .tab-location-headquaters span {
    margin-right: 0.75rem;
  }

  .tab-location-headquaters p {
    margin-bottom: 2.5rem;
  }

  /*------------------------------------------Contact new tab end---------------------------------------------------*/
  /*------------------------------------------Home Page cards---------------------------------------------------*/
  .home-card-body {
    padding: 20px;
    border-radius: 20px;
  }

  .home-card-body img {
    height: auto;
    width: 180px;
    margin-bottom: 80px;
  }

  .home-card-title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .home-card-footer {
    margin: 1rem 0;
  }

  /*------------------------------------------Home Page cards end---------------------------------------------------*/
  /*------------------------------------------Video with new area cards---------------------------------------------------*/
  .home-cards i.flaticon-right-arrow-in-circular-button {
    font-size: 28px;
    vertical-align: middle;
    margin-right: 10px;
  }

  .video-promo {
    margin: 0 15px 80px 15px;
  }

  .video-content-holder {
    padding: 20px;
  }

  .video-content-holder h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  /*------------------------------------------Video with new area cards end---------------------------------------------------*/
  /*------------------------------------------Home Page Blog---------------------------------------------------*/
  .home-blog-slider .home-blog-box {
    margin: 0px 14px;
  }

  .home-blog-slider .home-blog-box .mhn-img {
    min-height: 500px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .home-blog-slider .home-blog-box {
    border-radius: 20px;
  }

  .home-blog-slider .home-blog-box .mhn-text {
    padding: 20px;
  }

  .home-blog-slider .home-blog-box .blog-link {
    font-size: 62px;
  }

  .home-blog-slider .home-blog-box .mhn-text p {
    font-size: 42px;
  }

  .home-blog-slider .slick-next,
  .home-blog-slider .slick-prev {
    height: 70px;
    width: 70px;
    top: 22%;
  }

  .home-blog-slider .slick-next:before,
  .home-blog-slider .slick-prev:before {
    font-size: 40px;
  }

  .home-blog-slider .home-blog-box .mhn-text .blog-desc-height {}

  /*------------------------------------------Home Page Blog end---------------------------------------------------*/
  /*------------download center----------------------*/
  .download-center .nav-pills-custom .nav-link {
    padding: 26px;
    font-size: 28px;
    margin-bottom: 2.5rem;
    border-radius: 20px;
  }

  .download-center .tab-content .tab-pane {
    padding: 46px;
  }

  .download-center .tab-content ul>li {
    padding: 32px 0;
    border-bottom: 2px solid #669f6a;
  }

  .download-center .tab-content ul>li a {
    font-size: 28px;
  }

  .download-center .tab-content .tab-pane h4 {
    margin: 30px 0 60px 0;
    font-size: 62px;
  }

  .download-center .nav-pills-custom .nav-link::before {
    border-top: 14px solid transparent;
    border-left: 18px solid #669f6a;
    border-bottom: 14px solid transparent;
    right: -15px;
  }

  /*------------download center end----------------------*/
  /*------------------------video snippet slider------------------------------*/
  .video-promo-single {
    margin-bottom: 7rem;
  }

  .video-promo-single iframe {
    height: 700px;
  }

  .video-content-holder-single {
    padding: 26px 20px;
  }

  .video-content-holder-single h2 {
    font-size: 36px;
    margin-bottom: 1rem;
  }

  .video-content-holder-single p {
    font-size: 30px;
  }

  .video-posts .owl-carousel .owl-stage {
    margin-top: 7rem;
  }

  .video-posts .owl-carousel .thumbnail {
    margin: 0 15px 15px 15px;
  }

  .video-posts .owl-carousel .thumbnail .video iframe {
    height: 500px;
  }

  .video-posts .owl-carousel .caption {
    padding: 26px 20px;
  }

  .video-posts .owl-carousel .caption h4 {
    font-size: 36px;
    margin-bottom: 1rem;
  }

  .video-posts .owl-carousel .caption p {
    font-size: 30px;
  }

  .video-posts .owl-theme .owl-prev {
    left: 90%;
  }

  .video-posts .owl-carousel .owl-nav button.owl-next,
  .video-posts .owl-carousel .owl-nav button.owl-prev {
    height: 68px;
    width: 68px;
  }

  .video-posts .owl-theme .owl-prev i,
  .video-posts .owl-theme .owl-next i {
    font-size: 33px;
  }

  .video-home-slider .promo9 {
    left: 36rem;
    top: -18rem;
  }

  /*------------------------video snippet slider end------------------------------*/
  /*-------partner carousel dots visibility-----------------------------*/
  #HomeCarousel .carousel-indicators li {
    width: 24px;
    height: 24px;
    margin: 0 7px;
  }

  .home-slider2 .carousel-indicators li {
    width: 24px;
    height: 24px;
    margin: 0 7px;
  }

  .testimonial {
    padding: 35px;
    margin: 10px 25px;
    border-radius: 20px;
  }

  #testimonial-slider .owl-dots {
    padding-top: 60px;
  }

  #testimonial-slider .owl-dots button.owl-dot {
    width: 24px;
    height: 24px;
    margin: 0 7px;
  }

  /*-------partner carousel dots visibility end-----------------------------*/
  /*-------------------new header video snippet-----------------*/
  #Home-Video-Carousel {
    height: 1200px;
  }

  #Home-Video-Carousel iframe {
    height: 1200px;
  }

  #Home-Video-Carousel video {
    height: 1200px;
  }

  #Home-Video-Carousel .embed-responsive {
    height: 1200px;
  }

  #Home-Video-Carousel img {
    height: 1200px;
  }

  #Home-Video-Carousel .carousel-control-prev,
  #Home-Video-Carousel .carousel-control-next {
    width: 20%;
  }

  #Home-Video-Carousel .carousel-control-next-icon,
  #Home-Video-Carousel .carousel-control-prev-icon {
    font-size: 48px;
    width: 90px;
    height: 90px;
  }

  .video-home-slider .promo2 {
    width: 350px;
  }

  .video-home-slider .promo-holder {
    top: 70px;
    width: 350px;
  }

  .video-home-slider .carousel-caption {
    padding: 24rem 0 0 0;
  }

  .header-btn {
    padding: 16px 38px;
    margin-top: 2.5rem;
    font-size: 28px;
  }

  /*-------------------new header video snippet end-----------------*/
  .parallax-background-container .section-bg .heading-new-tree h4 {
    font-size: 100px;
    margin-bottom: 2.5rem;
  }

  .parallax-background-container .section-bg .heading-new-tree h6 {
    font-size: 50px;
    margin-bottom: 2.5rem;
  }

  .parallax-background-container .section-bg .heading-new-tree p {
    font-size: 38px;
    margin-bottom: 2.5rem;
  }

  .parallax-background-container .section-bg .heading-new-tree .btn-blue {
    font-size: 38px;
    padding: 16px 40px;
  }

  #header {
    padding: 20px 0;
  }

  .header-logo {
    width: 500px;
    height: auto;
  }

  #header .get-started,
  #hero .get-started {
    padding: 36px 72px;
    border-radius: 100px;
  }

  #header .get-started span,
  #hero .get-started span {
    font-size: 28px;
  }

  #header .get-started i,
  #hero .get-started i {
    margin-left: 14px;
    font-size: 42px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 28px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 28px;
    margin-left: 14px;
  }

  .menu__btn {
    top: 40px;
    width: 70px;
    height: 70px;
  }

  .menu__btn>span,
  .menu__btn>span::before,
  .menu__btn>span::after {
    height: 3px;
  }

  .menu__btn>span::before {
    top: -16px;
  }

  .menu__btn>span::after {
    top: 16px;
  }

  #menu__toggle:checked~.menu__box {
    top: 147px;
    padding: 150px 0;
  }

  .navbar .menu__item,
  .navbar .menu__item:focus {
    padding: 30px 0;
    font-size: 52px;
    border-bottom: 3px solid #18191f;
  }

  .menu__box ul li {}

  .menu__box ul li a,
  .menu__box ul li a:focus {
    font-size: 28px;
  }

  #myModal-open .modal-dialog {
    max-width: 1600px;
  }

  #myModal-open .modal-content .modal-body h1 {
    font-size: 120px;
    margin-bottom: 3rem;
  }

  p {
    font-size: 28px;
  }

  .read-more {
    padding: 36px 72px;
    margin-top: 40px;
    border-radius: 100px;
  }

  .read-more span {
    font-size: 28px;
  }

  .read-more i {
    margin-left: 14px;
    font-size: 38px;
  }

  #myModal-open .modal-header .close {
    font-size: 40px;
  }

  .navbar .dropdown ul a {
    padding: 18px 22px;
    font-size: 28px;
  }

  .navbar .dropdown ul li {
    min-width: 150px;
  }

  .navbar .dropdown ul {
    left: -50px;
    border-radius: 20px;
  }

  #myModal-open .modal-content {
    border-radius: 20px;
    padding: 40px 70px 70px 70px;
  }

  #hero .carousel-indicators {
    bottom: 4rem;
  }

  .new-layout form {
    border-radius: 20px;
  }

  #hero h1 {
    font-size: 120px;
    margin-bottom: 3.5rem;
    line-height: 1.4;
  }

  #hero h2 {
    font-size: 60px;
  }

  .slider-btn {
    margin-top: 7rem;
  }


  .new-layout {
    padding: 100px 0;
  }

  .copyright {
    font-size: 28px;
  }

  .footer-nav-link {
    padding: 60px 0;
  }

  .footer-top2 {
    padding: 60px 0 0 0;
  }

  .scroll-top {
    padding: 85px 210px;
    border-radius: 100px;
  }

  .scroll-top span {
    font-size: 50px;
  }

  .cta-bg .heading-new {
    margin-bottom: 80px;
  }

  .cta-bg h4 {
    margin-bottom: 80px;
    font-size: 62px;
  }

  .post-slide1 img {
    height: auto;
    width: 600px;
  }

  .scroll-top i {
    margin-left: 14px;
    font-size: 42px;
  }

  .subscribe-title-text {
    font-size: 32px;
  }

  .subscribe-form form .form-group label {
    margin-bottom: .75rem;
    font-size: 24px;
    padding-left: 22px;
  }

  .subscribe-form form .form-group .form-control {
    height: 75px;
    padding: 10px 22px;
    font-size: 24px;
    border-radius: 100px;
  }

  .subscribe-form form .form-group input[type="radio"]+label {
    padding-left: 45px;
    font-size: 24px;
    line-height: 20px;
  }

  .subscribe-form form .form-group input[type="radio"]+label::before {
    width: 28px;
    border: 4px solid #669f6a;
  }

  .subscribe-form form .form-group input[type="radio"]+label::after {
    width: 15px;
    left: 7px;
  }

  .chatbot__button {
    width: 140px;
    height: 140px;
    right: 60px;
  }

  .chatbot__button span {
    font-size: 72px;
  }

  .chatbot {
    bottom: 80px;
    right: 210px;
    width: 950px;
  }

  .chatbot__header {
    padding: 38px;
  }

  .chatbox__title {
    font-size: 56px;
  }

  .chatbot__chat p {
    font-size: 42px;
    padding: 18px 22px;
  }

  .incoming span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 35px;
  }

  .chatbot__textarea {
    font-size: 42px;
  }

  .chatbot__input-box span {
    font-size: 62px;
  }

  .step-icon {
    width: 220px;
    height: 220px;
    border: 3px solid #669f6a;
    line-height: 200px;
    font-size: 110px;
  }

  .step-num {
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    top: -50px;
    width: 100px;
  }

  .step-desc h4 {
    font-size: 62px;
    margin: 80px 0;
  }

  .step-desc p {
    font-size: 42px;
  }

  #news-slider .owl-controls .owl-buttons .owl-prev,
  #news-slider .owl-controls .owl-buttons .owl-next {
    padding: 10px;
    font-size: 50px;
    width: 100px;
    height: 100px;
  }

  #news-slider .owl-controls .owl-buttons .owl-prev {
    right: 160px;
  }

  #news-slider .owl-controls .owl-buttons .owl-prev:after,
  #news-slider .owl-controls .owl-buttons .owl-next:after {
    font-size: 48px;
  }

  .new-layout2 span i {
    font-size: 32px;
  }

  .post-slide {
    padding: 0 25px 0 0;
  }

  tooltip]::after {
    min-width: 48em;
    max-width: 100em;
    font-size: 36px;
  }

  .chatbot__header span {
    font-size: 56px;
    right: 40px;
  }

  .circle:after {
    padding-bottom: 450px;
    width: 450px;
  }

  .circle__inner {
    width: 450px;
    height: 450px;
  }

  .circle__wrapper {
    width: 450px;
    height: 450px;
  }

  .circle {
    margin-top: -44em;
  }

  .circle__content {
    padding: 2em;
  }

  .circle__content p {
    font-size: 2em;
  }

  .circle__content p:last-child {
    font-size: 1.8em;
  }

  .circle__content hr {
    margin: 2em 0;
    border-top: 4px solid #ffc107;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 8%;
  }

  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    font-size: 55px;
    width: 100px;
    height: 100px;
  }

  .calculator-text h6 {
    font-size: 35px;
  }

  .calculator-text ul {
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 2.4;
  }

  .rate-input {
    margin: 5rem 0;
  }

  .rate-input h6 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .new-layout2 .head-cal ul li {
    font-size: 27px;
  }

  .new-layout2 .head-cal ul li:first-child {
    font-size: 28px;
  }

  .new-layout2 .head-cal ul li span {
    font-size: 28px;
    margin-left: 6px;
  }

  .new-layout2 .head-cal ul li span i {
    font-size: 28px;
  }

  [tooltip]::after {
    font-size: 38px;
  }

  [tooltip1]::after {
    font-size: 26px;
  }

  .tax_saving_btn_link {
    margin: 3rem 0 0 0 !important;
  }

  .tax_saving_btn_link h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .show-btn-click p {
    font-size: 26px;
  }

  .tax_saving_btn_link hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  select.minimal {
    background-position: calc(100% - 40px) calc(1em + 1px), calc(100% - 20px) calc(1em + 1px), calc(100% - 3.5em) 0.85em;
    background-size: 20px 20px, 20px 20px, 2px 1.3em;
  }

  select.minimal:focus {
    background-position: calc(100% - 20px) 1em, calc(100% - 40px) 1em, calc(100% - 3.5em) 0.85em;
    background-size: 20px 20px, 20px 20px, 2px 1.3em;
  }

  .inner-page-link {
    margin-bottom: 4rem;
  }

  .inner-page-link ol {
    font-size: 56px;
  }

  .rwd-table1 tr {
    border-top: 2px solid #669f6a;
    border-bottom: 2px solid #669f6a;
  }

  .rwd-table {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .rwd-table tr {
    border-top: 2px solid #669f6a;
    border-bottom: 2px solid #669f6a;
  }

  .accordion-header-fees i {
    margin-right: 16px;
  }

  .accordion-header-fees {
    font-size: 42px;
    border-bottom: 2px solid #669f6a;
  }

  .accordion__item_fees>.accordion-header-fees:after {
    font-size: 50px;
    width: 90px;
    height: 90px;
    padding: 0px 20px;
    top: -2px;
    line-height: 90px;
  }

  .accordion-body__contents-fees {
    font-size: 40px;
    border-bottom: 2px solid #669f6a;
  }

  .accordion-body__contents-fees ul {
    padding-left: 2rem;
    line-height: 2.4;
  }

  .tabpanel__tablabel {
    padding: 2rem;
    font-size: 62px;
  }

  .tabpanel .tabpanel__tablabel {
    padding-left: 100px;
    padding-right: 100px;
  }

  .tabpanel .tabpanel__panel {
    padding: 100px;
  }

  .download-center .tabpanel__panel ul>li {
    padding: 38px 0;
    border-bottom: 2px solid #669f6a;
  }

  .download-center .tabpanel__panel ul>li a {
    font-size: 42px;
  }

  .tabpanel .tabpanel__tablabel+.tabpanel__tab+.tabpanel__tablabel {
    margin-left: 12px;
  }

  .post-slide-2 {
    margin-top: 140px;
  }

  .post-slide-2 {
    margin: 250px 0 0 0;
  }

  #hero h3 {
    font-size: 75px;
    margin-bottom: 2rem;
  }

  #hero h4 {
    font-size: 60px;
  }

  .inner-page-link ol li+li {
    padding-left: 32px;
  }

  .inner-page-link ol li+li::before {
    padding-right: 32px;
  }

  .slick .slide .mhn-text .read-more {
    padding: 36px 72px;
    font-size: 28px;
    margin: 0;
  }

  .circle-9 {
    margin-top: -20rem;
  }

  #MiniRightNav li a img {
    width: 80px;
  }

  .chatbot__box {
    height: 900px;
    padding: 50px 30px 120px;
  }

  .subscribe-form .no-gutters>.col,
  .subscribe-form .no-gutters>[class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }

  .accordion .pagenav h4 {
    padding: 36px 0;
    border-bottom: 3px solid;
    font-size: 28px;
  }

  .accordion .pagenav h4 a {
    font-size: 28px;
  }

  .accordion .pagenav a {
    margin: 36px 0;
    font-size: 28px;
  }

  .accordion .pagenav ul {
    border-bottom: 3px solid;
  }

  .accordion .pagenav h4 i {
    font-size: 30px;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    line-height: 60px;
  }

  .footer hr {
    border-top: 2px solid #555555;
  }

  .tax_saving_btn_link a:last-child {
    padding: 36px 90px;
    border-radius: 100px;
    font-size: 28px;
  }

  .tooltip-99 i.bi.bi-exclamation-circle {
    margin-left: 18px;
  }

  .tooltip-99[data-direction="bottom"] .tooltip__item {
    left: -550%;
  }

  .tooltip__item {
    min-width: 750px;
    padding: 0 20px;
    font-size: 32px;
  }

  .tooltip-99 ul {
    padding-left: 2rem;
  }

  .download-center .tab-content {
    border-radius: 20px;
  }

  .subscribe-form form .form-group ul {
    margin: 1.5rem 0 0 0;
    padding-left: 22px;
  }

  .contact-text-about .read-more {
    padding: 36px 70px;
  }

  .contact-text-about {
    border-radius: 20px !important;
  }


  .bg-green {
    padding-top: 180px;
  }

  .home-card-body1 {
    padding: 20px;
    border-radius: 20px;
  }

  .home-card-title1 {
    font-size: 62px;
    margin-bottom: 28px;
  }

  .home-cards1 ul {
    font-size: 42px;
    padding-left: 2rem;
  }

  .about-more-info {
    margin-top: 6rem;
  }

  .about-more-info h6 {
    font-size: 62px;
    margin: 30px 0;
  }

  .team .member .member-info h4 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .team .member .member-info span {
    font-size: 28px;
  }

  .team .member .member-img {
    border-radius: 20px;
    width: 450px;
  }

  .team .member .member-info {
    margin-top: 60px;
  }


  .partners hr {
    margin: 4rem 0;
    border-top: 1px solid rgba(0, 0, 0, .3);
  }

  .file-input .button {
    padding: 26px 60px;
    border-radius: 100px;
    margin-right: 14px;
    font-size: 38px;
  }

  .file-input .label {
    font-size: 38px;
  }

  .wide-100 .nav-tabs .nav-link {
    font-size: 32px;
    padding: 30px 52px;
  }

  #full-faq .faq-area .card .card-header h2 button {
    font-size: 28px;
    padding: 15px 30px;
  }

  #full-faq .faq-area .card {
    margin: 30px 0;
  }

  #full-faq .card-body {
    font-size: 28px;
    padding: 30px 0 0 30px;
  }

  .impressum h6 {
    font-size: 60px;
    margin-bottom: 3rem;
  }

  .impressum p {
    margin-bottom: 16px;
  }

  .only-text-holder h6 {
    font-size: 60px;
    margin-bottom: 2.5rem;
  }

  .error-page {
    padding-top: 466px;
  }

  .error-page h1 {
    font-size: 240px;
    letter-spacing: 16px;
  }

  .error-page h6 {
    font-size: 62px;
  }

  .fund_img img {
    border-radius: 20px;
  }

  .wide-101 .nav-tabs {
    border-radius: 20px 20px 0 0;
  }

  .wide-101 .nav-tabs .nav-link.active {
    border-radius: 20px 0 0 20px;
  }

  .rwd-table1 {
    border-radius: 0 0 20px 20px;
  }

  .rwd-table {
    border-radius: 20px;
  }

  .wide-100 .nav-tabs {
    border-radius: 20px;
  }

  .wide-100 .nav-tabs .nav-link.active {
    border-radius: 20px 0 0 20px;
  }

  #full-faq .faq-area .card .card-header {
    border-radius: 20px;
  }

  .wide-100 .tabs-marker .nav-link.active .marker {
    height: 60px;
    width: 60px;
  }

  .wide-100 .tabs-marker .nav-link.active .marker:after {
    height: 50px;
    width: 50px;
    top: -4px;
  }

  .rwd-table1 th:first-child,
  .rwd-table1 td:first-child {
    width: 87%;
  }

  .rwd-table1 td:last-child span {
    margin-right: 4rem;
  }

  textarea#message {
    height: 220px;
    padding: 40px 70px;
    border-radius: 999px;
  }

  /*--------------more links for you carousel-------------*/
  .more-links-container .owl-carousel .thumbnail {
    border-radius: 20px;
  }

  .more-links-container .owl-carousel .thumbnail img {
    width: 90px;
    margin-bottom: 40px;
  }

  .more-links-container .owl-carousel .caption h4 {
    font-size: 36px;
    height: 60px;
  }

  .more-links-container .owl-carousel .caption .read-more {
    max-width: 400px;
  }

  .more-links-container .owl-carousel .owl-nav button.owl-next,
  .more-links-container .owl-carousel .owl-nav button.owl-prev {
    width: 80px;
    height: 80px;
    line-height: 84px;
  }

  .more-links-container .owl-theme .owl-prev {
    right: 130px;
  }

  .more-links-container .owl-theme .owl-prev i,
  .more-links-container .owl-theme .owl-next i {
    font-size: 42px;
  }


  /*--------------more links for you carousel end-------------*/
  /*--------------carousel with owl-carousel2-------------*/
  .new-home-slider .owl-carousel .owl-item .post-slide .holder1 img {
    width: 150px;
  }

  .new-home-slider .owl-carousel .owl-nav button.owl-next,
  .new-home-slider .owl-carousel .owl-nav button.owl-prev {
    width: 80px;
    height: 80px;
    line-height: 84px;
  }

  .new-home-slider .owl-theme .owl-prev {
    right: 130px;
  }

  .new-home-slider .owl-theme .owl-prev i,
  .new-home-slider .owl-theme .owl-next i {
    font-size: 42px;
  }

  .new-home-slider .owl-theme .owl-nav {
    top: -124px;
  }

  /*--------------carousel with owl-carousel2 end-------------*/

  .home-card-body p {
    margin-left: 48px;
  }

  #full-faq .card-body>*>li {
    padding-left: 50px;
    margin: 20px 0;
  }

  #full-faq .card-body ul li:before {
    width: 22px;
    height: 22px;
    top: 20px;
  }

  .navbar .menu__box .accordion {
    padding-bottom: 10rem;
  }

  #newsletter-form .read-more {
    margin-top: 2.5rem;
    height: 75px;
    line-height: 6px;
    padding: 36px 72px;
  }

  #newsletter-form .read-more span {
    font-size: 24px;
  }

  .contact-new-form .read-more {
    height: 75px;
  }

  .contact-new-form .read-more span {
    font-size: 24px;
  }

  .more-links-container .owl-theme .owl-nav {
    top: -124px;
  }
}

@media screen and (min-width: 1920px) {
  .about-height {
    height: 123px;
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 1615px) {
  .about-height {
    height: 124px;
  }
}

@media (min-width: 1340px) and (max-width: 1599px) {
  .promo9 {
    left: 1200px;
    top: 55px;
  }

  .promo2 {
    width: 140px;
    height: auto !important;
  }

  .promo-holder {
    top: 12px;
    width: 140px;
    padding: 15px;
  }

  .promo-holder p {
    font-size: 12px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1640px) {}

@media screen and (max-width: 1349px) and (min-width: 1281px) {
  .promo9 {
    left: 1120px;
    top: 70px;
  }

  .promo2 {
    width: 160px;
    height: auto !important;
  }

  .promo-holder {
    top: 30px;
    width: 160px;
    padding: 5px;
  }

  .promo-holder p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1150px) {
  .promo9 {
    left: 995px;
    top: 55px;
  }

  .promo2 {
    width: 140px;
    height: auto !important;
  }

  .promo-holder {
    top: 12px;
    width: 140px;
    padding: 15px;
  }

  .promo-holder p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .icon-bar {
    top: 75%;
  }

  #HomeCarousel {
    height: 720px;
  }

  #HomeCarousel img {
    height: 720px;
  }

  .product-heading {
    font-size: 70px;
    margin-top: 136px;
  }

  .product-discription {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .icon-bottom-text {
    top: 710px;
  }


  .happy-clent-wrapper {
    top: 1520px;
  }

  .about-text-1 {
    top: 880px;
  }

  .about-text-2 {
    top: 990px;
  }

  .video-home-slider .promo-holder {
    top: 30px;
  }
}

@media only screen and (max-width: 1149px) and (min-width: 1024px) {
  .range2 .head-cal {
    font-size: 11px;
  }

  #HomeCarousel .carousel-control-next-icon,
  #HomeCarousel .carousel-control-prev-icon {
    font-size: 22px;
    width: 38px;
    height: 38px;
  }

  .promo9 {
    left: 880px;
    top: 55px;
  }

  .promo2 {
    width: 140px;
    height: auto !important;
  }

  .promo-holder {
    top: 14px;
    width: 140px;
    padding: 15px;
  }

  .promo-holder p {
    font-size: 11px;
    margin-bottom: 0;
  }

  footer .img-app-size {
    width: 110px;
    height: auto;
  }

  .about-contact a {
    font-size: 18px;
  }

  .about-carousel .about-link {
    font-size: 16px;
  }

  .login-footer1 {
    margin-top: 240px;
  }

  .chf-left {
    margin-left: 120px;
  }

  .new-layout br {
    display: block;
  }

  .flaticon-earth-grid-select-language-button {
    font-size: 10px;
  }

  .slider2 .carousel-caption h1 {
    font-size: 40px;
  }

  br {
    display: none;
  }

  .forgot-bg {
    height: 100vh;
  }

  .nav-item.dropdown.language:before {
    margin-top: 5px;
  }

  .icon-bar {
    top: 70%;
  }

  .navbar .nav-link {
    font-size: 12px;
  }

  .navbar-nav .nav-item {
    margin-left: 5px;
  }

  .sidepanel {
    padding-top: 100px;
  }

  .sidepanel a {
    font-size: 26px;
  }

  .wrapper-new {}

  .heading-first {
    font-size: 45px;
  }

  #HomeCarousel {
    height: 500px;
  }

  #HomeCarousel img {
    height: 500px;
  }

  select#Anrede {
    width: 75px;
    font-size: 12px;
  }

  .heading1-text {
    font-size: 16px;
    margin-top: 0px;
  }

  .subscribe-title-home {
    font-size: 45px;
  }

  .subscribe-title-text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .wrapper-3 {
    height: 420px;
    padding-top: 5px;
  }

  .bg-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .bg-contain {
    margin-top: 78px;
  }

  .head1-text {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .wrapper-3 a {
    padding: 8px 30px;
    font-size: 18px;
  }

  .service-head {
    font-size: 22px;
    margin-bottom: 0;
  }

  .service-head-text {
    font-size: 16px;
  }

  .fa.fa-circle.color1 {
    margin-top: -5px;
  }

  .fa.fa-circle.color2 {
    margin-top: -5px;
  }

  .fa.fa-circle.color3 {
    margin-top: -5px;
  }

  .service-img3 {
    margin-left: 200px;
  }

  .subscribe_form_wrapper input {
    width: 235px;
    font-size: 12px;
  }

  .subscribe_form_wrapper button {
    width: 130px;
  }

  .product-heading {
    font-size: 65px;
    margin-top: 150px;
  }

  .product-discription {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .icon-bottom-text {
    top: 660px;
    font-size: 17px;
  }

  .services-heading {
    font-size: 45px;
    line-height: 1.2;
  }

  .subscribe_form_wrapper {}

  .happy-clent-wrapper {
    top: 1420px;
  }

  .about-text-1 {
    top: 830px;
  }

  .trems-condition-text-1 {
    top: 300px;
  }

  .header1 {
    margin-right: 20px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 12px;
    color: #555;
  }

  .home-slider .carousel-caption {
    padding: 8rem 0 0 0;
  }

  .home-sld-main h1 {
    font-size: 45px;
  }

  .home-sld-main h2 {
    font-size: 18px;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .contact-top1 {
    margin-top: 20px;
  }

  #MiniRightNav span {
    right: 50px;
  }

  .about-carousel3 .carousel {
    height: 300px;
  }

  .about-carousel3 .carousel-item {
    min-height: 300px;
  }

  .holder-new {
    height: 273px;
  }

  .holder-new .icon-top {
    margin-top: 3.8rem;
  }

  .range1 {
    font-size: 16px;
  }

  .new-layout2 hr {
    margin-bottom: 15px;
  }

  .chf-left {
    margin-left: 120px;
  }

  .range11 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .new-layout2 .top-2 {
    margin-top: 0px;
    padding: 30px 15px;
  }

  .new-layout2 label {
    font-size: 16px;
    margin-bottom: 0;
  }

  .range-new1 {
    margin-bottom: 2px !important;
  }

  .range-new {
    margin-bottom: 2px !important;
  }

  .new-layout2 br {
    display: block;
  }

  .contact-form br {
    display: block;
  }

  /*---------------------------------new blog page---------------*/
  .mhn-inner .mhn-text .blog-desc-height {
    height: 140px;
  }

  .slick .slide .mhn-text .blog-desc-height {
    height: 140px;
  }

  /*---------------------------------new blog page end---------------*/
  /*---------------------------------new media page---------------*/
  .heading-new2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  /*---------------------------------new media page end---------------*/
  .home-slider .carousel-caption .home-sld-main {
    width: 750px;
  }

  .slider2 .carousel-caption {
    padding: 8rem 0 0 0;
  }

  /*------------------------------------------Contact new tab---------------------------------------------------*/
  .contact-height-new {
    height: 280px;
  }

  .tab-location-headquaters h5 {
    font-size: 24px;
  }

  /*------------------------------------------Contact new tab end---------------------------------------------------*/
  /*------------------------------------------Home Page Blog---------------------------------------------------*/
  .home-blog-slider .home-blog-box .mhn-text .blog-desc-height {
    height: 140px;
  }

  /*------------------------------------------Home Page Blog end---------------------------------------------------*/
  /*------------download center----------------------*/

  .download-center .nav-pills-custom .nav-link {
    font-size: 18px;
    margin-bottom: 1rem;
    padding: 10px;
  }

  .download-center .tab-content ul>li {
    padding: 14px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 18px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }

  /*------------download center end----------------------*/
  /*------------------------video snippet slider------------------------------*/
  .video-promo-single {
    margin-bottom: 3rem;
  }

  .video-content-holder-single {
    padding: 12px 8px;
  }

  .video-content-holder-single h2 {
    font-size: 18px;
  }

  .video-content-holder-single p {
    font-size: 16px;
  }

  .video-posts .owl-carousel .thumbnail {
    margin: 0 6px 6px 6px;
  }

  .video-posts .owl-carousel .owl-nav button.owl-next,
  .video-posts .owl-carousel .owl-nav button.owl-prev {
    height: 30px;
    width: 30px;
  }

  .video-posts .owl-theme .owl-prev i,
  .video-posts .owl-theme .owl-next i {
    font-size: 14px;
  }

  .video-posts .owl-carousel .thumbnail .video iframe {
    height: 300px;
  }

  .video-posts .owl-carousel .caption {
    padding: 12px 8px;
  }

  .video-posts .owl-carousel .caption h4 {
    font-size: 18px;
  }

  .video-posts .owl-carousel .caption p {
    font-size: 16px;
  }

  /*------------------------video snippet slider end------------------------------*/
  /*-------partner carousel dots visibility-----------------------------*/
  .testimonial {
    padding: 20px 25px;
    margin: 10px 15px;
  }

  #testimonial-slider .owl-dots {
    padding-top: 20px;
  }

  /*-------partner carousel dots visibility end-----------------------------*/
  /*-------------------new header video snippet -----------------*/
  #Home-Video-Carousel {
    height: 450px;
  }

  #Home-Video-Carousel iframe {
    height: 450px;
  }

  #Home-Video-Carousel video {
    height: 450px;
  }

  #Home-Video-Carousel .embed-responsive {
    height: 450px;
  }

  #Home-Video-Carousel img {
    height: 450px;
  }

  .video-home-slider .promo9 {
    top: -5rem;
  }

  /*-------------------new header video snippet end-----------------*/
  .parallax-background-container .section-bg .heading-new-tree h4 {
    font-size: 36px;
  }

  .parallax-background-container .section-bg .heading-new-tree h6 {
    font-size: 20px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 18px;
  }


  .navbar .menu__item,
  .navbar .menu__item:focus {
    padding: 14px 0;
    font-size: 22px;
  }

  .menu__box ul li a,
  .menu__box ul li a:focus {
    font-size: 18px;
  }

  .home-card-title {
    font-size: 22px;
  }

  .navbar .dropdown ul li {
    min-width: 75px;
  }

  .navbar .dropdown ul a {
    padding: 8px 8px;
    font-size: 18px;
    max-width: fit-content;
    margin-inline: auto;
  }

  #myModal-open .modal-dialog {
    width: 600px;
  }

  p {
    font-size: 18px;
  }

  #myModal-open .modal-content .modal-body h1 {
    font-size: 36px;
  }

  #hero h1 {
    font-size: 40px;
  }

  #hero h2 {
    font-size: 22px;
  }

  .slider-btn {
    margin-top: 2rem;
  }


  .img-top7 {
    margin: 40px 0;
  }

  .post-slide {
    padding: 0 10px 0 0;
  }

  .wide-101 .holder1 img {
    width: 80px;
    height: auto;
  }

  .wide-101 .holder1 img {
    width: 80px;
    height: auto;
  }

  .heading1 {
    font-size: 22px;
  }

  .step-desc {
    margin-top: 30px;
  }

  .step-desc h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .step-desc p {
    max-width: 100%;
    margin: 0;
    font-size: 18px;
  }

  .step-icon {
    width: 120px;
    height: 120px;
    border: 2px solid #669f6a;
    line-height: 120px;
    font-size: 48px;
  }

  .step-num {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .home-card-body img {
    height: auto;
    width: 80px;
  }


  .home-blog-slider .home-blog-box .mhn-text p {
    font-size: 18px;
  }

  .home-blog-slider .home-blog-box .blog-desc-height {
    height: auto;
  }

  .heading-new {
    font-size: 30px;
  }

  .home-blog-slider .home-blog-box .mhn-text {
    padding: 10px;
  }

  .blog-new-link {
    margin-left: 10px;
    font-size: 16px;
    padding: 12px 30px;
  }

  .testimonial {
    padding: 30px 15px;
    margin: 15px 15px;
  }

  .subscribe-form .subscribe-title-text {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .cta-bg .heading-new {
    margin-bottom: 20px;
  }

  .cta-bg h4 {
    margin-bottom: 30px;
    font-size: 22px;
  }

  footer .img-app-size {
    width: 120px;
    height: auto;
  }

  .footer-nav-link ul li a {
    font-size: 18px;
    line-height: 2.2;
  }

  .footer-nav-link {
    padding: 20px 0;
  }

  .footer-top2 {
    padding: 20px 0 0 0;
  }

  .copyright {
    font-size: 18px;
  }

  .foot-social ul.social>li>a {
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }

  .chatbot__button {
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .chatbot__button span {
    font-size: 25px;
  }

  #hero .carousel-container {
    top: 8px;
  }

  .chatbot {
    bottom: 100px;
    right: 80px;
    height: 480px;
  }

  .post-slide1 img {
    width: 180px;
  }

  .circle:after {
    padding-bottom: 200px;
    width: 200px;
    height: 0;
  }

  .circle {
    margin-top: -14em;
  }

  .circle__inner {
    width: 200px;
    height: 200px;
  }

  .circle__wrapper {
    width: 200px;
    height: 200px;
  }

  .calculator-text h6 {
    font-size: 22px;
  }

  .calculator-text ul {
    font-size: 18px;
  }

  .rate-input h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .new-layout form {
    padding: 8px;
  }

  .wide-101 .nav-tabs .nav-link {
    font-size: 22px;
  }

  .rwd-table1 td {
    font-size: 18px;
  }

  .rwd-table1 th:first-child,
  .rwd-table1 td:first-child {
    width: 81%;
  }


  .scroll-top {
    padding: 36px 80px;
  }

  .rwd-table th,
  .rwd-table td {
    font-size: 18px;
  }

  .accordion-header-fees {
    font-size: 18px;
  }

  .accordion-body__contents-fees {
    font-size: 16px;
  }

  .tabpanel__tablabel {
    font-size: 22px;
  }

  .download-center .tabpanel__panel ul>li a {
    font-size: 18px;
  }

  .inner-page-link ol {
    font-size: 20px;
  }

  .tabpanel .tabpanel__tablabel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabpanel .tabpanel__panel {
    padding: 30px;
  }

  .home-blog-slider .home-blog-box .mhn-img {
    min-height: 200px;
  }

  .slick .slide .mhn-img {
    min-height: 200px;
  }

  .search-box {
    padding: 0 12px;
  }


  .slick .slide .mhn-text {
    padding: 10px;
  }

  .circle-9 {
    margin-top: -6rem;
  }

  #MiniRightNav li a {
    height: 50px;
    width: 50px;
    padding: 8px;
  }

  #MiniRightNav span {
    font-size: 18px;
    line-height: 50px;
  }

  #MiniRightNav a:hover span {
    padding: 0 50px;
  }

  .home-card-body {
    margin-bottom: 1.5rem;
  }

  .subscribe-form .no-gutters>.col,
  .subscribe-form .no-gutters>[class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }


  .subscibe-more .read-more {
    padding: 26px 34px;
    margin-top: 0;
  }


  .accordion .pagenav h4 {
    padding: 18px 0;
    font-size: 18px;
  }

  .accordion .pagenav h4 a {
    font-size: 18px;
  }

  .accordion .pagenav a {
    margin: 18px 0;
    font-size: 18px;
  }

  .accordion .pagenav h4 i {
    font-size: 18px;
    height: 36px;
    width: 36px;
    line-height: 38px;
  }

  .tax_saving_btn_link h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .show-btn-click p {
    margin: 10px 0;
    font-size: 14px;
  }

  .tax_saving_btn_link hr {
    margin-top: 15px;
  }


  #hero h3 {
    font-size: 36px;
  }

  #hero h4 {
    font-size: 24px;
  }


  .contact-text-about .read-more {
    padding: 20px 30px;
  }


  .bg-green {
    padding-top: 70px;
  }

  .home-card-title1 {
    font-size: 22px;
  }

  .home-cards1 ul {
    font-size: 18px;
  }

  .home-card-body1 {
    margin-bottom: 1.5rem;
  }

  .about-more-info h6 {
    font-size: 22px;
  }


  .team .member .member-info h4 {
    font-size: 22px;
  }

  .partner-holder h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }


  .error-page {
    padding-top: 180px;
  }

  .error-page h1 {
    font-size: 100px;
  }

  .error-page h6 {
    font-size: 22px;
  }


  #hero .get-started2 {
    width: 270px;
  }

  .cookie-alert {
    max-width: 600px;
    left: 4.5%;
  }

  /*--------------more links for you carousel-------------*/
  .more-links-container .owl-carousel .caption h4 {
    font-size: 22px;
  }

  /*--------------more links for you carousel end-------------*/
  /*--------------carousel with owl-carousel2-------------*/
  .new-home-slider .owl-carousel .owl-item .post-slide .holder1 img {
    width: 80px;
  }

  .more-links-container .owl-carousel .thumbnail {
    padding: 12px;
  }

  /*--------------carousel with owl-carousel2 end-------------*/
  .blog-link-holder {
    height: 100px;
  }

  .slick .slide .mhn-text p {
    height: 196px;
  }

  .navbar .dropdown ul {
    left: -15px;
  }

  .new-home-slider .owl-theme .owl-nav {
    top: -58px;
  }

  .subscribe-form form .form-group label {
    font-size: 14px;
    padding-left: 6px;
  }

  .subscribe-form form .form-group .form-control {
    padding: 4px 6px;
    font-size: 12px;
  }

  .header-logo {
    width: 235px;
    height: auto;
  }

  .footer-logo {
    width: 235px;
    height: auto;
  }

  .about-contact .contact-text-about .read-more span {
    font-size: 14px;
  }

  .subscribe-form form .form-group input[type="radio"]+label {
    line-height: 12px;
    font-size: 12px;
  }

  .team .read-more {
    padding: 20px 20px;
  }

  .team .read-more span {
    font-size: 16px;
  }

  #newsletter-form .read-more {
    padding: 20px 20px;
  }

  .home-card-item:last-child {
    padding-left: 0;
  }

  .more-links-container .owl-theme .owl-nav {
    top: -58px;
  }

  .subscribe-form form .form-group ul {
    padding-left: 6px;
  }

  footer.footer {
    padding: 30px 0;
  }

}

@media only screen and (max-width: 1023px) and (min-width: 991px) {
  .promo9 {
    left: 825px;
    top: 55px;
  }

  .promo2 {
    width: 150px;
    height: auto !important;
  }

  .promo-holder {
    top: 12px;
    width: 150px;
    padding: 20px;
  }

  .promo-holder p {
    font-size: 12px;
    margin-bottom: 0;
  }

  ul#parent-menu {
    text-align: center;
  }

  .sidepanel a {
    font-size: 26px;
  }

  .heading-first {
    font-size: 45px;
  }

  .carousel {
    height: 450px;
  }

  select#Anrede {
    width: 65px;
  }

  .wrapper-2 {}

  .heading1 {
    font-size: 22px;
    margin-top: 12px;
  }

  .heading1-text {
    font-size: 16px;
    margin-top: 0px;
  }

  .subscribe-title-home {
    font-size: 45px;
  }

  .subscribe-title-text {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .wrapper-3 {
    height: 420px;
    padding-top: 5px;
  }

  .bg-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .bg-contain {
    margin-top: 78px;
  }

  .head1-text {
    font-size: 20px;
  }

  .wrapper-3 a {
    padding: 8px 30px;
    font-size: 18px;
  }

  .service-head {
    font-size: 22px;
    margin-bottom: 0;
  }

  .service-head-text {
    font-size: 16px;
  }

  .fa.fa-circle.color1 {
    margin-top: -5px;
  }

  .fa.fa-circle.color2 {
    margin-top: -5px;
  }

  .fa.fa-circle.color3 {
    margin-top: -5px;
  }

  .service-img3 {
    margin-left: 200px;
  }

  .subscribe_form_wrapper input {
    width: 210px;
  }

  .product-heading {
    font-size: 65px;
    margin-top: 150px;
  }

  .product-discription {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .icon-bottom-text {
    top: 660px;
    font-size: 17px;
  }

  .services-heading {
    font-size: 45px;
    line-height: 1.2;
  }

  .happy-clent-wrapper {
    top: 1420px;
  }

  .about-text-1 {
    top: 830px;
  }

  .trems-condition-text-1 {
    top: 300px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    box-shadow: none;
    position: relative;
    transition: none;
    top: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar .nav-link {
    font-size: 12px;
    padding: 6px 0px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 0;
  }

  .home-slider .carousel-caption {
    bottom: 95px;
  }

  .home-sld-main h4 {
    font-size: 30px;
  }

  .home-sld-main p {
    font-size: 18px;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .about-carousel3 img {
    height: 124px;
    width: 120px;
    margin-bottom: 10px;
  }

  .about-carousel3 .carousel {
    height: 800px;
    padding: 5px;
  }

  .ceo {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .about-carousel3 .board-prtfolio .ceo-head1 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .about-carousel3 .carousel-item {
    min-height: 800px;
  }

  .about-carousel3 .holder1 {
    height: 800px;
  }

  .range1 {
    font-size: 15px;
    margin-bottom: 13px;
  }

  .range-new1 {
    margin-bottom: 5px !important;
  }

  .range-new {
    margin-bottom: 5px !important;
  }

  .new-layout2 hr {
    margin-bottom: 0.6rem;
  }

  .chf-left {
    margin-left: 150px;
  }

  .range11 {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .new-layout2 .top-2 {
    margin-top: 0px;
    padding: 20px;
  }

  .new-layout2 label {
    font-size: 15px;
    margin-bottom: 0;
  }

  .layout-head1 {
    font-size: 20px;
    margin-top: 10px !important;
  }

  .layout-head1-text {
    margin-bottom: 5px !important;
  }

  .new-layout p {
    margin-bottom: 8px;
  }

  .new-layout2 button[type="button"] {
    font-size: 15px;
    padding: 4px 12px;
    margin-top: 30px;
  }

  .new-layout2 br {
    display: block;
  }

  .contact-form br {
    display: block;
  }
}

@media only screen and (max-width: 991px) {

  #testimonial-slider .btn-blue,
  .white-color .btn-blue {
    position: relative;
    bottom: 0px;
  }

  #modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    height: 100%;
    width: 100%;
    display: block;
  }

  .modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    width: 320px;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .modalContent {
    padding: 0;
    margin: 0 auto;
  }

  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 30px;
  }

  .subscribe_form_wrapper input {
    width: 100%;
  }

  [data-title]:hover::after {
    width: 500px;
  }

  .contact-tab .contact-top1 {
    margin-top: 20px;
  }

  #main_nav {
    height: 224px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 5px;
  }

  #main_nav::-webkit-scrollbar {
    width: 6px;
    background: lightgray;
  }

  #main_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgb(255 255 255);
    border-radius: 10px;
  }

  #main_nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 50%);
    background: #f5f5f5;
  }

  .contact-form img {
    width: auto !important;
    height: auto !important;
  }

  .wide-100 .job-img {
    width: auto !important;
    height: auto !important;
  }

  .contact-form .file-input .button {
    margin-right: 5px;
  }

  .wrapper-404 img {
    width: 350px;
    height: auto;
  }

  .section-none {
    display: none;
  }

  #modalOverlay .app-info-holder {
    background-color: #adc37e;
    color: #333;
    font-size: 14px;
    display: inline-block;
    width: 450px;
    border-radius: 0.55rem;
    text-align: center;
  }

  #modalOverlay .app-info-img-holder {
    display: inline-block;
    float: left;
    width: 100px;
    padding: 10px;
    box-sizing: border-box;
  }

  #modalOverlay .app-info-img-holder img {
    width: 100px;
    height: auto;
  }

  #modalOverlay .app-text-holder {
    display: inline-block;
    width: 350px;
    padding-top: 12px;
    line-height: 1.6;
  }

  #modalOverlay .app-text10 {
    font-size: 25px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.3;
  }

  #modalOverlay .app-text11 {
    font-size: 20px;
    line-height: 1.9;
  }

  #modalOverlay .text-highlight {
    font-size: 17px;
    font-weight: 800;
  }

  #modalOverlay .modal-content {
    width: 100%;
    background: none;
    border: 0;
    border-radius: 0;
    outline: 0;
  }

  #modalOverlay .close {
    background: #669f6a;
    color: #ffffff;
    line-height: 30px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -26px;
    width: 30px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 20px;
    box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
    opacity: inherit;
    text-shadow: none;
    box-shadow: none;
  }

  .promo9 {
    display: none;
  }

  .banner-small-screen {
    padding: 25px 0;
    background-color: #ec743d;
    color: #fff;
    height: 130px;
    position: absolute;
    top: 460px;
    max-width: 100%;
  }

  .banner-small-screen p {
    font-size: 14px;
    margin-bottom: 0;
  }

  .banner-small-screen .border-promo-small {
    height: 2px;
    margin: 10px 0 10px 0;
    background-color: #f4d792;
  }

  .banner-small-screen span {
    font-weight: 800;
  }

  .top-2 [data-title]:hover::before {
    bottom: -54px;
    left: -200px;
  }

  .top-3 [data-title]:hover::before {
    left: -120px;
  }

  .blog-details-img {
    width: 100%;
  }

  .fund_img {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }

  .promo-sm-screen {
    height: auto;
  }

  /*------------------------------------------Home Page cards---------------------------------------------------*/
  .home-card-body {
    margin-bottom: 1.5rem;
  }

  /*------------------------------------------Home Page cards end---------------------------------------------------*/
  /*------------------------video snippet slider-------------------*/
  .video-promo-single {
    margin-bottom: 3rem;
  }

  .video-content-holder-single {
    padding: 12px 10px;
  }

  .video-content-holder-single h2 {
    font-size: 18px;
    margin-bottom: 0.35rem;
  }

  .video-content-holder-single p {
    font-size: 16px;
  }

  .video-posts .owl-carousel .thumbnail {
    margin: 6px;
  }

  .video-posts .owl-carousel .caption h4 {
    font-size: 18px;
    margin-bottom: 0.35rem;
  }

  .video-posts .owl-carousel .caption p {
    font-size: 16px;
  }

  .video-home-slider .carousel-caption .home-sld-main {
    width: 100% !important;
  }

  .video-home-slider .carousel-caption {
    padding: 8rem 0 0 0;
  }

  .header-btn {
    padding: 6px 20px;
    font-size: 16px;
  }

  /*------------------------video snippet slider end-------------------*/
  .section-bg {
    display: inherit;
  }

  .parallax-background-container .section-bg .heading-new-tree {
    padding: 6rem 0 1rem 0;
  }

  .parallax-background-container .section-bg .heading-new-tree h4 {
    font-size: 22px;
  }

  .parallax-background-container .section-bg .heading-new-tree h6 {
    font-size: 18px;
  }

  .parallax-background-container .section-bg .heading-new-tree p {
    font-size: 16px;
  }

  /*.parallax-background-container .section-bg .heading-new-tree p:nth-child(2) {
display: none;
}*/
  .parallax-background-container .section-bg .col-lg-8 {
    padding: inherit !important;
    margin: inherit !important;
  }

  .parallax-background-container .section-bg img {
    height: 200px;
  }

  /*--------------contact mobile carousel-------------*/
  .about-contact {
    display: none !important;
  }

  /*--------------contact mobile carousel end-------------*/
  .wide-101 .nav-tabs .nav-link.active {
    background-color: #6baa6f;
  }

  .bg-orange {
    padding: 15px;
  }

  #header {
    padding: 10px 0;
  }

  #header .get-started,
  #hero .get-started {
    padding: 20px 26px;
    width: 250px;
    height: 44px;
  }

  #header .get-started span,
  #hero .get-started span {
    font-size: 18px;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 18px;
  }

  #menu__toggle:checked~.menu__box {
    top: 70px;
  }

  .navbar .menu__item,
  .navbar .menu__item:focus {
    padding: 14px 0;
    font-size: 22px;
  }

  .navbar .dropdown ul li {
    min-width: 75px;
  }

  .navbar .dropdown ul a {
    padding: 8px 8px;
    font-size: 18px;
    max-width: fit-content;
    margin-inline: auto;
  }

  #myModal-open .modal-dialog {
    width: 600px;
  }

  p {
    font-size: 18px;
  }

  #myModal-open .modal-content .modal-body h1 {
    font-size: 36px;
  }

  #hero h1 {
    font-size: 40px;
  }

  #hero h2 {
    font-size: 22px;
  }

  #hero {
    height: 80vh;
  }

  .slider-btn {
    margin-top: 2rem;
  }

  .wide-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wide-101 {
    padding-bottom: 50px;
  }


  .read-more span {
    font-size: 18px;
  }

  .img-top7 {
    margin: 40px 0;
  }

  .new-layout {
    padding: 50px 0;
  }

  .post-slide {
    padding: 0 10px 0 0;
  }

  .wide-101 .holder1 img {
    width: 80px;
    height: auto;
  }

  .wide-101 .holder1 img {
    width: 80px;
    height: auto;
  }

  .heading1 {
    font-size: 22px;
  }

  .step-desc {
    margin-top: 30px;
  }

  .step-desc h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .step-desc p {
    max-width: 100%;
    margin: 0;
    font-size: 18px;
  }

  .step-icon {
    width: 120px;
    height: 120px;
    border: 2px solid #669f6a;
    line-height: 120px;
    font-size: 48px;
  }

  .step-num {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }

  .home-card-body img {
    height: auto;
    width: 80px;
  }

  .blog-link {
    font-size: 20px;
  }

  .blog-link-holder {
    height: 100px;
  }

  .home-blog-slider .home-blog-box .mhn-text p {
    font-size: 18px;
  }

  .home-blog-slider .home-blog-box .blog-desc-height {
    height: auto;
  }

  .heading-new {
    font-size: 30px;
  }

  .home-blog-slider .home-blog-box .mhn-text {
    padding: 10px;
  }

  .blog-new-link {
    margin-left: 10px;
    font-size: 16px;
    padding: 9px 30px;
  }

  .testimonial {
    padding: 30px 15px;
    margin: 15px 15px;
  }

  .subscribe-form .subscribe-title-text {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .cta-bg .heading-new {
    margin-bottom: 20px;
  }

  .cta-bg h4 {
    margin-bottom: 30px;
    font-size: 22px;
  }


  footer.footer {
    padding: 25px 0 110px 0;
  }

  .footer-nav-link ul li a {
    font-size: 18px;
    line-height: 2.2;
  }

  .footer-nav-link {
    padding: 20px 0;
  }

  .copyright {
    font-size: 18px;
  }

  .foot-social ul.social>li>a {
    font-size: 20px;
    line-height: 40px;
    width: 38px;
    height: 38px;
    margin-right: 6px;
  }

  /*.chatbot__button {
bottom: 100px;
right: 20px;
width: 50px;
height: 50px;
z-index: 9;
}*/
  .chatbot__button {
    display: none;
  }

  .chatbot__button span {
    font-size: 25px;
  }

  #hero .carousel-container {
    top: 8px;
  }

  .chatbot {
    bottom: 100px;
    right: 80px;
  }

  .testimonial .title {
    font-size: 22px;
  }

  .chatbot__header span {
    font-size: 20px;
  }

  .circle__content {
    padding: 0.8em;
  }

  .circle__content hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0.5em 0;
  }

  .circle:after {
    padding-bottom: 180px;
    width: 180px;
    height: 0;
  }

  .circle__inner {
    width: 180px;
    height: 180px;
  }

  .circle__wrapper {
    width: 180px;
    height: 180px;
  }

  .circle__content p {
    font-size: 0.8em;
  }

  .circle__content p:last-child {
    font-size: 0.8em;
  }

  .circle {
    margin-top: 2em;
  }

  .calculator-text h6 {
    font-size: 22px;
  }

  .calculator-text ul {
    font-size: 18px;
  }

  .rate-input h6 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .wide-101 .nav-tabs .nav-link {
    font-size: 22px;
    padding: 12px;
  }

  .rwd-table1 td {
    font-size: 18px;
  }

  .rwd-table1 th,
  .rwd-table1 td {
    padding: 12px;
  }

  .scroll-top {
    padding: 22px 55px;
    height: 44px;
  }


  .home-blog-slider .home-blog-box .mhn-img {
    min-height: 200px;
  }

  .tooltip-none {
    display: none;
  }

  .inner-page-link ol {
    font-size: 20px;
  }

  .rwd-table th,
  .rwd-table td {
    padding: .75em !important;
    font-size: 18px;
  }

  .accordion-header-fees {
    padding: 0 0 1em 0;
    font-size: 18px;
  }

  .accordion-header-fees i {
    margin-right: 5px;
  }

  .accordion__item_fees>.accordion-header-fees:after {
    font-size: 19px;
    width: 36px;
    height: 36px;
    padding: 0px 8px;
    line-height: 36px;
  }

  .accordion-body__contents-fees {
    padding: 1em 0;
    font-size: 16px;
  }

  .tabpanel .tabpanel__tablabel {
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabpanel__tablabel {
    padding: 1rem 1.85rem;
    font-size: 22px;
  }

  .tabpanel .tabpanel__panel {
    padding: 25px;
  }

  .download-center .tabpanel__panel ul>li {
    padding: 12px 0;
  }

  .download-center .tabpanel__panel ul>li a {
    font-size: 18px;
  }

  .rwd-table {
    margin-top: 20px;
  }


  .slick .slide .mhn-img {
    min-height: 200px;
  }

  .slick .slide .mhn-text {
    padding: 10px;
  }

  #hero h3 {
    font-size: 30px;
  }

  .circle-9 {
    margin-top: 4rem;
  }

  .accordion .pagenav h4 {
    padding: 18px 0;
    font-size: 18px;
  }

  .accordion .pagenav h4 a {
    font-size: 18px;
  }

  .accordion .pagenav a {
    margin: 18px 0;
    font-size: 18px;
  }

  .accordion .pagenav h4 i {
    font-size: 18px;
    height: 36px;
    width: 36px;
    line-height: 38px;
  }

  .menu__box ul li a,
  .menu__box ul li a:focus {
    font-size: 18px;
  }

  .subscribe-form .no-gutters>.col,
  .subscribe-form .no-gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  #newsletter-form .read-more {
    margin-top: 15px;
  }

  .subscribe-form .read-more {
    margin-top: 15px;
    width: 100%;
    justify-content: center;
  }

  .navbar .menu__box .container {
    padding: 0 15px;
  }


  .tooltip__item {
    min-width: 270px;
    padding: 0 10px;
    font-size: 12px;
  }

  .download-center .tab-content ul {
    margin-bottom: 0;
  }

  .accordion-fees {
    display: none;
  }

  #hero h4 {
    font-size: 22px;
  }

  .bg-green {
    padding-top: 70px;
  }

  .home-card-title1 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .home-card-body1 {
    margin-bottom: 1.5rem;
  }

  .about-more-info h6 {
    font-size: 22px;
  }

  .team .member .member-info {
    margin: 20px 0;
  }

  .team .member .member-info h4 {
    font-size: 22px;
  }

  .partner-holder h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .wide-100 .nav-tabs .nav-link {
    font-size: 20px;
  }

  .impressum h6 {
    font-size: 22px;
  }

  .only-text-holder h6 {
    font-size: 22px;
  }

  .error-page {
    padding-top: 180px;
  }

  .error-page h1 {
    font-size: 100px;
  }

  .error-page h6 {
    font-size: 22px;
  }

  .scroll-top {
    display: block;
  }

  .navbar .menu__box {
    padding: 50px 0;
  }

  .rwd-table1 th:first-child,
  .rwd-table1 td:first-child {
    width: 77%;
  }

  .rwd-table1 td:last-child span {
    margin-right: 1rem;
  }

  .wide-100 .nav-tabs .nav-link.active {
    border-radius: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
  }

  .wide-100 .nav-tabs .nav-link {
    padding: 10px;
  }

  .wide-100 .nav-tabs {
    padding: 0 10px;
  }


  textarea#message {
    height: 90px;
    padding: 14px 20px;
  }

  .cookie-alert {
    padding: 12px;
    left: 5%;
    bottom: 12%;
    max-width: 550px;
  }

  .bottom-nav-bar-holder {
    bottom: 0;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 900;
  }

  .bottom-nav-bar {
    display: flex;
    background: #c2e6ba;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
    height: 85px;
    text-align: center;
    width: 100%;
  }

  .bottom-nav-bar-holder .bottom-nav-bar a {
    display: flex;
    flex: 1 1 0;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    box-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    line-height: 1.3333333333;
  }

  .bottom-nav-bar-holder .bottom-nav-bar a span {
    line-height: 1;
    margin: 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 44px;
    width: 44px;
    background: #ed743f;
    color: #fff;
    border-radius: 100px;
    font-size: 23px;
  }

  .bottom-nav-bar-holder .bottom-nav-bar a p {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 500;
  }

  /*--------------more links for you carousel-------------*/
  .more-links-container .owl-carousel .caption h4 {
    font-size: 22px;
  }

  /*--------------more links for you carousel end-------------*/
  /*--------------carousel with owl-carousel2-------------*/
  .new-home-slider .owl-carousel .owl-item .post-slide .holder1 img {
    width: 80px;
  }

  .new-home-slider .owl-carousel .owl-stage {
    margin-top: 0;
  }

  .new-home-slider .owl-theme .owl-nav {
    top: -83px;
  }

  /*--------------carousel with owl-carousel2 end-------------*/


  .home-card-body p {
    margin-left: 28px;
  }

  #full-faq .card-body ul li:before {
    top: 8px;
  }

  .navbar .menu__box .accordion {
    padding-bottom: 6rem;
  }

  #full-faq .card-body {
    padding: 20px 0 0 15px;
  }

  .head11 {
    font-size: 20px;
  }

  .new-home-slider .owl-carousel .owl-item .post-slide .holder1 img {
    width: 50px;
  }

  .more-links-container .owl-carousel .thumbnail img {
    width: 50px;
  }

  .new-layout2 img {
    width: 50px;
  }

  .navbar .dropdown ul {
    left: 15px;
  }

  .slick .slide .mhn-text p {
    height: 176px;
  }

  .about-contact-mobile .owl-carousel .thumbnail .contact-text-about p {
    margin-bottom: 5px;
  }

  .about-contact-mobile .owl-carousel .thumbnail .contact-height-new {
    height: 270px;
  }

  .contact-tab .read-more {
    margin-top: 0;
  }

  .home-card-item:last-child {
    padding-left: 0;
  }

  .more-links-container .owl-theme .owl-nav {
    top: -83px;
  }

}

@media only screen and (max-width: 990px) and (min-width: 768px) {
  .range2 span {
    font-size: 13px;
    line-height: 2.4;
  }

  .range2 .head-cal {
    font-size: 12px;
  }

  .top-2 [data-title]:hover::before {
    bottom: -50px;
  }

  .top-3 [data-title]:hover::before {
    bottom: -49px;
    left: -100px;
  }

  .modalPopup {
    top: 20%;
    width: 450px;
  }

  #modalOverlay .close {
    font-size: 19px;
  }

  .title3[data-title]:hover::after {
    width: 370px;
  }

  .wrapper-404 img {
    width: 500px;
    height: auto;
  }

  .about-height1 {
    height: 130px;
  }

  .redirect-text-connect {
    margin-bottom: 30px;
  }

  .login-footer1 {
    margin-top: 150px;
  }

  .panel {
    width: 220px;
    height: 330px;
  }

  .isas {
    background-size: 130px 130px;
  }

  .boisedigital {
    background-size: 130px 130px;
  }

  .dissolve {
    background-size: 130px 130px;
  }

  .frontLogo {
    height: 150px;
  }

  .slider2 .carousel-caption.top11 {
    bottom: 75px;
  }

  .foot-social ul.social>li>a {}

  .heading-new3 {
    font-size: 22px;
  }

  .media-top {
    margin-top: 60px !important;
  }

  .footer-top2 {
    padding: 20px 0 0 0;
  }

  .contact-top {
    margin-top: 20px;
  }

  .contact-top1 {
    margin-top: 20px;
  }

  .rwd-table [data-title]:hover::after {
    left: -45px;
    width: auto;
    top: 50px;
    padding: 6px;
    font-size: 10px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  .faq-holder2 {
    height: 550px;
  }

  .nav-item.dropdown.language {
    margin-left: 10px;
  }

  .nav-item.dropdown.language:before {
    display: none;
  }

  .holder-new {
    height: 292px;
  }

  .holder-new .icon-top {
    margin-top: 3.6rem;
  }

  .wrapper-new {
    padding-top: 80px;
    padding-bottom: 55px;
  }

  .heading-first {
    font-size: 30px;
  }

  select#Anrede {
    width: 100%;
    padding: 0.375rem 0.75rem;
  }

  .subscribe_form_wrapper .form-group {
    margin-bottom: 15px;
  }

  .heading1 {}

  .heading1-text {
    font-size: 16px;
    margin-top: 2px;
  }

  .heading1-text br {
    display: none;
  }

  .subscribe-title-home {
    font-size: 40px;
  }

  .subscribe-title-text {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .wrapper-3 {
    height: 420px;
    padding-top: 65px;
  }

  .bg-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .subscribe_form_wrapper label {
    display: table;
  }

  .bg-contain {}

  .head1-text {
    font-size: 18px;
  }

  .head1 {
    font-size: 30px;
  }

  .new-layout2 input[type="submit"] {
    font-size: 16px;
    margin-top: 45px;
  }

  .wrapper-3 a {
    padding: 8px 30px;
    font-size: 18px;
  }

  .service-head {
    font-size: 22px;
    margin-bottom: 0;
  }

  .service-head-text {
    font-size: 16px;
  }

  .fa.fa-circle.color1 {
    margin-top: -5px;
  }

  .fa.fa-circle.color2 {
    margin-top: -5px;
  }

  .fa.fa-circle.color3 {
    margin-top: -5px;
  }

  .service-img3 {
    margin-left: 200px;
  }

  .subscribe_form_wrapper input {
    width: 210px;
  }

  .sidepanel.open {
    width: 100%;
  }

  .product-heading {
    font-size: 65px;
    margin-top: 150px;
  }

  .product-discription {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .icon-bottom-text {
    top: 660px;
    font-size: 17px;
  }

  .home-test-img {
    margin-top: -70px;
  }

  .trems-condition-text {
    top: 295px;
    line-height: 2.4;
    font-size: 14px;
  }

  .subscribe-title-home {}

  .hometext-30 {
    font-size: 40px;
  }

  .hometext-40 {
    font-size: 18px;
  }

  .wrapper-2 img {
    height: 130px;
  }

  .bg-heading {
    font-size: 40px;
  }

  .subscribe_form_wrapper input {}

  ul#parent-menu>li>a {
    text-align: center;
  }

  .services-heading br {
    display: inherit;
  }

  .services-flex-box img {
    margin-left: 0;
  }

  .subscribe_form_wrapper input {
    width: 100%;
  }

  .subscribe_form_wrapper button {
    width: 100%;
  }

  .wrapper-2 {}

  .product-heading {
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  hr.style1 {
    width: 65px;
    margin-left: 0px;
    margin-right: 0px;
    height: 5px;
    background-color: #262262;
    margin-bottom: 20px;
  }

  .product-discription {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .aboutimg {
    top: 110px;
  }

  .services-heading {
    font-size: 40px;
  }

  .services-flex-box {
    display: block;
  }

  .subscribe_form_wrapper {}

  .prhead1 {
    font-size: 30px;
  }

  .happy-clent-wrapper {
    top: 2300px;
  }

  .top-info-image {
    display: block;
    background-color: transparent;
  }

  .right-side-info-image {
    width: 100%;
    margin-top: 30px;
  }

  .wrapper-heading {
    width: 100%;
    padding: 60px 0px;
  }

  .services-flex-image {
    width: 100%;
  }

  .services-flex-text-wrapper {
    margin-top: 40px;
    width: 100%;
  }

  .subscribe-title {
    font-size: 26px;
  }

  .about-text-1 {
    top: 640px;
    font-size: 15px;
  }

  .heading-border {
    font-size: 60px;
    top: 60px;
  }

  .trems-condition-text-1 {
    top: 300px;
  }

  .store-gallary {
    top: 990px;
  }

  .for-manage-address-image-3 img {
    margin-top: 50px;
  }

  .for-manage-address-image img {
    margin-top: 10px;
  }

  .dropdown-menu a {
    font-size: 18px !important;
  }

  .ftmusic5,
  .ftmusic6,
  .ftmusic7,
  .ftmusic8 {
    font-size: 10px;
  }

  .social-icon-section a {}

  .social-icon-section .add-icon:before {
    color: #fff;
    left: 62px;
    top: 0px;
    content: "\f0d8";
  }

  .social-icon-section .add-icon {
    top: -3px;
    right: -120px;
    font-size: 12px;
    display: inline-block;
  }

  .meet3 {
    font-size: 12px;
  }

  .foot-social {
    float: right;
  }

  .subscribe-button-footer {
    font-size: 15px;
  }

  footer .subscribe-title {
    font-size: 17px;
  }

  footer .subscribe_form .btn {
    font-size: 13px;
  }

  footer .subscribe_form input::placeholder {
    font-size: 11px;
  }

  .f-location-list .dropdown-toggle {
    font-size: 11px;
  }

  [data-title]:hover::after {
    width: 420px;
    left: -425px;
    bottom: -110px;
  }

  .slider2 .carousel-caption h1 {
    font-size: 30px;
  }

  .slider2 .carousel {
    height: 400px;
  }

  .slider2 .carousel img {
    height: auto;
  }

  .heading-new2 {
    font-size: 30px;
  }

  .heading-new27 {
    font-size: 30px;
  }

  .before-no .holder-new {
    height: 500px;
  }

  .before-no .holder-new a {
    margin-top: 0 !important;
  }

  .heading-4 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .wide-100 img {
    /* margin-bottom: 28px; */
  }

  .wide-100 .holder-next {
    margin-bottom: 10px;
  }

  .wide-101 .holder1 p {}

  .accordion .item .item-header h2 button.btn.btn-link {
    line-height: 1 !important;
  }

  .accordion .item .item-header h2 button {
    font-size: 17px !important;
    padding-left: 5px !important;
  }

  .accordion .item .item-header h2 i {
    font-size: 20px !important;
    width: 30px !important;
    height: 20px !important;
    border-radius: 4px !important;
  }

  .t-p {
    padding: 4px !important;
  }

  .wide-101 img {
    margin-bottom: 0;
  }

  #full-faq .faq-area .card .card-header h2 button {
    padding: 8px 15px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  #full-faq .card-body {
    font-size: 16px;
  }

  .icon-bar {
    top: 45%;
  }

  .icon-bar img {
    height: auto;
    width: 25px;
  }


  #MiniRightNav li a {
    height: 50px;
    width: 50px;
  }

  #MiniRightNav i {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    background-size: contain;
    margin-bottom: 5px;
    color: #555555;
  }

  #MiniRightNav li a span {
    font-size: 18px;
    right: 50px;
    line-height: 50px;
  }

  #MiniRightNav li a span:hover {
    background: 0;
  }

  #MiniRightNav a:hover span {
    padding: 0 50px;
  }

  .before-no .holder-new1 {
    height: 260px;
  }

  .testimonial {}

  .readmore_btn1 {
    margin-top: 65px;
  }

  .home-slider .carousel-caption {
    padding: 7.5rem 0 0 0;
  }

  .home-sld-main h1 {
    font-size: 30px;
  }

  .home-sld-main h2 {
    font-size: 18px;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .wide-100 .tabs-marker .nav-link.active .marker {
    display: none;
  }

  .wide-101 .tabs-marker .nav-link.active .marker {
    display: none;
  }

  .login-connect .login-img {
    margin-top: 40px;
    float: left !important;
    margin-bottom: 40px;
  }

  .img-top7 {
    /* margin-top: 30px; */
    /* float: none !important; */
  }

  .blog-page p {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }

  .about-carousel .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about-carousel .holder1 {
    height: 210px;
  }

  .about-carousel img {
    margin-bottom: 10px;
  }

  .contact-carousel .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-carousel .holder1 {
    height: 220px;
  }

  .contact-carousel img {
    margin-bottom: 10px;
  }

  .home-slider2 .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .home-slider2 .carousel {
    height: 210px;
  }

  .about-carousel3 .carousel {
    height: 200px;
  }

  .ceo {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .about-carousel3 .board-prtfolio .ceo-head1 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .about-carousel3 .carousel-item {
    min-height: 200px;
  }

  .about-carousel3 .holder1 {}

  .contact-form .contact-top {
    margin-top: 0px;
  }

  .about-carousel3 .modal .modal-content {
    width: 90%;
    max-height: 100%;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar {
    width: 5px;
  }

  .hovereffect .overlay {
    height: 135px;
    width: 133px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .hovereffect a.info {
    margin: 50px 0px 0px;
  }

  .about-carousel3 .bot-bottom {
    margin-bottom: 20px;
  }

  .range-new1 {
    margin-bottom: 5px !important;
  }

  .range-new {
    margin-bottom: 5px !important;
  }

  .new-layout2 hr {
    margin-bottom: 20px;
  }

  .chf-left {
    margin-left: 150px;
  }

  .range11 {
    margin-bottom: 13px;
    font-size: 15px;
  }

  .new-layout2 .top-2 {
    margin-top: 0px;
    padding: 20px;
  }

  .new-layout2 label {
    margin-bottom: 0;
  }

  .layout-head1 {
    font-size: 20px;
    margin-top: 10px !important;
  }

  .layout-head1-text {
    margin-bottom: 5px !important;
  }

  .new-layout p {}

  .new-layout2 button[type="button"] {
    font-size: 15px;
    padding: 4px 12px;
    margin-top: 30px;
  }

  .new-layout2 br {
    display: block;
  }

  .contact-form br {
    display: block;
  }

  .banner-small-screen .border-promo-small {
    margin: 12px 0 12px 0;
  }

  .partner-item {
    height: 300px;
    padding: 80px;
    margin-top: 2rem;
  }

  .partner-holder img {
    margin-bottom: 0;
  }

  #HomeCarousel {
    height: 460px;
  }

  #HomeCarousel img {
    height: 460px;
    object-fit: cover;
  }

  /*---------------------------------new blog page---------------*/
  .mhn-inner .mhn-text .blog-desc-height {
    height: 120px;
  }

  .slick .slide .mhn-text .blog-desc-height {
    height: 120px;
  }

  /*---------------------------------new blog page end---------------*/
  /*---------------------------------new media page---------------*/
  .media-pd {
    margin-bottom: 0;
  }

  .home-slider .carousel-caption .home-sld-main {
    width: 520px;
  }

  .slider2 .carousel-caption {
    padding: 8rem 0 0 0;
  }

  /*------------------------------------------Contact new tab---------------------------------------------------*/
  .contact-carousel .carousel-indicators {
    bottom: -65px;
  }

  .contact-carousel .contact-height-new {
    height: 225px;
  }

  .book-2 {
    margin: 30px 0;
  }

  .contact-tab iframe {
    height: 300px;
  }


  .tab-location-headquaters p {
    margin-bottom: 1rem;
  }

  /*------------------------------------------Contact new tab end---------------------------------------------------*/
  /*------------------------------------------Home Page cards---------------------------------------------------*/
  .home-card-body img {
    margin-bottom: 20px;
  }

  .home-card-title {
    font-size: 20px;
  }

  /*------------------------------------------Home Page cards end---------------------------------------------------*/
  /*------------------------------------------Video with new area cards---------------------------------------------------*/
  .video-content-holder h2 {
    font-size: 20px;
  }

  /*------------------------------------------Video with new area cards end---------------------------------------------------*/
  /*------------download center----------------------*/
  .download-center .tab-content .tab-pane {}

  .download-center .nav-pills-custom .nav-link {
    font-size: 18px;
    margin-bottom: 1rem;
    padding: 12px;
  }

  .download-center .nav-pills-custom .nav-link::before {
    right: -8px;
  }

  .download-center .tab-content ul>li {
    padding: 12px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 18px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }

  /*------------download center end----------------------*/
  /*------------------------video snippet slider-------------------*/
  .video-posts .owl-carousel .owl-stage {
    margin-top: 4rem;
  }

  .video-posts .owl-theme .owl-prev {
    left: 85%;
  }

  .video-posts .owl-theme .owl-next {
    right: 3%;
  }

  .video-posts .owl-carousel .caption {
    padding: 12px 10px;
  }

  /*------------------------video snippet slider end-------------------*/
  /*-------partner carousel dots visibility-----------------------------*/
  .testimonial {}

  /*-------partner carousel dots visibility end-----------------------------*/
  /*-------------------new header video snippet-----------------*/
  /* .header2 .navbar .nav-link {
color: #383838;
} */
  #Home-Video-Carousel {
    height: 600px;
  }

  #Home-Video-Carousel iframe {
    height: 600px;
  }

  #Home-Video-Carousel video {
    height: 600px;
  }

  #Home-Video-Carousel img {
    height: 460px;
    object-fit: cover;
  }

  /*-------------------new header video snippet end-----------------*/
  .parallax-background-container .section-bg img {
    display: none;
  }

  .parallax-background-container .section-bg .heading-new-tree p:nth-child(2) {
    display: block;
  }

  .section-bg {
    display: flex;
    background-position: right bottom;
  }

  .parallax-background-container .section-bg .heading-new-tree h4 {
    font-size: 32px;
  }

  .parallax-background-container .section-bg .heading-new-tree h6 {
    font-size: 18px;
  }

  .parallax-background-container .section-bg .heading-new-tree p {
    font-size: 16px;
  }

  /*--------------contact mobile carousel-------------*/
  .about-contact-mobile .owl-theme .owl-nav {
    top: 12%;
  }

  .about-contact-mobile .owl-theme .owl-prev {
    left: 0;
  }

  .about-contact-mobile .owl-theme .owl-next {
    right: 0;
  }


  /*--------------contact mobile carousel end-------------*/
  .circle {
    margin-top: -14em;
  }

  .sld-new-img {
    max-width: 200px;
    margin-top: 20em !important;
  }

  .tax_saving_btn_link {
    margin: 2rem 0 0 !important;
  }

  .tax_saving_btn_link h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .show-btn-click p {
    font-size: 16px;
  }

  .tax_saving_btn_link hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .circle-9 {
    margin-top: 5rem;
  }

  .menu__btn {
    top: 20px;
  }

  #hero .lg-view {
    display: none !important;
  }

  #hero .tablet-view {
    display: block !important;
  }

  #hero .mobile-view {
    display: none !important;
  }

  #hero .mobile-view2 {
    display: none !important;
  }

  .app-margin {
    text-align: left !important;
    margin: 30px 0 0 0;
  }

  .impressum h6 {
    font-size: 20px;
  }

  .only-text-holder h6 {
    font-size: 20px;
  }

  #hero .get-started2 {
    width: 270px;
  }

  .new-home-slider .owl-theme .owl-prev {
    right: 70px;
  }

  .new-layout2 .head-cal ul li:first-child {
    font-size: 14px;
  }

  .new-layout2 .head-cal ul li {
    font-size: 12px;
  }

  .new-layout2 .head-cal ul li span {
    font-size: 12px;
    margin-left: 2px;
  }

  .new-layout2 .head-cal ul li span i {
    font-size: 11px;
  }

  [tooltip1]::after {
    padding: .75ch .75ch;
    font-size: 12px;
  }

}

@media only screen and (max-width: 767px) and (min-width: 540px) {
  .partner-item {
    padding: 100px;
    margin-top: 2rem;
  }

  .modalPopup {
    width: 400px;
    top: 40%;
  }

  footer.footer {
    padding: 20px 0 80px 0;
  }

  div#captcha {
    margin-bottom: 10px;
  }

  .redirect {
    height: auto !important;
  }

  .slider2 .carousel-caption.top11 {
    bottom: 45px;
  }

  .before-no .holder-new3 {
    height: auto;
  }

  .nav-item.dropdown.language {
    margin-left: 10px;
  }

  .nav-item.dropdown.language:before {
    display: none;
  }

  .hovereffect a.info {
    margin: 50px 0 0;
  }

  br {
    display: none;
  }

  .new-layout2 br {
    display: block;
  }

  .wrapper-new {
    padding-top: 70px;
  }

  .heading-first {
    font-size: 32px;
    line-height: 1.2;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 0.65em !important;
    font-size: 14px;
  }

  .rwd-table [data-title]:hover::after {
    padding: 3px;
    font-size: 8px;
    left: -70px;
    width: auto;
    top: 40px;
  }

  .header-logo {}

  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  select#Anrede {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading1 {
    font-size: 20px;
    margin: 15px 0;
  }

  .heading1-text {
    font-size: 16px;
    margin-top: 2px;
  }

  .blog-page p {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }

  .subscribe-title-home {
    font-size: 40px;
  }

  .subscribe-title-text {
    font-size: 18px;
    margin-bottom: 45px;
    text-align: left;
  }

  .wrapper-3 {
    height: 520px;
    padding-top: 10px;
  }

  .bg-text {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bg-contain {
    margin-top: 45px;
    padding: 10px;
  }

  .head1-text {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }

  .head1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .wrapper-3 a {
    padding: 4px 22px;
    font-size: 16px;
  }

  .service-head {
    font-size: 22px;
    margin-bottom: 0;
  }

  .service-head-text {
    font-size: 16px;
  }

  .fa.fa-circle.color1 {
    margin-top: -5px;
  }

  .fa.fa-circle.color2 {
    margin-top: -5px;
  }

  .fa.fa-circle.color3 {
    margin-top: -5px;
  }

  .service-img3 {
    margin-left: 200px;
  }

  .subscribe_form_wrapper input {
    width: 210px;
  }

  .sidepanel.open {}

  .product-heading {
    font-size: 65px;
    margin-top: 150px;
  }

  .product-discription {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .icon-bottom-text {
    top: 660px;
    font-size: 17px;
  }

  .header .social-icon-section {
    top: 25%;
  }

  .dog-icon {
    top: 730px;
  }

  .subscribe_form_wrapper input {
    width: 100%;
  }

  .hometext-30 {
    font-size: 32px;
    line-height: 1.1;
  }

  .hometext-40 {
    font-size: 15px;
  }

  .wrapper-2 .heading1-text {
    margin-bottom: 15px;
  }

  .product-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  hr.style1 {
    width: 65px;
    margin-left: 0px;
    margin-right: 0px;
    height: 6px;
    background-color: #262262;
    margin-bottom: 20px;
    margin: 0 auto;
  }

  .product-discription {
    font-size: 14px;
    min-height: 110px;
    line-height: 1.7;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .home-test-img {
    margin-top: 0px;
  }

  .subscribe_form_wrapper input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
  }

  .subscribe_form_wrapper {}

  .services-heading {
    font-size: 32px;
  }

  .subscribe-section-design {
    text-align: center;
  }

  .services-flex-box {
    display: block;
  }

  .happy-clent-wrapper {
    display: block;
    top: 2050px;
  }

  .page-heading {
    font-size: 45px;
  }

  .contact-form-heading {
    font-size: 34px;
  }

  .top-info-image {
    display: block;
    background-color: transparent;
  }

  .right-side-info-image {
    width: 100%;
    margin-top: 30px;
  }

  .foot-2 {
    margin-top: 40px !important;
  }

  .wrapper-heading {
    width: 100%;
    padding: 60px 0px;
  }

  .services-flex-image {
    width: 100%;
  }

  .services-flex-text-wrapper {
    margin-top: 40px;
    width: 100%;
  }

  .subscribe-title {
    font-size: 16px;
  }

  .subscribe_form input {
    width: 100%;
  }

  .terms-condition a {
    font-size: 16px;
  }

  .form-area button.btn-black-border {
    margin-top: 0px;
  }

  .allready1 {
    font-size: 16px;
    padding-top: 40px;
  }

  .allready1 a {
    font-size: 16px;
  }

  .first-colm,
  .first-colm1,
  .first-colm2 {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 50px;
  }

  .about-text-1 {
    top: 350px;
    font-size: 12px;
  }

  .heading-border {
    font-size: 35px;
  }

  .aboutimg {
    top: 105px;
  }

  .sidepanel.open {
    width: 100%;
  }

  .form-heading {
    line-height: 36px;
  }

  .trems-condition-text {
    top: 180px;
    font-size: 12px;
    line-height: 2;
  }

  .subscribe-section-design1 .subscribe-title {
    font-size: 12px;
  }

  .subscribe-section-design1 {
    padding: 20px 10px;
  }

  .about_page_header a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .for-manage-contact-form {
    top: 200px;
  }

  .contsubmit {
    margin-top: 20px;
  }

  .for-manage-address-1 {
    top: 380px;
  }

  .store-gallary {
    top: 1200px;
  }

  .for-manage-address-image {
    margin-top: 30px;
  }

  .for-manage-address-image-3 img {
    margin-top: 50px;
  }

  .adress-mail {
    font-size: 16px;
  }

  .for-manage-address-image img {
    margin-top: 10px;
  }

  .store-gallary img {
    height: 200px;
  }

  ul#parent-menu {
    text-align: center;
  }

  .dropdown-menu a {
    font-size: 18px !important;
  }

  .sidepanel a {
    font-size: 16px;
  }

  .ftmusic5,
  .ftmusic6,
  .ftmusic7,
  .ftmusic8 {
    font-size: 11px;
    margin: 15px 0px;
    text-align: center;
  }

  .ftmusic1,
  .ftmusic2,
  .ftmusic3,
  .ftmusic4 {
    text-align: center;
  }

  .social-icon-section a {}

  .social-icon-section .add-icon:before {
    color: #00ff00;
    left: 62px;
    top: -12px;
    content: "\f0d8";
  }

  .budget-form-heading {
    font-size: 35px;
  }

  .for-manage-budget-form {
    top: 300px;
  }

  .budgetsubmit {
    margin-top: 30px;
  }

  .social-icon-section .add-icon {
    top: 25px;
    right: 0;
    font-size: 12px;
  }

  #HomeCarousel {
    height: 440px;
  }

  #HomeCarousel img {
    height: 440px;
    object-fit: cover;
  }

  footer .subscribe-title {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }

  footer .subscribe_form .btn {
    font-size: 13px;
  }

  .footer-nav-link a {
    line-height: 1.8;
    padding: 5px !important;
  }

  footer .subscribe_form input::placeholder {
    font-size: 11px;
    text-align: center;
  }

  .f-location-list .dropdown-toggle {
    font-size: 11px;
  }

  .menu-heading1 {
    font-size: 70px;
  }

  .menu-heading2 {
    font-size: 15px;
  }

  .menu-head2 {
    top: 290px;
  }

  .menu-text-head {
    margin-bottom: 15px;
  }

  .menu-text1 {
    font-size: 18px;
  }

  .menu-text2 {
    font-size: 11px;
    min-height: 20px;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }

  .menu-text11 {
    font-size: 18px;
  }

  .menu-text22 {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  .budget-text {
    font-size: 11px;
    line-height: 1.8;
    top: 793px;
  }

  hr.style2 {
    width: 80px;
    height: 6px;
    background-color: #262262;
    position: absolute;
    top: 140px;
    left: calc((100% - 80px) / 2);
  }

  .subscribe-title-home {
    font-size: 32px;
    text-align: left;
  }

  .homeimg {
    margin-top: 25px;
    height: 250px;
    width: 272px !important;
  }

  .prhead1 {
    font-size: 30px;
  }


  .social-icon-section {
    text-align: center;
    margin-bottom: 20px;
  }

  .form-heading-terms {
    font-size: 35px;
    top: 70px;
  }

  .services-flex-box img {
    margin-left: 0;
  }

  .wrapper-3 img {
    margin-top: 10px;
    height: 200px;
  }


  .subscribe_form_wrapper label {
    display: table;
  }

  .subscribe_form_wrapper button {
    width: 100%;
    border-radius: 0;
  }

  .subscribe_form_wrapper .form-group {}

  .bg-heading {
    font-size: 32px;
  }

  .footer-logo {
    width: 182px;
    margin-bottom: 0;
  }

  .openbtn {
    font-size: 16px;
    right: 20px;
    top: 20%;
  }

  .openbtn i {
    margin-left: 4px;
  }

  .sidepanel .closebtn {
    font-size: 25px;
  }

  .fa.fa-exclamation-circle {
    font-size: 18px;
  }

  .new-layout .pl-4 {
    padding-left: 0 !important;
  }

  .slider2 .carousel-caption h1 {
    font-size: 30px;
  }

  .heading-new2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
  }

  .heading-new27 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .before-no .holder-new {
    height: 350px;
    margin-bottom: 10px;
  }

  .before-no .holder-new a {
    margin-top: 0px !important;
  }

  .footer-top2 .col-md-6 {
    text-align: center !important;
  }

  .before-no .holder-new1 {
    height: 200px;
    margin-bottom: 15px;
  }

  .navbar-nav {
    background-color: #fff;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    box-shadow: none;
    position: relative;
    transition: none;
    top: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar .nav-link {
    color: #383838;
    font-size: 18px;
    padding: 6px 0px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 0;
  }

  .icon-bar {
    top: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding-bottom: 50px;
    box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.50);
  }

  .icon-bar img {
    height: auto;
    width: 28px;
    margin-bottom: 8px;
  }

  #MiniRightNav {
    margin-bottom: 0 !important;
    padding: 0 !important;
    float: inherit;
  }

  #MiniRightNav li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
  }

  #MiniRightNav li a {
    color: #18191f;
    background: none;
    width: 100%;
    padding: 12px;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #MiniRightNav i {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    background-size: contain;
    margin-bottom: 5px;
    color: #555555;
  }

  #MiniRightNav li a span {
    word-break: break-all;
    display: block;
    line-height: 1.3;
    font-size: 12px;
    position: inherit;
    right: 0;
    overflow: inherit;
    color: #18191f;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    transition: none;
    font-weight: 600;
    box-shadow: none;
  }

  #MiniRightNav li a span:hover {
    background: 0;
  }

  #MiniRightNav a:hover span {
    width: 100%;
    padding: 0;
    overflow: inherit;
    background: none;
  }

  .heading-contact {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .address-holder2 {
    margin-bottom: 10px;
  }

  .wrapper {
    margin-top: 50px;
  }

  .address-holder img {
    margin-top: 100px;
  }

  .contact-text-about {
    margin-bottom: 10px;
  }

  .holder-new {
    padding: 10px 10px;
    height: 213px;
    margin-bottom: 10px;
  }

  .holder-new .icon-top {
    margin-top: 1.5rem;
  }

  .wide-101 .new22 {
    height: 200px;
  }

  .header1 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-link {
    margin-right: 10px;
  }

  .header-2 a {
    padding: 0px 5px;
    font-size: 15px;
  }

  .header-language {
    padding-right: 40px;
  }

  .home-slider .carousel-caption {
    padding: 6.5rem 0 0 0;
  }

  .home-sld-main h1 {
    font-size: 30px;
  }

  .home-sld-main h2 {
    font-size: 18px;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .wide-100 .tabs-marker .nav-link.active .marker {
    display: none;
  }

  .wide-101 .tabs-marker .nav-link.active .marker {
    display: none;
  }

  .login-connect .card-body {
    padding: 10px;
  }

  .login-connect .card-title {
    font-size: 30px;
  }

  .login-connect .form-group .form-control {
    height: 50px;
  }

  .login-connect .login-footer {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }

  .login-connect .login-img {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .media-top {
    margin-top: 40px !important;
  }

  .foot-social {
    float: none;
  }

  .foot-social ul.social {
    margin-bottom: 20px;
  }

  .foot-social ul.social>li>a {}

  .img-top7 {
    margin-top: 20px;
    float: none !important;
  }

  .sr-icon {
    height: 65px;
    width: 65px;
  }

  .sr-icon:after {
    height: 65px;
    width: 65px;
  }

  .holder-new img {
    height: 32px;
    width: 32px;
  }

  .carousel-caption.top9 {
    bottom: 50px;
  }

  .slider2 .carousel-caption.top10 {
    bottom: 30px;
  }

  .rwd-table td.text-table {
    padding-left: 1rem !important;
  }

  .rwd-table1 td.text-table2 {
    padding-left: 1rem !important;
  }

  .before-no .holder-new3 {
    margin-bottom: 10px;
  }

  .about-height {
    height: auto;
  }

  .about-height1 {
    height: auto;
  }

  .about-carousel3 .carousel {
    height: 200px;
  }

  .ceo {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .about-carousel3 .board-prtfolio .ceo-head1 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .about-carousel3 .carousel-item {
    min-height: 200px;
  }

  .about-carousel3 .holder1 {}

  .slider2 .carousel-caption.img-last-top {
    bottom: 160px;
  }

  .contact-form .contact-top {
    margin-top: 0px;
  }

  .about-carousel3 .modal .modal-content {
    width: 90%;
    max-height: 85%;
    overflow-y: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar {
    width: 4px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .redirect-text-connect {
    margin-bottom: 30px;
  }

  .hovereffect .overlay {
    width: 133px;
    height: 135px;
  }

  .about-carousel3 .bot-bottom {
    margin-bottom: 20px;
  }

  .range1 {
    font-size: 16px;
  }


  .range11 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .new-layout2 .top-2 {
    margin-top: 60px;
    padding: 10px;
  }

  .new-layout2 label {
    font-size: 15px;
    margin-bottom: 0;
  }

  .layout-head1 {
    font-size: 18px;
    margin-top: 5px !important;
  }

  .layout-head1-text {
    margin-bottom: 0px !important;
    font-size: 16px;
  }

  .new-layout p {
    margin-bottom: 5px;
  }

  .new-layout .pl-4 {
    padding-left: 0 !important;
  }

  .range-bg {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  [data-title]:hover::after {
    left: -275px;
    width: 290px;
    top: 20px;
  }

  .title3[data-title]:hover::after {
    left: -431px;
    width: 460px;
  }

  .flaticon-information-button {
    font-size: 14px;
  }


  .top-2 {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
  }

  .top-2::-webkit-scrollbar {
    width: 6px;
  }

  .top-2::-webkit-scrollbar-track {
    background-color: #669f6a;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .top-2::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #adc37e;
  }

  @supports (-moz-appearance: none) {
    .colors::-moz-range-progress {
      height: 6px;
    }

    .colors::-moz-range-track {
      height: 6px;
    }

    /* high value color */
    .colors::-moz-range-thumb {
      height: 6px;
      border-radius: 6px;
    }
  }

  /* Chrome */
  @supports (-webkit-appearance: none) {
    .colors {
      -webkit-appearance: none;
      height: 6px;
      border-radius: 6px;
    }

    /* high value color */
    .colors::-webkit-slider-thumb {
      height: 6px;
    }
  }

  .contact-form br {
    display: block;
  }

  #full-faq .faq-area .card .card-header h2 button {
    padding: 6px 15px;
  }

  #modalOverlay .modal-dialog {
    top: 40%;
  }

  #modalOverlay .close {
    line-height: 20px;
    right: -13px;
    top: -16px;
    width: 20px;
    font-size: 14px;
  }

  #modalOverlay .app-info-holder {
    width: 400px;
  }

  #modalOverlay .app-info-img-holder {
    width: 80px;
  }

  #modalOverlay .app-info-img-holder img {
    width: 80px;
    height: auto;
  }

  #modalOverlay .app-text-holder {
    width: 320px;
  }

  #modalOverlay .app-text10 {
    font-size: 20px;
    line-height: 1;
  }

  #modalOverlay .app-text11 {
    font-size: 18px;
  }

  #modalOverlay .text-highlight {
    font-size: 15px;
  }

  /*---------------------------------new blog page---------------*/
  .search-box input {
    width: 440px;
  }

  .wide-100 img {
    margin-bottom: 20px;
  }

  .mhn-inner .mhn-text .blog-desc-height {
    height: auto;
  }

  .slick .slide .mhn-text .blog-desc-height {
    height: auto;
  }

  .blog-link-holder {
    height: 75px;
  }

  /*---------------------------------new blog page end---------------*/
  /*---------------------------------new media page---------------*/
  .media-pd {
    margin-bottom: 0;
  }

  #pimcore_video_libertyVideo iframe,
  #pimcore_video_libertyVideo video {
    height: 400px;
  }

  .home-slider .carousel-caption .home-sld-main {
    width: 350px;
  }

  .slider2 .carousel-caption {
    padding: 7rem 0 0 0;
  }

  /*------------------------------------------Contact new tab---------------------------------------------------*/
  .contact-carousel .carousel-indicators {
    bottom: -65px;
  }

  .contact-carousel .contact-height-new {
    height: 225px;
  }

  .book-2 {
    margin: 20px 0;
  }

  .contact-tab iframe {
    height: 260px;
  }

  .tab-location-headquaters {
    margin-top: 20px;
  }

  .tab-location-headquaters h5 {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .tab-location-headquaters p {
    margin-bottom: 1rem;
  }

  .tab-location-headquaters span {
    margin-right: 0.35rem;
  }

  .tab-location-headquaters img {
    float: none;
  }

  /*------------------------------------------Contact new tab end---------------------------------------------------*/
  /*------------------------------------------Home Page cards---------------------------------------------------*/
  .home-card-item:first-child {
    padding-left: 0;
  }

  .home-card-item:last-child {
    padding-left: 0;
  }

  .home-card-body img {
    height: 45px;
    width: 45px;
    margin-bottom: 20px;
  }

  .home-card-title {
    font-size: 20px;
  }

  .home-card-body p {
    font-size: 16px;
  }

  .btn-blue,
  .white-color .btn-blue {
    font-size: 15px;
  }

  /*------------------------------------------Home Page cards end---------------------------------------------------*/
  /*------------------------------------------Video with new area cards---------------------------------------------------*/
  .video-promo {
    margin: 0 0 30px 0;
  }

  .video-content-holder h2 {
    font-size: 17px;
  }

  .video-content-holder p {
    font-size: 15px;
  }

  /*------------------------------------------Video with new area cards end---------------------------------------------------*/
  /*------------------------------------------Home Page Blog---------------------------------------------------*/
  .home-blog-slider .home-blog-box .mhn-text .blog-desc-height {
    height: auto;
  }

  /*------------------------------------------Home Page Blog end---------------------------------------------------*/
  /*------------download center----------------------*/
  .download-center .tab-content .tab-pane {
    padding: 10px;
  }

  .download-center .nav-pills-custom .nav-link {
    font-size: 16px;
    margin-bottom: 1rem;
    padding: 10px;
  }

  .download-center .nav-pills-custom .nav-link::before {
    display: none;
  }

  .download-center .tab-content ul>li {
    padding: 12px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 16px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 20px;
    margin: 10px 0;
  }

  /*------------download center end----------------------*/
  /*------------------------video snippet slider-------------------*/
  .video-posts .owl-carousel .owl-stage {
    margin-top: 0;
  }

  .video-posts .owl-theme .owl-nav {
    top: 30%;
  }

  .video-posts .owl-theme .owl-prev {
    left: 0;
  }

  .video-posts .owl-theme .owl-next {
    right: 0;
  }

  .video-posts .owl-carousel .owl-nav button.owl-next,
  .video-posts .owl-carousel .owl-nav button.owl-prev {
    height: 32px;
    width: 32px;
  }

  .video-posts .owl-theme .owl-prev i,
  .video-posts .owl-theme .owl-next i {
    font-size: 15px;
    line-height: 2.5;
  }

  .video-posts .owl-carousel .thumbnail .video iframe {
    height: 300px;
  }

  .video-posts .owl-carousel .caption {
    padding: 12px 10px;
  }

  /*------------------------video snippet slider end-------------------*/
  /*-------------------new header video snippet-----------------*/
  /*.header2 .navbar .nav-link {
color: #383838;
}*/
  #Home-Video-Carousel {
    height: 560px;
  }

  #Home-Video-Carousel iframe {
    height: 560px;
  }

  #Home-Video-Carousel video {
    height: 560px;
  }

  #Home-Video-Carousel .embed-responsive {
    height: 560px;
  }

  #Home-Video-Carousel img {
    display: none !important;
  }

  #Home-Video-Carousel img {
    height: 440px;
    object-fit: cover;
  }

  #Home-Video-Carousel .mobile-view {
    display: block !important;
  }

  .banner-small-screen {
    top: 440px;
  }

  /*-------------------new header video snippet end-----------------*/
  .parallax-background-container .section-bg img {
    display: none;
  }

  .mobile-tree-none {
    display: none;
  }

  #myModal-open .modal-dialog {
    max-width: 300px;
  }

  .header-logo {
    width: 182px;
    height: auto;
  }

  #header .get-started {
    display: none;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 16px;
    margin-left: 8px;
  }

  .navbar .dropdown ul {
    left: 15px;
  }

  .navbar .dropdown ul a {
    padding: 6px 6px;
    font-size: 16px;
  }

  .navbar .dropdown ul li {
    min-width: 60px;
  }

  .menu__btn {
    top: 18px;
    width: 22px;
    height: 22px;
  }

  #menu__toggle:checked~.menu__box {
    top: 57px;
    padding: 15px 0;
  }

  .navbar .menu__item,
  .navbar .menu__item:focus {
    padding: 12px 0;
    font-size: 18px;
  }

  .menu__box ul li a,
  .menu__box ul li a:focus {
    font-size: 16px;
  }

  .menu__box ul li {}

  #hero {
    height: 180vh;
  }

  #hero .carousel-container {
    left: 0;
    right: 0;
  }

  #hero h1 {
    font-size: 24px;
  }

  #hero h2 {
    font-size: 16px;
  }

  #header .get-started span,
  #hero .get-started span {
    font-size: 16px;
  }

  #header .get-started,
  #hero .get-started {
    padding: 22px 22px;
    width: 280px;
  }

  #header .get-started i,
  #hero .get-started i {
    margin-left: 4px;
    font-size: 16px;
  }

  #hero img {
    width: 200px;
    margin-top: 20px;
  }

  .heading-new {
    font-size: 25px;
  }

  p {
    font-size: 16px;
  }

  #myModal-open .modal-content .modal-body h1 {
    font-size: 24px;
  }

  .read-more span {
    font-size: 16px;
  }


  .wide-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wide-101 {
    padding-bottom: 40px;
  }


  .scroll-top span {
    font-size: 18px;
  }

  .scroll-top {
    padding: 20px 52px;
  }

  .read-more i {
    margin-left: 4px;
    font-size: 16px;
  }

  .scroll-top i {
    margin-left: 4px;
    font-size: 16px;
  }

  #news-slider .owl-controls .owl-buttons {
    display: none;
  }

  #myModal-open .modal-content {
    padding: 10px 10px 20px 10px;
  }


  .new-home-slider .owl-theme .owl-nav {
    top: -58px;
  }

  .new-home-slider .owl-carousel .owl-nav button.owl-next,
  .new-home-slider .owl-carousel .owl-nav button.owl-prev {
    height: 36px;
    width: 36px;
    line-height: 40px;
  }

  .new-home-slider .owl-theme .owl-prev i,
  .new-home-slider .owl-theme .owl-next i {
    font-size: 20px;
  }

  .new-layout {
    padding: 20px 0;
  }

  .new-layout2 span i {
    font-size: 18px;
  }

  .chatbot__chat p {
    font-size: 14px;
    padding: 8px 12px;
  }

  .chatbot {
    height: 60%;
    border-radius: 10px;
    width: 280px;
    bottom: 110px;
  }

  .chatbox__title {
    font-size: 20px;
  }

  .chatbot__header {
    padding: 10px;
  }

  .chatbot__input-box span {
    font-size: 14px;
  }

  .new-layout form {
    padding: 15px;
  }

  .step-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 38px;
  }

  .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }

  .step-num {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    width: 26px;
  }

  .step-desc h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .step-desc p {
    font-size: 16px;
  }

  .step-desc {
    margin-top: 0;
  }

  .home-card-body {
    padding: 12px;
    margin: 8px 8px 8px 0;
  }

  .home-blog-slider .slick-next,
  .home-blog-slider .slick-prev {
    height: 40px;
    width: 40px;
  }

  .home-blog-slider .slick-next:before,
  .home-blog-slider .slick-prev:before {
    font-size: 22px;
  }

  .home-blog-slider .home-blog-box .mhn-text p {
    font-size: 16px;
  }

  .testimonial {
    padding: 15px 15px;
    margin: 15px 15px;
  }

  .owl-theme .owl-controls .owl-page span {
    width: 12px !important;
    height: 12px !important;
    margin: 0px 4px 0 4px !important;
  }

  .subscribe-form .subscribe-title-text {
    font-size: 18px;
    margin-bottom: 20px;
  }


  .testimonial .title {
    font-size: 20px;
    margin-bottom: 15px;
  }


  .cta-bg h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .post-slide1 {
    text-align: center;
    margin-top: 30px;
  }

  .post-slide1 img {
    width: 180px !important;
  }

  .copyright {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer-top2 {
    padding: 15px 0 0 0;
  }

  .app-margin {
    text-align: center !important;
    margin-bottom: 15px;
  }

  footer .img-app-size {
    width: 125px;
    height: auto;
  }

  .footer-nav-link {
    padding: 10px 0;
  }

  .footer-nav-link ul li a {
    font-size: 16px;
  }

  .calculator-text h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .calculator-text ul {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .rate-input h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .rate-input {
    margin: 2rem 0;
  }


  .wide-101 .nav-tabs .nav-link {
    font-size: 20px;
  }

  .rwd-table1 td {
    font-size: 16px;
  }

  .tax_saving_btn_link {}

  [tooltip]::after {
    min-width: 20em;
    font-size: 12px;
  }

  .rwd-table th,
  .rwd-table td {
    font-size: 16px;
  }

  .accordion-fees {
    margin-top: 20px;
  }

  .accordion-header-fees {
    padding: 0 0 12px 0;
    font-size: 16px;
  }

  .accordion__item_fees>.accordion-header-fees:after {
    font-size: 15px;
    width: 28px;
    height: 28px;
    padding: 0px 7px;
    line-height: 28px;
  }

  .accordion-body__contents-fees {
    padding: 12px 0;
    font-size: 14px;
  }

  .tabpanel .tabpanel__tablabel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabpanel .tabpanel__panel {
    padding: 12px;
  }

  .tabpanel__tablabel {
    padding: 12px;
  }

  .download-center .tabpanel__panel ul>li a {
    font-size: 16px;
  }

  .tabpanel__tablabel {
    font-size: 20px;
  }

  .inner-page-link ol {
    font-size: 16px;
  }

  #hero h3 {
    font-size: 22px;
  }


  #hero .lg-view {
    display: none !important;
  }

  #hero .tablet-view {
    display: none !important;
  }

  #hero .mobile-view {
    display: none !important;
  }

  #hero .mobile-view2 {
    display: block !important;
  }

  .accordion .pagenav h4 {
    padding: 16px 0;
    font-size: 16px;
  }

  .accordion .pagenav h4 a {
    font-size: 16px;
  }

  .accordion .pagenav a {
    margin: 16px 0;
    font-size: 16px;
  }

  .accordion .pagenav h4 i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 34px;
  }

  .subscribe-form .no-gutters>.col,
  .subscribe-form .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }

  .tax_saving_btn_link {
    margin: 2rem 0 0 !important;
  }

  .tax_saving_btn_link h3 {
    font-size: 16px;
  }

  .show-btn-click p {
    font-size: 14px;
    margin: .5rem 0;
  }

  .tax_saving_btn_link a:last-child {
    font-size: 16px;
  }

  .new-layout2 hr {
    margin: 0.8rem 0;
  }

  .liberty-connect {
    position: fixed;
    bottom: 180px;
    right: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed743f;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 25px;
    z-index: 9;
  }

  a.liberty-connect:hover {
    color: #fff;
  }


  #hero h4 {
    font-size: 18px;
  }

  .inner-page-link ol li+li::before {
    padding-right: 10px;
  }

  .home-card-title1 {
    font-size: 20px;
  }

  .home-cards1 ul {
    font-size: 16px;
  }

  .bg-green {
    padding-top: 40px;
  }

  .about-more-info {
    margin-top: 1rem;
  }

  .about-more-info h6 {
    font-size: 20px;
  }

  .team .member .member-info h4 {
    font-size: 20px;
  }

  .team .member .member-info span {
    font-size: 16px;
  }

  .about-carousel3 .modal .modal-content .modal-title {
    font-size: 22px;
  }

  .about-carousel3 .modal button.close {
    height: 30px;
    width: 30px;
  }

  .about-carousel3 .modal .modal-content i {
    font-size: 15px;
  }

  .file-input .button {
    font-size: 16px;
  }

  .file-input .label {
    font-size: 16px;
  }

  .error-page {
    padding-top: 120px;
  }

  .error-page h1 {
    font-size: 70px;
  }

  .error-page h6 {
    font-size: 20px;
  }

  .rwd-table1 th:first-child,
  .rwd-table1 td:first-child {
    width: 76%;
  }


  .scroll-top span {
    font-size: 16px;
  }


  .cookie-alert {
    padding: 10px;
    left: 5.75%;
    max-width: 500px;
    bottom: 24%;
  }

  a.accept-button-color {
    font-size: 16px;
  }

  .cookie-msg p {
    font-size: 16px;
    line-height: 1.4;
  }

  .bottom-nav-bar {
    height: 72px;
  }

  .bottom-nav-bar-holder .bottom-nav-bar a span {
    height: 36px;
    width: 36px;
    font-size: 19px;
  }

  .bottom-nav-bar-holder .bottom-nav-bar a p {
    font-size: 14px;
    margin-bottom: 0;
  }

  /*--------------more links for you carousel-------------*/
  .more-links-container .owl-carousel .caption h4 {
    font-size: 18px;
  }

  .more-links-container .owl-carousel .owl-nav button.owl-next,
  .more-links-container .owl-carousel .owl-nav button.owl-prev {
    height: 36px;
    width: 36px;
    line-height: 0;
  }

  .more-links-container .owl-theme .owl-prev i,
  .more-links-container .owl-theme .owl-next i {
    font-size: 20px;
    line-height: 0;
  }

  .more-links-container .owl-theme .owl-prev {
    right: 60px;
  }

  /*--------------more links for you carousel end-------------*/
  /*--------------carousel with owl-carousel2-------------*/

  .more-links-container .owl-theme .owl-nav {
    top: -55px;
  }

  /*--------------carousel with owl-carousel2 end-------------*/

  .slick .slide .mhn-text p {
    height: 110px;
  }

  .holder22 ul {
    font-size: 16px;
  }

  .holder22 ul li::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  .navbar ul {
    padding: 0 20px 0 0;
    gap: 20px;
  }
}

@media only screen and (max-width: 539px) and (min-width: 280px) {
  br {
    display: none;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  .wrapper-new {
    padding-top: 70px;
  }

  .heading-first {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .header-logo {}

  select#Anrede {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading1 {
    font-size: 20px;
    margin: 15px 0;
  }

  .heading1-text {
    font-size: 16px;
    margin-top: 2px;
  }

  .subscribe-title-home {
    font-size: 40px;
  }

  .subscribe-title-text {
    font-size: 18px;
    margin-bottom: 45px;
    text-align: left;
  }

  .wrapper-3 {
    height: 520px;
    padding-top: 52px;
  }

  .bg-text {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bg-contain {
    padding: 10px;
  }

  .head1-text {
    font-size: 18px;
  }

  .head1 {
    font-size: 25px;
    line-height: 1.2;
  }

  .wrapper-3 a {
    padding: 4px 22px;
    font-size: 16px;
  }

  .service-head {
    font-size: 22px;
    margin-bottom: 0;
  }

  .service-head-text {
    font-size: 16px;
  }

  .fa.fa-circle.color1 {
    margin-top: -5px;
  }

  .fa.fa-circle.color2 {
    margin-top: -5px;
  }

  .fa.fa-circle.color3 {
    margin-top: -5px;
  }

  .service-img3 {
    margin-left: 200px;
  }

  .subscribe_form_wrapper input {
    width: 210px;
  }

  .sidepanel.open {}

  .product-heading {
    font-size: 65px;
    margin-top: 150px;
  }

  .product-discription {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .icon-bottom-text {
    top: 660px;
    font-size: 17px;
  }

  .header .social-icon-section {
    top: 25%;
  }

  .dog-icon {
    top: 730px;
  }

  .subscribe_form_wrapper input {
    width: 100%;
  }

  .hometext-30 {
    font-size: 32px;
    line-height: 1.1;
  }

  .hometext-40 {
    font-size: 15px;
  }

  .wrapper-2 .heading1-text {
    margin-bottom: 15px;
  }

  .product-heading {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  hr.style1 {
    width: 65px;
    margin-left: 0px;
    margin-right: 0px;
    height: 6px;
    background-color: #262262;
    margin-bottom: 20px;
    margin: 0 auto;
  }

  .product-discription {
    font-size: 14px;
    min-height: 110px;
    line-height: 1.7;
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .home-test-img {
    margin-top: 0px;
  }

  .subscribe_form_wrapper input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0;
  }

  .subscribe_form_wrapper {}

  .services-heading {
    font-size: 32px;
  }

  .subscribe-section-design {
    text-align: center;
  }

  .services-flex-box {
    display: block;
  }

  .happy-clent-wrapper {
    display: block;
    top: 2050px;
  }

  .page-heading {
    font-size: 45px;
  }

  .contact-form-heading {
    font-size: 34px;
  }

  .top-info-image {
    display: block;
    background-color: transparent;
  }

  .right-side-info-image {
    width: 100%;
    margin-top: 30px;
  }

  .foot-2 {
    margin-top: 40px !important;
  }

  .wrapper-heading {
    width: 100%;
    padding: 60px 0px;
  }

  .services-flex-image {
    width: 100%;
  }

  .services-flex-text-wrapper {
    margin-top: 40px;
    width: 100%;
  }

  .subscribe-title {
    font-size: 16px;
  }

  .subscribe_form input {
    width: 100%;
  }

  .terms-condition a {
    font-size: 16px;
  }

  .form-area button.btn-black-border {
    margin-top: 0px;
  }

  .allready1 {
    font-size: 16px;
    padding-top: 40px;
  }

  .allready1 a {
    font-size: 16px;
  }

  .first-colm,
  .first-colm1,
  .first-colm2 {
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 50px;
  }

  .about-text-1 {
    top: 350px;
    font-size: 12px;
  }

  .heading-border {
    font-size: 35px;
  }

  .aboutimg {
    top: 105px;
  }

  .sidepanel.open {
    width: 100%;
  }

  .form-heading {
    line-height: 36px;
  }

  .trems-condition-text {
    top: 180px;
    font-size: 12px;
    line-height: 2;
  }

  .subscribe-section-design1 .subscribe-title {
    font-size: 12px;
  }

  .subscribe-section-design1 {
    padding: 20px 10px;
  }

  .about_page_header a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .for-manage-contact-form {
    top: 200px;
  }

  .contsubmit {
    margin-top: 20px;
  }

  .for-manage-address-1 {
    top: 380px;
  }

  .store-gallary {
    top: 1200px;
  }

  .for-manage-address-image {
    margin-top: 30px;
  }

  .for-manage-address-image-3 img {
    margin-top: 50px;
  }

  .adress-mail {
    font-size: 16px;
  }

  .for-manage-address-image img {
    margin-top: 10px;
  }

  .store-gallary img {
    height: 200px;
  }

  ul#parent-menu {
    text-align: center;
  }

  .dropdown-menu a {
    font-size: 18px !important;
  }

  .sidepanel a {
    font-size: 16px;
  }

  .ftmusic5,
  .ftmusic6,
  .ftmusic7,
  .ftmusic8 {
    font-size: 11px;
    margin: 15px 0px;
    text-align: center;
  }

  .ftmusic1,
  .ftmusic2,
  .ftmusic3,
  .ftmusic4 {
    text-align: center;
  }

  .social-icon-section a {}

  .social-icon-section .add-icon:before {
    color: #00ff00;
    left: 62px;
    top: -12px;
    content: "\f0d8";
  }

  .budget-form-heading {
    font-size: 35px;
  }

  .for-manage-budget-form {
    top: 300px;
  }

  .budgetsubmit {
    margin-top: 30px;
  }

  .social-icon-section .add-icon {
    top: 25px;
    right: 0;
    font-size: 12px;
  }

  #HomeCarousel {
    height: 420px;
    margin-top: 0;
  }

  #HomeCarousel img {
    height: 420px;
    object-fit: cover;
  }

  .about-carousel .carousel img {
    height: auto;
  }

  .contact-carousel .carousel img {
    height: auto;
  }

  footer .subscribe-title {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
  }

  footer .subscribe_form .btn {
    font-size: 13px;
  }

  .footer-nav-link ul li a {
    font-size: 16px;
    padding: 0;
  }

  footer .subscribe_form input::placeholder {
    font-size: 11px;
    text-align: center;
  }

  .f-location-list .dropdown-toggle {
    font-size: 11px;
  }

  .menu-heading1 {
    font-size: 70px;
  }

  .menu-heading2 {
    font-size: 15px;
  }

  .menu-head2 {
    top: 290px;
  }

  .menu-text-head {
    margin-bottom: 15px;
  }

  .menu-text1 {
    font-size: 18px;
  }

  .menu-text2 {
    font-size: 11px;
    min-height: 20px;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }

  .menu-text11 {
    font-size: 18px;
  }

  .menu-text22 {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }

  .budget-text {
    font-size: 11px;
    line-height: 1.8;
    top: 793px;
  }

  hr.style2 {
    width: 80px;
    height: 6px;
    background-color: #262262;
    position: absolute;
    top: 140px;
    left: calc((100% - 80px) / 2);
  }

  .subscribe-title-home {
    font-size: 25px;
    text-align: left;
  }

  .homeimg {
    margin-top: 25px;
    height: 250px;
    width: 272px !important;
  }

  .prhead1 {
    font-size: 30px;
  }

  footer.footer {
    text-align: left;
    padding: 20px 0 80px 0;
  }

  .social-icon-section {
    text-align: center;
    margin-bottom: 20px;
  }

  .form-heading-terms {
    font-size: 35px;
    top: 70px;
  }

  .services-flex-box img {
    margin-left: 0;
  }

  .wrapper-3 img {
    margin-top: 10px;
    height: 200px;
  }


  .subscribe_form_wrapper label {
    display: table;
  }

  .subscribe_form_wrapper button {
    width: 100%;
    border-radius: 0;
  }

  .subscribe_form_wrapper .form-group {}

  .bg-heading {
    font-size: 32px;
  }

  .footer-logo {
    width: 200px;
    height: auto;
    margin-bottom: 0px;
  }

  .openbtn {
    font-size: 16px;
    right: 20px;
    top: 20%;
  }

  .openbtn i {
    margin-left: 4px;
  }

  .sidepanel .closebtn {
    font-size: 25px;
  }

  [data-title]:hover::after {
    left: -100px;
    width: auto;
    top: 20px;
  }

  .fa.fa-exclamation-circle {
    font-size: 18px;
  }

  .new-layout .pl-4 {
    padding-left: 0 !important;
  }

  .slider2 .carousel-caption h1 {
    font-size: 22px;
  }

  .heading-new2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }

  .heading-new27 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .before-no .holder-new {
    height: 390px;
    margin-bottom: 10px;
  }

  .before-no .holder-new a {
    margin-top: 0 !important;
  }

  .footer-top2 .col-md-6 {
    text-align: center !important;
  }

  .before-no .holder-new1 {
    margin-bottom: 15px;
  }

  .wide-101 .holder1 img {
    height: auto;
    width: 60px;
  }

  .heading-4 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .section-heading h2 {
    font-size: 28px;
  }

  .wide-100 img {
    margin-bottom: 20px;
  }

  .wide-100 .holder-next {
    margin-bottom: 10px;
  }

  .accordion .item .item-header h2 button.btn.btn-link {
    line-height: 1 !important;
  }

  .accordion .item .item-header h2 button {
    font-size: 17px !important;
    padding-left: 5px !important;
  }

  .accordion .item .item-header h2 i {
    font-size: 20px !important;
    width: 30px !important;
    height: 20px !important;
    border-radius: 4px !important;
  }

  .t-p {
    padding: 4px !important;
  }

  .wide-101 img {
    height: auto;
  }

  #full-faq .faq-area .card .card-header h2 button {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
  }

  #full-faq .card-body {
    font-size: 16px;
  }

  .navbar-nav {
    background-color: #fff;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    box-shadow: none;
    position: relative;
    transition: none;
    top: 100%;
    margin: 0;
    padding: 0;
  }

  .navbar .nav-link {
    color: #383838;
    font-size: 18px;
    padding: 6px 0px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 0;
  }

  .icon-bar {
    top: 100%;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding-bottom: 50px;
    box-shadow: 0px -1px 15px 0px rgba(0, 0, 0, 0.50);
  }

  .icon-bar img {
    height: auto;
    width: 26px;
    margin-bottom: 6px;
  }

  #MiniRightNav {
    margin-bottom: 0 !important;
    padding: 0 !important;
    float: inherit;
  }

  #MiniRightNav li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
  }

  #MiniRightNav li a {
    background: none;
    width: 100%;
    padding: 10px;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #MiniRightNav i {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    background-size: contain;
    margin-bottom: 5px;
    color: #555555;
  }

  #MiniRightNav li a span {
    word-break: break-all;
    display: block;
    line-height: 1.3;
    font-size: 12px;
    position: inherit;
    right: 0;
    overflow: inherit;
    color: #18191f;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    transition: none;
    font-weight: 600;
    box-shadow: none;
  }

  #MiniRightNav li a span:hover {
    background: 0;
  }

  #MiniRightNav a:hover span {
    width: 100%;
    padding: 0;
    overflow: inherit;
  }

  .heading-contact {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .address-holder2 {
    margin-bottom: 10px;
  }

  .wrapper {
    margin-top: 50px;
  }

  .address-holder img {
    margin-top: 100px;
  }

  .contact-text-about {
    margin-bottom: 10px;
  }

  .contact-text-about img {
    margin-bottom: 5px;
  }

  .holder-new {
    padding: 10px 10px;
    height: 231px;
    margin-bottom: 10px;
  }

  .holder-new .icon-top {
    margin-top: 1.6rem;
  }

  .wide-101 .new22 {
    height: 220px;
  }

  .header1 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-link {
    margin-right: 10px;
  }

  .header-2 a {
    padding: 0px 5px;
    font-size: 15px;
  }

  .header-language {
    padding-right: 40px;
  }

  .faq-holder2 {
    height: 580px;
  }

  .nav-tabs .nav-link {
    font-size: 18px !important;
  }

  .home-slider .carousel-caption {
    padding: 6rem 0 0 0;
  }

  .home-sld-main h1 {
    font-size: 22px;
  }

  .home-sld-main h2 {
    font-size: 16px;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .wide-100 .tabs-marker .nav-link.active .marker {
    display: none;
  }

  .wide-101 .tabs-marker .nav-link.active .marker {
    display: none;
  }

  .nav-item.dropdown.language {
    margin-left: 10px;
  }

  .nav-item.dropdown.language:before {
    display: none;
  }

  .title3[data-title]:hover::after {
    width: auto;
  }

  .login-connect .card-body {
    padding: 10px;
  }

  .login-connect .card-title {
    font-size: 25px;
  }

  .login-connect .form-group .form-control {
    height: 45px;
  }

  .login-connect p {
    font-size: 16px;
  }

  .login-connect .forgot-password {
    font-size: 16px;
  }

  .login-connect .signup {
    font-size: 16px;
  }

  .login-connect .login-footer {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }

  .login-connect .login-footer ul li a {
    font-size: 16px;
  }

  .login-connect .login-footer ul li {
    margin: 0 6px;
  }

  .login-connect .login-img {
    margin-top: 20px;
  }

  .book-2 a {
    font-size: 14px;
  }

  .book-2 {
    margin: 20px 0;
  }

  .foot-social {
    float: none;
  }

  .foot-social ul.social {
    margin: 15px 0;
    text-align: center;
  }

  .foot-social ul.social>li>a {
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
  }

  .daysCheckbox1 {
    zoom: 0.8;
  }

  .login-connect .form-group label {
    font-size: 13px;
    margin-left: 4px;
  }

  .img-top7 {
    margin-top: 30px;
  }

  .br {
    display: none;
  }

  .wide-100 img {
    float: none;
  }

  .wide-101 img {
    float: none;
  }

  .sr-icon {
    height: 65px;
    width: 65px;
  }

  .sr-icon:after {
    height: 65px;
    width: 65px;
  }

  .holder-new img {
    height: 32px;
    width: 32px;
  }

  .heading-new3 {
    font-size: 20px;
  }

  .hide-text {
    display: none;
  }

  .carousel-caption.top9 {
    bottom: 20px;
  }

  .slider2 .carousel-caption.top10 {
    bottom: 0px;
  }

  .slider2 .carousel-caption.top11 {
    bottom: 20px;
  }

  .before-no .holder-new3 {
    margin-bottom: 10px;
  }

  .blog-page p {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }

  .about-height {
    height: auto;
  }

  .about-height1 {
    height: auto;
  }

  .about-carousel3 .carousel {
    height: 200px;
  }

  .ceo {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .about-carousel3 .board-prtfolio .ceo-head1 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .about-carousel3 .carousel-item {
    min-height: 200px;
  }

  .about-carousel3 .holder1 {}

  .slider2 .carousel-caption.img-last-top {
    bottom: 150px;
  }

  .contact-form .contact-top {
    margin-top: 0px;
  }

  .before-no .holder-new3 {
    height: auto;
  }

  .hovereffect a.info {
    margin: 50px 0 0;
  }

  .about-carousel3 .modal .modal-content {
    width: 90%;
    max-height: 85%;
    overflow-y: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar {
    width: 4px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .about-carousel3 .modal .modal-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  .new-layout br {
    display: block;
  }

  .chf-left {
    /* margin-left: 140px; */
  }

  .redirect-text-connect {
    margin-bottom: 30px;
  }

  .hovereffect .overlay {
    width: 132px;
    height: 165px;
  }

  .about-carousel3 .bot-bottom {
    margin-bottom: 15px;
  }

  .iframe-connect {
    height: 660px;
  }

  #demo.carousel .col-12 {
    padding: 0px;
    margin-bottom: 0px;
  }

  .range1 {
    font-size: 16px;
  }


  .new-layout2 hr {
    margin-bottom: 0.8rem;
  }

  .chf-left {}

  .range11 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .new-layout2 .top-2 {
    margin-top: 50px;
    padding: 15px;
  }

  .new-layout2 label {
    font-size: 16px;
  }

  .layout-head1 {
    font-size: 18px;
    margin-top: 5px !important;
  }

  .layout-head1-text {
    margin-bottom: 0px !important;
    font-size: 16px;
  }

  .new-layout .pl-4 {
    padding-left: 0 !important;
  }

  .range-bg {
    padding: 12px;
  }

  [data-title]:hover::after {
    left: -275px;
    width: 290px;
    top: 20px;
  }

  .title3[data-title]:hover::after {
    width: 290px;
  }

  .flaticon-information-button {
    font-size: 14px;
  }


  .top-2 {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 30px;
  }

  .top-2::-webkit-scrollbar {
    width: 6px;
  }

  .top-2::-webkit-scrollbar-track {
    background-color: #669f6a;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .top-2::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #adc37e;
  }

  @supports (-moz-appearance: none) {
    .colors::-moz-range-progress {
      height: 6px;
    }

    .colors::-moz-range-track {
      height: 6px;
    }

    /* high value color */
    .colors::-moz-range-thumb {
      height: 6px;
      border-radius: 6px;
    }
  }

  /* Chrome */
  @supports (-webkit-appearance: none) {
    .colors {
      -webkit-appearance: none;
      height: 6px;
      border-radius: 6px;
    }

    /* high value color */
    .colors::-webkit-slider-thumb {
      height: 6px;
    }
  }

  .contact-form br {
    display: block;
  }

  input[type="file"]:before {
    width: 105px;
    font-size: 13px;
    padding: 0 5px;
  }

  footer .img-app-size {
    width: 125px;
    height: auto;
  }

  .sv-powered-by {
    text-align: center;
  }

  .contact-form .file-input .label {
    font-size: 12px;
  }

  .carousel-indicators {
    bottom: 0px;
  }

  footer.footer .app-margin a {
    margin-right: 10px !important;
  }

  div#captcha {
    margin-bottom: 10px;
  }

  #modalOverlay .close {
    line-height: 22px;
    right: -10px;
    top: -20px;
    width: 22px;
    font-size: 14px;
  }

  #modalOverlay .modal-dialog {
    top: 25%;
  }

  #modalOverlay .app-info-holder {
    width: 320px;
  }

  #modalOverlay .app-info-img-holder {
    width: 70px;
  }

  #modalOverlay .app-info-img-holder img {
    width: 70px;
    height: auto;
  }

  #modalOverlay .app-text-holder {
    width: 250px;
    padding-top: 8px;
  }

  #modalOverlay .app-text10 {
    font-size: 20px;
    line-height: 1;
  }

  #modalOverlay .app-text11 {
    font-size: 18px;
  }

  #modalOverlay .text-highlight {
    font-size: 15px;
  }


  .partner-item {
    padding: 40px;
    margin-top: 2rem;
  }

  .partner-item:last-child {}

  /*---------------------------------new blog page---------------*/
  .search-box input {
    padding-left: 3rem;
  }

  .blog-link-holder {
    height: 100px;
  }

  .mhn-inner .mhn-text .blog-desc-height {
    height: auto;
  }

  .slick .slide .mhn-text .blog-desc-height {
    height: auto;
  }

  /*---------------------------------new blog page end---------------*/
  /*---------------------------------new media page---------------*/
  #pimcore_video_libertyVideo iframe,
  #pimcore_video_libertyVideo video {
    height: 350px;
  }

  .media-flex .btn-get-started1:first-child {
    margin-right: 1rem;
  }

  .media-pd {
    margin-bottom: 0;
  }

  /*---------------------------------new media page end---------------*/
  .home-slider .carousel-caption .home-sld-main {
    width: 240px;
  }

  .slider2 .carousel-caption {
    padding: 7rem 0 0 0;
  }

  .slider2 .carousel-caption h2 {
    font-size: 16px;
  }

  #HomeCarousel img {
    display: none !important;
  }

  #HomeCarousel .mobile-view {
    display: block !important;
  }

  /*------------------------------------------Contact new tab---------------------------------------------------*/
  .contact-tab iframe {
    height: 300px;
  }

  .contact-carousel .carousel-indicators {
    bottom: -65px;
  }

  .contact-carousel .contact-height-new {
    height: 225px;
  }

  .tab-location-headquaters {
    margin-top: 20px;
  }

  .tab-location-headquaters h5 {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .tab-location-headquaters span {
    margin-right: 0.35rem;
  }

  .tab-location-headquaters p {
    font-size: 15px;
    margin-bottom: 1rem;
  }

  .tab-location-headquaters img {
    float: none;
  }

  /*------------------------------------------Contact new tab end---------------------------------------------------*/
  /*------------------------------------------Home Page cards---------------------------------------------------*/
  .home-card-item {
    padding: 0;
    margin-bottom: .5rem;
  }

  .home-card-body img {
    height: auto;
    width: 60px;
    margin-bottom: 15px;
  }

  .home-card-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .home-card-body p {
    font-size: 16px;
  }

  .btn-blue,
  .white-color .btn-blue {
    font-size: 14px;
  }

  /*------------------------------------------Home Page cards end---------------------------------------------------*/
  /*------------------------------------------Home Page Blog---------------------------------------------------*/
  .home-blog-slider .home-blog-box .mhn-text .blog-desc-height {
    height: auto;
    font-size: 16px;
  }

  /*------------------------------------------Home Page Blog end---------------------------------------------------*/
  /*------------------------------------------Video with new area cards---------------------------------------------------*/
  .video-promo {
    margin: 0 0 30px 0;
  }

  .video-content-holder h2 {
    font-size: 17px;
  }

  .video-content-holder p {
    font-size: 15px;
  }

  /*------------------------------------------Video with new area cards end---------------------------------------------------*/
  /*------------download center----------------------*/
  .download-center .tab-content .tab-pane {
    padding: 10px;
  }

  .download-center .nav-pills-custom .nav-link {
    font-size: 16px;
    margin-bottom: 1rem;
    padding: 10px;
  }

  .download-center .nav-pills-custom .nav-link::before {
    display: none;
  }

  .download-center .tab-content ul>li {
    padding: 12px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 16px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 20px;
    margin: 15px 0 10px 0;
  }

  /*------------download center end----------------------*/
  /*------------------------video snippet slider-------------------*/
  .video-posts .owl-carousel .owl-stage {
    margin-top: 0;
  }

  .video-posts .owl-theme .owl-nav {
    top: 30%;
  }

  .video-posts .owl-theme .owl-prev {
    left: 0;
  }

  .video-posts .owl-theme .owl-next {
    right: 0;
  }

  .video-posts .owl-carousel .owl-nav button.owl-next,
  .video-posts .owl-carousel .owl-nav button.owl-prev {
    height: 32px;
    width: 32px;
  }

  .video-posts .owl-theme .owl-prev i,
  .video-posts .owl-theme .owl-next i {
    font-size: 15px;
    line-height: 2.5;
  }

  .video-posts .owl-carousel .caption {
    padding: 12px 10px;
  }

  /*------------------------video snippet slider end-------------------*/
  /*-------------------new header video snippet-----------------*/
  /*.header2 .navbar .nav-link {
color: #383838;
}*/
  #Home-Video-Carousel {
    height: 560px;
    margin-top: 0;
  }

  #Home-Video-Carousel iframe {
    height: 560px;
  }

  #Home-Video-Carousel video {
    height: 560px;
  }

  #Home-Video-Carousel .embed-responsive {
    height: 560px;
  }

  #Home-Video-Carousel img {
    display: none !important;
  }

  #Home-Video-Carousel img {
    height: 420px;
    object-fit: cover;
  }

  #Home-Video-Carousel .mobile-view {
    display: block !important;
  }

  .banner-small-screen {
    top: 420px;
  }

  /*-------------------new header video snippet end-----------------*/
  .parallax-background-container .section-bg .heading-new-tree {
    padding: 5rem 0 1rem 0;
  }

  .parallax-background-container .section-bg .heading-new-tree img {
    height: 180px;
  }

  .mobile-tree-none {
    display: none;
  }

  #myModal-open .modal-dialog {
    max-width: 300px;
  }

  .header-logo {
    width: 200px;
    height: auto;
  }

  #header .get-started {
    display: none;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 16px;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 16px;
    margin-left: 8px;
  }

  .navbar .dropdown ul {
    left: 15px;
  }

  .navbar .dropdown ul a {
    padding: 6px 6px;
    font-size: 16px;
  }

  .navbar .dropdown ul li {
    min-width: 60px;
  }

  .menu__btn {
    top: 18px;
    width: 22px;
    height: 22px;
  }

  #menu__toggle:checked~.menu__box {
    top: 57px;
    padding: 10px 0;
  }

  .navbar .menu__item,
  .navbar .menu__item:focus {
    padding: 12px 0;
    font-size: 18px;
  }

  .menu__box ul li a,
  .menu__box ul li a:focus {
    font-size: 16px;
  }

  .menu__box ul li {}

  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    left: 0;
    right: 0;
  }

  #hero h1 {
    font-size: 24px;
  }

  #hero h2 {
    font-size: 16px;
  }

  #header .get-started span,
  #hero .get-started span {
    font-size: 16px;
  }

  #header .get-started,
  #hero .get-started {
    padding: 18px 18px;
    width: 280px;
    height: 38px;
  }

  #header .get-started i,
  #hero .get-started i {
    margin-left: 4px;
    font-size: 16px;
  }

  #hero img {
    width: 200px;
    margin-top: 20px;
  }

  .heading-new {
    font-size: 25px;
  }

  p {
    font-size: 16px;
  }

  #myModal-open .modal-content .modal-body h1 {
    font-size: 24px;
  }

  .read-more span {
    font-size: 16px;
  }


  .wide-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wide-101 {
    padding-bottom: 50px;
  }


  .scroll-top span {
    font-size: 16px;
  }

  .scroll-top {
    padding: 18px 52px;
    height: 38px;
    bottom: 20px;
  }

  .read-more i {
    margin-left: 4px;
    font-size: 16px;
  }

  .scroll-top i {
    margin-left: 4px;
    font-size: 16px;
  }

  #news-slider .owl-controls .owl-buttons {
    display: none;
  }

  #myModal-open .modal-content {
    padding: 10px 10px 20px 10px;
  }


  .new-layout {
    padding: 20px 0;
  }

  .new-layout2 span i {
    font-size: 18px;
  }

  .chatbot__chat p {
    font-size: 14px;
    padding: 8px 12px;
  }

  .chatbot {
    height: 60%;
    border-radius: 10px;
    width: 300px;
    bottom: 110px;
  }

  .chatbox__title {
    font-size: 20px;
  }

  .chatbot__header {
    padding: 10px;
  }

  .chatbot__input-box span {
    font-size: 14px;
  }

  .new-layout form {
    padding: 15px;
  }

  .step-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 38px;
  }

  .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }

  .step-num {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    width: 26px;
  }

  .step-desc h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .step-desc p {
    font-size: 16px;
  }

  .step-desc {
    margin-top: 0;
  }

  .home-card-body {
    padding: 15px;
    margin: .5rem 0;
  }


  .home-blog-slider .slick-next,
  .home-blog-slider .slick-prev {
    height: 40px;
    width: 40px;
  }

  .home-blog-slider .slick-next:before,
  .home-blog-slider .slick-prev:before {
    font-size: 22px;
  }

  .home-blog-slider .home-blog-box .mhn-text p {
    font-size: 16px;
  }

  .testimonial {
    padding: 15px 15px;
    margin: 15px 15px;
  }

  .owl-theme .owl-controls .owl-page span {
    width: 12px !important;
    height: 12px !important;
    margin: 0px 4px 0 4px !important;
  }

  .subscribe-form .subscribe-title-text {
    font-size: 18px;
    margin-bottom: 20px;
  }


  .testimonial .title {
    font-size: 20px;
    margin-bottom: 15px;
  }


  .cta-bg h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .post-slide1 {
    text-align: center;
    margin-top: 30px;
  }

  .post-slide1 img {
    width: 180px !important;
  }

  .copyright {
    font-size: 16px;
    text-align: center;
  }

  .footer-top2 {
    padding: 15px 0 0 0;
  }

  .app-margin {
    text-align: center !important;
    padding: 0;
    margin: 15px 0;
  }

  .footer-nav-link {
    padding: 10px 0;
  }

  .circle {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .circle:after {
    padding-bottom: 160px;
    width: 160px;
    height: 0;
  }

  .circle__inner {
    width: 160px;
    height: 160px;
  }

  .circle__wrapper {
    width: 160px;
    height: 160px;
  }

  .circle__content p {
    font-size: 0.8em;
  }

  .calculator-text h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .calculator-text ul {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .rate-input h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .rate-input {
    margin: 2rem 0;
  }


  .wide-101 .nav-tabs .nav-link {
    font-size: 20px;
  }

  .rwd-table1 td {
    font-size: 16px;
  }

  .tax_saving_btn_link {
    margin: 2rem 0 0 !important;
  }

  .tax_saving_btn_link h3 {
    font-size: 16px;
  }

  .show-btn-click p {
    font-size: 14px;
    margin: .5rem 0;
  }

  .new-layout2 hr {
    margin-top: 0.8rem;
  }

  [tooltip]::after {
    min-width: 20em;
    font-size: 12px;
  }

  .rwd-table th,
  .rwd-table td {
    padding: 12px 0 12px 12px !important;
    font-size: 16px;
  }

  .accordion-fees {
    margin-top: 20px;
  }

  .accordion-header-fees {
    padding: 0 0 12px 0;
    font-size: 16px;
  }

  .accordion__item_fees>.accordion-header-fees:after {
    font-size: 15px;
    width: 28px;
    height: 28px;
    padding: 0px 7px;
    line-height: 28px;
    top: -10px;
  }

  .accordion-body__contents-fees {
    padding: 12px 0;
    font-size: 14px;
  }

  .tabpanel__tab:checked+.tabpanel__tablabel {
    border-bottom: 2px solid #6e9d68;
  }

  .tabpanel .tabpanel__tablabel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabpanel .tabpanel__tablabel {
    padding: 12px 12px;
  }

  .download-center .tabpanel__panel ul>li a {
    font-size: 16px;
  }

  .tabpanel__tablabel {
    font-size: 20px;
  }

  .inner-page-link ol {
    font-size: 16px;
  }

  .inner-page-link {
    margin-bottom: 1rem;
  }

  .tabpanel .tabpanel__panel {
    padding: 12px;
  }

  #hero h3 {
    font-size: 22px;
  }


  #hero .lg-view {
    display: none !important;
  }

  #hero .tablet-view {
    display: none !important;
  }

  #hero .mobile-view {
    display: block !important;
  }

  #hero .mobile-view2 {
    display: none !important;
  }

  .accordion .pagenav h4 {
    padding: 16px 0;
    font-size: 16px;
  }

  .accordion .pagenav h4 a {
    font-size: 16px;
  }

  .accordion .pagenav a {
    margin: 16px 0;
    font-size: 16px;
  }

  .accordion .pagenav h4 i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 34px;
  }

  .subscribe-form .no-gutters>.col,
  .subscribe-form .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }

  .liberty-connect {
    position: fixed;
    bottom: 180px;
    right: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ed743f;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 25px;
    z-index: 9;
  }

  a.liberty-connect:hover {
    color: #fff;
  }


  .accordion-fees {
    display: block;
  }

  #hero h4 {
    font-size: 18px;
  }

  .about-contact-mobile .owl-carousel .thumbnail .contact-text-about p {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .about-contact-mobile .owl-carousel .thumbnail .contact-height-new {
    height: 260px;
  }

  .about-contact-mobile .owl-carousel .thumbnail .read-more {
    padding: 20px 10px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .about-contact-mobile .owl-carousel .thumbnail .read-more span {
    font-size: 12px;
  }

  .inner-page-link ol li+li {
    padding-left: 10px;
  }

  .inner-page-link ol li+li::before {
    padding-right: 10px;
  }

  .home-card-title1 {
    font-size: 20px;
  }

  .home-cards1 ul {
    font-size: 16px;
  }

  .bg-green {
    padding-top: 40px;
  }

  .about-more-info {
    margin-top: 1rem;
  }

  .about-more-info h6 {
    font-size: 20px;
  }

  .team .member .member-info h4 {
    font-size: 20px;
  }

  .team .member .member-info span {
    font-size: 16px;
  }

  .about-carousel3 .modal .modal-content .modal-title {
    font-size: 22px;
  }

  .about-carousel3 .modal button.close {
    height: 30px;
    width: 30px;
  }

  .about-carousel3 .modal .modal-content i {
    font-size: 15px;
  }

  .file-input .button {
    font-size: 16px;
  }

  .file-input .label {
    font-size: 16px;
  }

  .impressum h6 {
    font-size: 20px;
  }

  .only-text-holder h6 {
    font-size: 20px;
  }

  .error-page {
    padding-top: 120px;
  }

  .error-page h1 {
    font-size: 70px;
  }

  .error-page h6 {
    font-size: 20px;
  }

  .rwd-table1 th:first-child,
  .rwd-table1 td:first-child {
    width: 100%;
  }

  .cookie-alert {
    padding: 10px;
    left: 3%;
    max-width: 300px;
    bottom: 14%;
  }

  .cookie-msg p {
    font-size: 16px;
    line-height: 1.4;
  }

  a.accept-button-color {
    font-size: 16px;
  }

  .bottom-nav-bar {
    height: 72px;
  }

  .bottom-nav-bar-holder .bottom-nav-bar a span {
    height: 34px;
    width: 34px;
    font-size: 18px;
  }

  .bottom-nav-bar-holder .bottom-nav-bar a p {
    font-size: 14px;
    margin-bottom: 0;
  }

  /*--------------more links for you carousel-------------*/
  .more-links-container .owl-carousel .thumbnail {
    margin-top: 5px;
    padding: 12px 25px;
  }

  .more-links-container .owl-carousel .caption h4 {
    font-size: 18px;
  }

  .more-links-container .owl-theme .owl-nav {
    top: 40%;
  }

  .more-links-container .owl-carousel .owl-nav button.owl-next,
  .more-links-container .owl-carousel .owl-nav button.owl-prev {
    height: 36px;
    width: 36px;
    line-height: 0;
  }

  .more-links-container .owl-theme .owl-prev i,
  .more-links-container .owl-theme .owl-next i {
    font-size: 20px;
    line-height: 0;
  }

  .more-links-container .owl-theme .owl-prev {
    left:0;
    right: 0;
  }

  .more-links-container .owl-carousel .owl-stage {
    margin-top: 0;
  }

  .more-links-container .owl-carousel .caption .read-more {
    max-width: 260px;
  }

  /*--------------more links for you carousel end-------------*/
  /*--------------carousel with owl-carousel2-------------*/


  .new-home-slider .owl-theme .owl-nav {
    top: 50%;
  }

  .new-home-slider .owl-carousel .owl-nav button.owl-next,
  .new-home-slider .owl-carousel .owl-nav button.owl-prev {
    height: 36px;
    width: 36px;
    line-height: 40px;
  }

  .new-home-slider .owl-theme .owl-prev i,
  .new-home-slider.owl-theme .owl-next i {
    font-size: 20px;
  }

  .new-home-slider .owl-theme .owl-prev {
    left: 0;
    right: 0;
  }

  .new-home-slider .owl-carousel .owl-stage {
    margin-top: 0;
  }

  /*--------------carousel with owl-carousel2 end-------------*/

  .slick .slide .mhn-text p {
    height: 180px;
  }

  .holder22 ul {
    font-size: 16px;
  }

  .holder22 ul li::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }

  .navbar ul {
    padding: 0 20px 0 0;
    gap: 20px;
  }

  .navbar .dropdown ul {
    left: -15px;
  }

  .tax_saving_btn_link a:last-child {
    font-size: 16px;
  }

  .rwd-table1 tr {
      display: flex;
  }
  
  .rwd-table i.mobile-exclamation {
    display: inline-block;
    color: #669f6a;
    position: absolute;
    left: 110px;
    right: 0;
  }

}

@media (min-width: 280px) {
  .modalPopup {
    width: 260px;
  }

  #modalOverlay .app-info-holder {
    width: 260px;
  }

  #modalOverlay .app-info-img-holder {
    width: 40px;
  }

  #modalOverlay .app-info-img-holder img {
    width: 40px;
    height: auto;
  }

  #modalOverlay .app-text-holder {
    width: 190px;
    padding-top: 8px;
  }

  .before-no .holder-new1 {
    height: 260px;
  }

  #pimcore_video_libertyVideo iframe,
  #pimcore_video_libertyVideo video {
    height: 350px;
  }
}