#wrapper #template-outline-left {
  position: fixed;
  top: 0px;
  left: calc((100% - 1180px) / 2);
  z-index: 1;
  display: block !important;
}

#wrapper #template-outline-left line {
  stroke: #000;
  stroke-width: 1;
}

#wrapper #template-outline-right {
  position: fixed;
  top: 0px;
  right: calc((100% - 1160px) / 2);
  z-index: 1;
  display: block !important;
}

#wrapper #template-outline-right line {
  stroke: #000;
  stroke-width: 1;
}

#template-outline-left {
  display: none;
}

#template-outline-right {
  display: none;
}

body {
  font-family: "Baloo 2", cursive;
  font-size: 16px;
  background-color: #fff;
  font-weight: 400;
  color: #18191f;
  margin: 0;
  line-height: 1.4;
}

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: 52px;
}

.footer-logo {
  width: 296px;
  height: 52px;
}

.navbar {
  transition: all 0.4s;
  padding: 14px 0px;
}

.navbar .nav-link {
  color: #383838;
  font-size: 15px;
  font-weight: 500;
  -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: FontAwesome;
  content: "\f107" !important;
  display: inline-block !important;
  margin-left: 10px !important;
  border: none !important;
  vertical-align: 0em !important;
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 14px;
}

.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: 0 0 5px rgb(0 0 0 / 50%);
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  background: #fff !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: 3px 20px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #383838;
}

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 {
  margin-left: 6px;
}


/* 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: .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: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #669f6a;
}

@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: 6px;
  text-align: left;
  padding: 10px;
  background-color: #f2f6fc;
  border: 0;
  height: 550px;
  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: #669f6a;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.about-carousel3 .modal .modal-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #adc37e;
}

.about-carousel3 .modal .modal-content i {
  font-size: 12px;
  margin-right: 5px;
}

.about-carousel3 .modal .modal-content .modal-header {
  border-bottom: 1px solid #18191f;
  padding: 0.7rem 0.7rem;
  border-radius: 0;
}

.about-carousel3 .modal .modal-content .modal-title {
  font-size: 22px;
  font-weight: 800;
}

.about-carousel3 .modal .modal-content p.ceo-name1 {
  font-size: 16px;
  margin-bottom: 8px;
}

.about-carousel3 .modal .modal-content p.ceo-name1:before {
  display: none;
}

.about-carousel3 .modal .modal-content .modal-text {
  font-size: 18px;
  margin-bottom: 2px;
  color: #669f6a;
}

.about-carousel3 .modal .modal-content p {
  font-size: 16px;
  margin-bottom: 8px;
}

.about-carousel3 .modal .modal-content p:before {
  font-family: FontAwesome;
  content: "\f111";
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 8px;
}

.about-carousel3 .modal button.close {
  background: #669f6a;
  border: 0 none !important;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 20px;
  height: 30px;
  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: 42px;
}

.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;
}

.home-slider2 .carousel {
  height: auto;
  margin-top: 0;
}

.home-slider2 .carousel-item {
  min-height: 240px;
}

.home-slider2 .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #669f6a;
}

.home-slider2 .carousel-indicators {
  bottom: -20px;
}


/* 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: 60%;
  -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;
}

#MiniRightNav li a {
  display: block;
  padding: 8px;
  position: relative;
  background-color: transparent;
  border: 3px solid #669f6a;
  margin-bottom: 6px;
  border-radius: 50px;
  border-collapse: separate;
  width: 52px;
  height: 52px;
}

#MiniRightNav span {
  font-size: 18px;
  letter-spacing: 0;
  bottom: 0;
  right: 48px;
  line-height: 48px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  width: 0;
  border-radius: 50px;
}

#MiniRightNav a:hover span {
  width: auto;
  padding: 0 30px;
  overflow: visible;
}

#MiniRightNav a:hover {
  text-decoration: none;
}

#MiniRightNav a span {
  background-color: #669f6a;
  color: #fff;
}

#MiniRightNav a span:hover {
  background-color: #57965c;
}

.home-slider .carousel-caption {
  text-align: left;
  right: 0;
  left: 0;
  padding: 10.5rem 0 0 0;
  color: #18191f;
  top: 0;
  bottom: auto;
}

.home-sld-main h4 {
  font-size: 65px;
  font-weight: 800;
}

.home-sld-main p {
  font-size: 22px;
}

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 (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1490px;
  }
}

@media (min-width: 2035px) {
  .container {
    max-width: 1975px;
  }
}

.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-top: 10px;
}

.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-family: "Manrope", sans-serif;
  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: 80%;
  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 {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.new-layout {
  width: 100%;
  position: relative;
  background-color: #e0e9cf;
  height: 1220px;
}

.new-layout2 {
  margin-top: 60px;
}

.head1 {
  font-size: 45px;
  font-weight: 800;
}

.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;
}

.new-layout2 .top-2 {
  margin-top: 30px;
  padding: 50px 15px 50px 15px;
}

.new-layout2 a {
  font-size: 20px;
  background-color: #669f6a;
  color: #fff;
  padding: 4px 15px;
  border-radius: 10px;
  float: right;
  margin-top: 60px;
}

.new-layout2 a:hover {
  background-color: #57965c;
}

.range-bg {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.new-layout2 input[type="text"] {
  background-color: #f5f5f5;
  border: 0;
  font-size: 16px;
  text-align: left;
  height: 32px;
  width: 100%;
  font-weight: 600;
  border-radius: 5px;
  color: #669f6a;
  padding: 3px 6px;
  margin-bottom: 0px;
}

.new-layout2 input[type="text"]:focus {
  text-decoration: none;
  outline: none;
}

.lablel-top {
  margin-bottom: -10px;
}

.range-new {
  margin-bottom: 10px !important;
}

.range-new1 {
  margin-bottom: 10px !important;
}

.new-layout input[type="text"].inputBox {
  float: right;
  background: transparent;
  border-radius: 5px;
  padding: 3px 6px;
  border: 1px solid #d5d5d5;
  width: 115px;
  color: #669f6a;
  font-weight: 500;
  height: auto;
  margin-bottom: 0px;
}

.new-layout2 select,
.new-layout2 select option {
  background-color: #f5f5f5;
  border: 0;
  font-size: 16px;
  text-align: left;
  height: 32px;
  width: 100%;
  font-weight: 600;
  border-radius: 5px;
  color: #669f6a;
  padding: 3px 6px;
  font-family: "Baloo 2", cursive;
  margin-bottom: 0px;
}

.new-layout2 select option {
  font: -moz-pull-down-menu;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.new-layout2 select:focus {
  text-decoration: none;
  outline: none;
}

@supports (-moz-appearance: none) {
  .colors {
    outline: none;
  }
  .colors::-moz-range-progress {
    height: 7px;
    background: #669f6a;
  }
  .colors::-moz-range-track {
    height: 7px;
    background: #e2e2ea;
  }
  /* high value color */
  .colors::-moz-range-thumb {
    width: 20px;
    height: 7px;
    border-radius: 5px;
    background: #adc37e;
    margin-bottom: 10px;
  }
}


/* Chrome */

@supports (-webkit-appearance: none) {
  .colors {
    -webkit-appearance: none;
    background: #e2e2ea;
    height: 7px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    outline: none;
    line-height: 1.4;
  }
  /* high value color */
  .colors::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 7px;
    background: #adc37e;
    border-radius: 5px;
    box-shadow: -340px 0 0 340px #669f6a;
  }
}

.chf-left {
  margin-left: 170px;
}

.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;
}

.new-layout2 label {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0.3rem;
}

.new-layout2 span {
  font-size: 18px;
}

[data-title] {
  outline: none;
  /*optional styling*/
  position: relative;
  cursor: pointer;
  float: right;
}

[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  display: inline-block;
  padding: 10px;
  background: #fff;
  font-size: 15px;
  left: 32px;
  width: 630px;
  line-height: 1.3;
  z-index: 999;
  white-space: pre-line;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  border-radius: 0.25rem;
}

.title3[data-title]:hover::after {
  width: 460px;
}

.flaticon-information-button {
  color: #669f6a;
  font-size: 18px;
}

.range11 {
  margin-bottom: 15px;
  font-size: 18px;
}

.new-layout2 hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #616161;
}


/*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;
}

.subscribe_form_wrapper button {
  font-family: "Manrope", sans-serif;
}

.subscribe_form_wrapper input::-webkit-input-placeholder {
  color: #18191f;
  font-family: "Manrope", sans-serif;
}

.subscribe_form_wrapper input::-moz-placeholder {
  color: #18191f;
  font-family: "Manrope", sans-serif;
}

.subscribe_form_wrapper input:-ms-input-placeholder {
  color: #18191f;
  font-family: "Manrope", sans-serif;
}

.subscribe_form_wrapper input:-moz-placeholder {
  color: #18191f;
  font-family: "Manrope", sans-serif;
}

.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: 128px;
  height: 37px;
}

footer {
  text-align: center;
  width: 100%;
}

.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: 32px;
  width: 30px;
  height: 30px;
  border-radius: 36px;
  background-color: #e3eee9;
  color: #2b9962;
}

.foot-social ul.social>li>a:hover {
  text-decoration: none;
  background-color: #e3eee9;
}

.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%;
  text-align: center;
  padding-top: 35px;
  background-color: #f8f8f8;
  padding-bottom: 50px;
}

.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: #555555;
}

.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;
  font-family: "Baloo 2", cursive;
  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;
}

.contact-form img {
  width: 400px;
  height: 300px !important;
}

.wide-100 .job-img {
  width: 400px !important;
  height: 300px !important;
}

.footer-top2 {
  border-top: 1px solid #555;
}

.footer ul {
  list-style: none;
}

.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 a {
  color: #555555;
  line-height: 2.2;
  font-size: 18px;
}

.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;
}

.rwd-table i {
  color: #ed2121;
  font-size: 12px;
  margin-left: 5px;
}

i.flaticon-round-info-button {
  color: #fff;
  font-size: 13px;
}

.rwd-table a {
  cursor: pointer;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #669f6a;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: 0.5em;
}

.rwd-table td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
}

.rwd-table td.text-table {
  padding-left: 60px !important;
}

.rwd-table1 td.text-table2 {
  padding-left: 0px !important;
}

@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) {
    background-color: #d8e7f3;
  }
  .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;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.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: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table1 tr:nth-child(even):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table1 th {
  display: none;
}

.rwd-table1 td {
  display: block;
}

.rwd-table1 td:first-child {
  margin-top: 0.5em;
}

.rwd-table1 td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table1 th,
.rwd-table1 td {
  text-align: left;
}

.rwd-table1 {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
}

.rwd-table1 tr {
  border-color: #bfbfbf;
}

.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) {
    background-color: #d8e7f3;
  }
  .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;
  }
}


/*....................footer................*/

.footer-logo {
  margin-bottom: 10px;
}

.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: 10px;
  transition: 1s;
  height: 300px;
}

.wide-100 .form-group {
  margin-bottom: 0.5rem;
}

.wide-100 .form-group span {
  color: #ff0000;
}

.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 {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgb(33 40 50 / 25%);
}

.wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: auto;
}

.contact-form .btn-blue,
.white-color .btn-blue {
  padding: 6px 22px;
}

.file-input {
  display: inline-block;
  text-align: left;
  padding: 0.375rem 0rem;
  width: 100%;
  position: relative;
  border-radius: 0;
  border: 0;
  height: 45px;
}

.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: #669f6a;
  padding: 6px 14px;
  border-radius: 4px;
  margin-right: 20px;
  color: #fff !important;
}

.file-input:hover .button {
  background: #669f6a;
  color: #fff;
}

.file-input .label {
  white-space: nowrap;
  color: #18191f !important;
}

.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--------------------------------------------*/

.carousel-control-prev {
  left: -25px;
}

.carousel-control-next {
  right: -25px;
}

.slider2 .carousel-caption {
  text-align: left;
  right: 0;
  left: 0;
  padding: 10rem 0 0 0;
  color: #18191f;
}

.slider2 .carousel-caption h4 {
  font-size: 45px;
  font-weight: 800;
}

.slider2 .carousel-caption p {
  font-size: 18px;
  line-height: 1.4;
}

.wide-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wide-101 {
  padding-top: 0px;
  padding-bottom: 80px;
}

p {
  font-size: 18px;
  margin-bottom: 0.7rem;
}

.heading-new {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 20px;
}

.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;
}

.new-about {
  background-color: #f2f6fc;
  padding-top: 70px;
  padding-bottom: 70px;
}

.head11 {
  font-size: 22px;
  font-weight: 500;
}

.head11 i {
  font-size: 14px;
  color: #669f6a;
  margin-right: 4px;
}

.new-p p {
  margin-bottom: 2px;
}

.holder22 {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 4px;
  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;
  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 !important;
  padding: 10px;
}

.contact-text-about p {
  margin-bottom: 2px;
}

.contact-text-about img {
  height: 45px;
  width: 45px;
  margin-bottom: 5px;
}

.about-contact a {
  font-size: 18px;
}

.head111 {
  font-size: 25px;
  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: 8px 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: solid 1px #f5f5f5;
  background-color: #fdfdfd;
}

#full-faq .faq-area .card .card-header h2 button {
  padding: 0px 20px;
  font-weight: 600;
  font-size: 22px;
  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 button:focus {
  box-shadow: none;
}

#full-faq .faq-area .card .card-header h2 button span {
  color: #96a9b8;
}

#full-faq .faq-area .card .card-header.active {
  background-color: #f4fff5;
}

#full-faq .faq-area .card .card-header.active span {
  color: #669f6a;
}

#full-faq .card-body {
  font-size: 18px;
  padding: 10px 20px;
}

#full-faq .card-body p {
  margin-bottom: 0px;
}

.wide-100 .nav-tabs {
  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);
  border: none;
}

.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;
}

.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: #aeb0b3;
}

.wide-100 .tabs-light .nav-link:not(.active):hover {
  color: #495057;
}

.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: -30px;
  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: #fff;
  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);
  position: absolute;
}

.wide-101 .nav-tabs {
  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);
  border: none;
}

.wide-101 .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  transition: color 0.2s ease-out;
  font-size: 22px;
}

.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;
}

.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: #fff;
  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);
  position: absolute;
}

.contact-tab iframe {
  width: 100%;
  height: 450px;
  border: none;
  border-radius: 6px;
}

.book-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.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: 13px 13px;
  background: #f7f8fb;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px 2px rgb(0 0 0 / 5%), 0 10px 10px 2px rgb(0 0 0 / 5%);
  font-size: 14px;
  line-height: 40px;
  border-top: 1px solid #e4e4e4;
  z-index: 100;
  bottom: 10%;
  left: 4%;
  margin: auto;
  max-width: 630px;  
  display: none;
  border-radius: 10px;
  flex-direction: inherit;
}

.cookie-msg {
  line-height: 1.5;
}

.cookie-alert a {
  display: inline-block;
  color: #669f6a;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cookie-alert.show {
  position: fixed;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
  display: block;
}

a.accept-button-color {
  background-color: #669f6a;
  padding: 0px 14px;
  color: #fff;
  border-radius: 4px;
  height: 25px;
  margin-top: 10px;
  line-height: 1.8;
  border: 0;
}

a.accept-button-color:hover {
  background-color: #57965c;
}

.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: 5px;
}

.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 {
  color: #000;
  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-----------*/

.partner-holder {
  margin-bottom: 50px;
  border-bottom: 1px solid #f5f5f5;
}

.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: 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%);
  padding: 30px;
  background-color: #ffffff;
  border-radius: .5rem;
}

.partner-holder h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 500;
  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;
  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%);
  height: 380px;
  border-radius: 6px;
}
#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: 8px;
}

.testimonial .title {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  font-weight: 500;
  margin-bottom: 8px;
}

.top-99 {
  margin-top: 10px !important;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #669f6a;
  background: #fff !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;
    text-align: center;
    height: auto;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

/*-------------------new blog page---------------*/

.blog-new-link {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  color: #fff;
  top: 30%;
  margin-left: 12px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 4px;
  padding: 6px 20px;
}

.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: 1.5rem 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');
  /* Add a search icon to input */
  background-position: 10px 12px;
  /* Position the search icon */
  background-repeat: no-repeat;
  /* Do not repeat the icon image */
  width: 100%;
  /* Full-width */
  font-size: 16px;
  /* Increase font-size */
  padding: 12px 20px 12px 40px;
  /* Add some padding */
  border: 1px solid #ddd;
  /* Add a grey border */
  margin-bottom: 12px;
  /* Add some space below the input */
}

#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 .4s;
  margin: 0px 12px;
  margin-bottom: 1rem !important;
}

.slick .slick-next:before,
.slick .slick-prev:before {
  font-family: none;
  font-size: 25px;
  opacity: 1;
}

.slick .slick-next,
.slick .slick-prev {
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 1;
  top: 20%;
}

.slick .slick-next:hover,
.slick .slick-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

.slick .slick-next:focus,
.slick .slick-prev:focus {
  background: rgba(0, 0, 0, 0.5);
}

.slick .slide {
  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%);
  margin-bottom: 1rem;
}

.slick .slide .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;
}

.slick .slide .mhn-text {
  padding: 12px;
}

.slick .slide .mhn-text h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.slick .slide .mhn-text p {
  font-size: 16px;
}

.slick .slide .mhn-text p.blog-set {
  color: #669f6a;
}

.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 {
  margin-bottom: 10px;
  height:80px;
}

.blog-link {
  font-size: 20px;
  font-weight: 600;
  color: #18191f;
}

.blog-link:hover {
  color: #18191f;
}


.search-box {
  height: 45px;
  border-radius: .25rem;
  padding: 0.375rem 0.95rem;
  text-align: left;
  background: #f7f8fb;
  border: 1px solid #ced4da;
}

.search-box .icon {
  color: #fff;
  float: right;
  width: 32px;
  height: 32px;
  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;
}

.search-box input {
  width: 280px;
  border: none;
  outline: none;
  background: none;
  font-size: 1rem;
  transition: 0.5s ease;
  line-height: 28px;
  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: #f7f8fb;
  border: 1px solid #ced4da;
  color: #495057;
  height: 45px;
  border-radius: .25rem;
  padding: 0.375rem 0.95rem;
  text-align: left;
}

.filter-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 35px;
  padding: 0;
}

.filter-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #669f6a;
  transition: 0.4s;
  top: 5px;
  right: 0.95rem;
}

.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;
}

.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: .25rem !important;
  outline: none !important;
  padding: 6px !important;
  caret-color: #669f6a;
}

.select2-dropdown {
  border: 1px solid #ced4da !important;
  border-top: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%) !important;
}

.select2-container--default .select2-results__group {
  padding: .375rem 0.95rem !important;
  font-weight: 700 !important;
  border-bottom: 2px solid !important;
  font-size: 16px !important;
}

.select2-results__options {
  font-size: 14px !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: #e9e9e9 !important;
}

.select2-container--default .select2-results__option .select2-results__option:nth-child(even) {
  background: #f6f6f6 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #cbcbcb !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:nth-child(even) {
  background-color: #cbcbcb !important;
}

.blog-fixed-search {
  position: absolute;
  left: 30px;
  font-size: 1em;
  color: #495057;
  top: 12px;
  margin-bottom: 0;
}

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: 0.5rem;
}

.blog-details p {
  line-height: 28px;
}
.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;
  margin: 1.5rem 0 .5rem 0;
}

.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;
}

#HomeCarousel .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 .5rem 0;
}

.contact-height-new {
  height: 235px;
}

.tab-location-headquaters {
  margin-top: 2.5rem;
  text-align: left;
}

.tab-location-headquaters h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.tab-location-headquaters p {
  margin-bottom: 1.5rem;
}

.tab-location-headquaters span {
  font-weight: 700;
  margin-right: .75rem;
}

.tab-location-headquaters img {
  border-radius: 6px;
  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;
}

.home-card-item:first-child {
  padding-left: 0;
}

.home-card-item:last-child {
  padding-right: 0;
}

.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: 56.25em) {
  .home-card-item {
    width: calc(100% / 12 * 4);
  }
}

.home-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  padding: 15px;
  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;
}

.home-card-body img {
  height: 60px;
  width: 60px;
  margin-bottom: 20px;
}

.home-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}

.home-card-body p {
  flex: 1 0 auto;
}

/*------------------------------------------Home Page cards end---------------------------------------------------*/


/*------------------------------------------Home Page Blog---------------------------------------------------*/

.home-blog-slider {
  width: 98%;
  margin: auto;
}

.home-blog-slider .home-blog-box {
  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%);
  margin-bottom: 1rem;
}

.home-blog-slider .home-blog-box .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;
}

.home-blog-slider .home-blog-box .mhn-text {
  padding: 12px;
}

.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 {
  font-size: 16px;
}

.home-blog-slider .home-blog-box .blog-desc-height {
  height: 120px;
}

.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 .4s;
  margin: 0px 12px;
  margin-bottom: 1rem !important;
}

.home-blog-slider .slick-next:before,
.home-blog-slider .slick-prev:before {
  font-family: none;
  font-size: 25px;
  opacity: 1;
}

.home-blog-slider .slick-next,
.home-blog-slider .slick-prev {
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 1;
  top: 20%;
}

.home-blog-slider .slick-next:hover,
.home-blog-slider .slick-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

.home-blog-slider .slick-next:focus,
.home-blog-slider .slick-prev:focus {
  background: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------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: 14px;
  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: 500;
  border-radius: 6px;
  -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%);
  padding: 10px;
  margin-bottom: 1.25rem;
}

.download-center .nav-pills-custom .nav-link:hover {
  -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%);
}

.download-center .nav-pills-custom .nav-link.active {
  color: #fff;
  background: #669f6a;
}

.download-center .tab-content {
  border-radius: 6px;
}

.download-center .tab-content .tab-pane {
  padding: 14px;
  -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;
  height: 400px;
  overflow: hidden;
}

.download-center .tab-content .tab-pane::-webkit-scrollbar {
  width: .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, .3);
}

.download-center .tab-content .tab-pane:hover {
  overflow-y: scroll;
}

.download-center .tab-content ul {
  padding: 0;
}

.download-center .tab-content ul>li {
  padding: 12px 0;
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
}

.download-center .tab-content .tab-pane h4 {
  font-weight: 600;
  margin: 6px 0 18px 0;
  line-height: 1.4;
  color: #000;
}

.download-center .tab-content ul>li a {
  font-size: 14px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: #000;
}

.download-center .tab-content ul>li a:hover {
  color: #669f6a;
}

.download-center .tab-content ul>li a:after {
  content: "\F30A";
  font-family: bootstrap-icons;
  display: inline-block;
  float: right;
}


.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: 20px 15px 20px 20px;
  margin: 10px 15px 30px 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;
} */

#Home-Video-Carousel {
  height: 700px;
  position: relative;
  overflow: hidden;
}

#Home-Video-Carousel iframe {
  height: 700px;
  object-fit: cover;
}

#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;
}

#Home-Video-Carousel .carousel-indicators {
  bottom: 20px;
}

#Home-Video-Carousel .carousel-control-prev,
#Home-Video-Carousel .carousel-control-next {
  width: 10%;
}

#Home-Video-Carousel .carousel-control-next-icon,
#Home-Video-Carousel .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;
}

.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---------*/


@media (min-width: 850px) and (max-width: 1600px) {
  .promo9 {
    left: 1320px;
    white-space: inherit;
  }
  .promo2 {
    width: 215px;
    height: auto !important;
  }
  .promo-holder {
    width: 215px;
    top: 28px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .promo9 {
    left: 1400px;
    white-space: inherit;
  }
  .promo2 {
    width: 170px;
    height: auto !important;
  }
  .promo-holder {
    width: 170px;
    top: 26px;
    padding: 15px;
  }
  .promo-holder p {
    font-size: 13px;
    margin-bottom: 0;
}
}
@media (min-width: 1801px) and (max-width: 1919px) {
  .promo9 {
    left: 1550px;
    white-space: inherit;
  }
  .promo2 {
    width: 215px;
    height: auto !important;
  }
  .promo-holder {
    width: 215px;
    top: 28px;
  }
  .promo-holder p {
    font-size: 16px;
    margin-bottom: 0;
}
}
@media (min-width: 768px) and (max-width: 1360px) {
  .promo9 {
    left: 1140px;
  }
  .promo2 {
    width: 200px;
    height: auto !important;
  }
  .promo-holder {
    top: 20px;
    width: 200px;
  }
}

@media (min-width: 1920px) and (max-width: 2560px) {
  .range2 .head-cal  {   
    font-size: 12px;
  } 

.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%;
}
.partner-holder h2 {
    font-size: 35px;
    margin-bottom: 35px;
}
  .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;
  }
  .wide-101 .holder1 {
    height: 370px;
  }
  .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 {
    height: 150px;
    width: 150px;
  }
  .heading1 {
    margin-top: 14px;
  }
  .partner-holder2 {
    margin-bottom: 80px;
}
.partner-item {
  height: 280px;
}

  /*---------------------------------new blog page---------------*/
  .search-box {
    height: 60px;
  }

  .search-box input {
    font-size: 22px;
    line-height: 45px;
    width: 380px;
    padding-left: 4.2rem;
  }

  .blog-fixed-search {
    font-size: 22px;
    top: 16px;
  }

  .search-box .icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .slick .slide .mhn-img {
    min-height: 260px;
  }

  .slick .slide .mhn-text {
    padding: 16px;
  }

  .blog-link {
    font-size: 26px;
  }

  .slick .slide .mhn-text p {
    font-size: 20px;
  }

  .slick .slick-next,
  .slick .slick-prev {
    height: 50px;
    width: 50px;
  }

  .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: 50px;
    font-size: 22px;
  }

  .filter-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 48px;
    height: 48px;
    top: 6px;
  }

  .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;
  }

  .select2-container--default .select2-results__group {
    border-bottom: 3px solid !important;
    font-size: 20px !important;
  }

  .select2-results__options {
    font-size: 18px !important;
  }

  .blog-new-link {
    margin-left: 16px;
    font-size: 20px;
    padding: 8px 28px;
  }

  .select2-container--default .select2-results__option .select2-results__option {
    padding-left: 16px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .select2-container--default .select2-results>.select2-results__options {
    max-height: 220px !important;
  }

  .blog-details p {
    line-height: 1.5;
  }

  .blog-link-holder {
    height: 90px;
  }
  .mhn-inner .mhn-text .blog-desc-height {
    height: 130px;
  }
  .slick .slide .mhn-text .blog-desc-height {
    height: 130px;
  }
  /*---------------------------------new blog page end---------------*/
  /*------------------------new media page------------------------------*/

  .media-flex {
    margin: 2rem 0 .7rem 0;
  }

  .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: 65px;
  }

  .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-card-title {
      font-size: 26px;
      margin-bottom: 12px;
    }
  
    /*------------------------------------------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;
    }
  
    .foot-social ul.social>li>a {
      font-size: 20px;
      line-height: 40px;
      width: 40px;
      height: 40px;
    }
  
    .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: 260px;
  }

  .home-blog-slider .home-blog-box .mhn-text {
    padding: 16px;
  }

  .home-blog-slider .home-blog-box .blog-link {
    font-size: 26px;
  }

  .home-blog-slider .home-blog-box .mhn-text p {
    font-size: 20px;
  }

  .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 {
    height: 130px;
  }

  /*------------------------------------------Home Page Blog end---------------------------------------------------*/

  /*------------download center----------------------*/

  .download-center .nav-pills-custom .nav-link {
    padding: 12px;
    font-size: 18px;
  }

  .download-center .tab-content .tab-pane {
    padding: 16px;
    height: 460px;
  }

  .download-center .tab-content ul>li a {
    font-size: 15px;
  }

  .download-center .tab-content .tab-pane h4 {
    margin: 8px 0 26px 0;
    font-size: 26px;
  }

  /*------------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: .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: .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;
  }

}

@media screen and (max-width: 3850px) and (min-width: 2160px) {
  #pimcore_video_libertyVideo iframe, #pimcore_video_libertyVideo video {
    height: 750px;
  }
  .partner-holder {
    margin-bottom: 100px;
    border-bottom: 2px solid #f5f5f5;
  }
  .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: 420px;
    padding: 40px;
  }
  .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: 160px;
    height: auto !important;
    margin-bottom: 10px;
  }
  .range2 .head-cal {
    font-size: 24px;
  }
  .range2 span {
    line-height: 2;
  }
  .wide-101 #recipeCarousel .carousel {
    height: 430px;
  }
  .wide-101 #recipeCarousel .carousel-item {
    height: 430px;
  }
  .wide-101 .holder1 {
    height: 430px;
  }
  .wide-101 .holder1 img {
    width: 150px;
    height: 150px;
  }
  .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: 20px 20px;
    font-size: 22px;
    max-width: 960px;
  }
  a.accept-button-color {
    height: 35px;
    line-height: 1.6;
  }
  .contact-tab .contact-tab-color {
    background-size: 2px 2px;
  }
  .contact-tab iframe {
    height: 650px;
  }
  .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-top: 50px;
    padding-bottom: 60px;
  }
  footer .img-app-size {
    width: 190px;
    height: 55px;
  }
  .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;
    }
    /* 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: 30px;
  }
  .new-layout input[type="text"].inputBox {
    width: 180px;
  }
  .owl-theme .owl-controls .owl-page span {
    height: 20px !important;
    width: 20px !important;
    margin: 20px 14px !important;
  }
  .testimonial .pic img {
    height: 125px;
  }
  .testimonial {
    padding: 40px 30px 40px 70px;
    margin: 0 25px 25px 25px;
    height: 570px;
  }
  #testimonial-slider .btn-blue, .white-color .btn-blue {
    bottom: 40px;
  }
  .testimonial .pic {
    width: 320px;
    margin-bottom: 45px;
  }
  .testimonial .title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .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 span {
    font-size: 28px;
  }
  .new-layout2 output {
    font-size: 28px;
  }
  .new-layout2 select {
    font-size: 26px;
    height: 46px;
  }
  .new-layout2 button[type="button"] {
    font-size: 28px;
  }
  .new-layout2 {
    margin-top: 90px;
  }
  .layout-head1-text {
    font-size: 28px;
  }
  .layout-head1 {
    font-size: 35px;
    margin-top: 45px !important;
  }
  .new-layout2 .top-2 {
    padding: 70px 30px 70px 70px;
  }
  .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;
  }
  .top-new22 {
    margin-top: 40px;
  }
  .slider2 .carousel-caption.img-last-top {
    bottom: 190px;
  }
  .new-layout input[type="text"].inputBox {
    width: 180px;
  }
  #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: 900px;
  }
  .about-carousel3 .modal .modal-content i {
    font-size: 18px;
  }
  .about-carousel3 .modal .modal-content .modal-header {
    padding: 1rem 1rem;
  }
  .about-carousel3 .modal .modal-content p.ceo-name1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .about-carousel3 .modal .modal-content .modal-text {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .about-carousel3 .modal .modal-content p {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .about-carousel3 .modal .modal-content .modal-title {
    font-size: 32px;
  }
  .about-carousel3 .modal .modal-content p:before {
    padding-right: 4px;
    font-size: 12px;
  }
  .about-carousel3 .modal button.close {
    font-size: 30px;
    height: 40px;
    width: 50px;
  }
  .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: 25px;
    height: 25px;
    margin: 0 8px;
  }
  .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: 24px;
    line-height: 42px;
    width: 42px;
    height: 42px;
  }
  .head111 {
    font-size: 35px;
  }
  .carousel-control-prev {
    left: 0;
  }
  .carousel-control-next {
    right: 0;
  }
  .home-sld-main h4 {
    font-size: 95px;
  }
  .home-sld-main p {
    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;
  }
  .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 span {
    font-size: 28px;
  }
  .new-layout2 output {
    font-size: 28px;
  }
  .new-layout2 select {
    font-size: 26px;
    height: 46px;
  }
  .new-layout2 input[type="submit"] {
    font-size: 28px;
  }
  .new-layout {
    height: 1880px;
  }
  .layout-head1-text {
    font-size: 28px;
  }
  .layout-head1 {
    font-size: 35px;
    margin-top: 45px !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;
    margin-bottom: 65px;
  }
  .heading-new27 {
    font-size: 65px;
    margin-bottom: 65px;
  }
  .heading-4 {
    font-size: 32px;
  }
  .book-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .information.flex-column {
    padding-left: 30px !important;
  }
  .new-about {
    padding-top: 120px !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: 90px;
  }
  .footer-nav-link a {
    font-size: 28px;
    padding: 1.6rem !important;
  }
  .sv-powered-by {
    font-size: 26px;
  }
  .subscribe_form_wrapper label {
    font-size: 24px;
    margin: 0px;
    margin-left: -24px;
  }
  #MiniRightNav li a {
    padding: 11px;
    width: 75px;
    height: 75px;
    border: 4px solid #669f6a;
    margin-bottom: 8px;
  }
  #MiniRightNav i {
    font-size: 38px;
  }
  .wide-101 .carousel-indicators li {
    width: 18px;
    height: 18px;
  }
  #MiniRightNav span {
    font-size: 28px;
    right: 70px;
    line-height: 70px;
  }
  .icon-bar {
    top: 38%;
  }
  .slider2 .carousel-item {
    min-height: 665px;
  }
  
  .slider2 .carousel-caption h4 {
    font-size: 65px;
  }
  .slider2 .carousel-caption p {
    font-size: 28px;
  }
  .heading-new3 {
    font-size: 30px;
  }
  .rwd-table th,
  .rwd-table td {
    font-size: 26px;
  }
  i.flaticon-round-info-button {
    font-size: 16px;
  }
  .rwd-table i {
    font-size: 18px;
  }
  .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;
  }
  .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;
  }
  .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: 26px;
  }
  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.2rem;
  }
  .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: 100%;
    object-fit: contain;
  }
  .wide-100 .job-img {
    width: 600px !important;
    height: 500px !important;
    object-fit: contain;
  }
  .contact-form img {
    width: 600px;
    height: 500px !important;
    object-fit: contain;
  }
  .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: 20px;
    margin-right: 6px;
  }
  .contact-form .online-img {
    float: none !important;
  }
  i.flaticon-download {
    font-size: 18px;
    margin-left: 6px;
  }
  .new-layout2 select option {
    font-size: 26px !important;
  }
  /*.wide-100 .impressum-img {
        height: auto;
        object-fit: inherit;
    }*/
  .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 {
    height: 65px !important;
    width: 65px;
  }
  .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;
  }
  .wide-100 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .wide-101 {
    padding-top: 0px;
    padding-bottom: 120px;
  }
  .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: 75px;
      border-radius: .5rem;
      border: 2px solid #ced4da;
    }
  
    .search-box input {
      font-size: 26px;
      line-height: 60px;
      width: 520px;
      padding-left: 5rem;
    }
  
    .search-box .icon {
      width: 60px;
      height: 60px;
      font-size: 24px;
    }
  
    .slick .slide .mhn-img {
      min-height: 400px;
    }
  
    .slick .slide .mhn-text {
      padding: 20px;
    }
  
    .blog-link {
      font-size: 36px;
    }
  
    .slick .slide .mhn-text p {
      font-size: 26px;
      margin-bottom: 1.5rem;
    }
  
    .slick .slick-next,
    .slick .slick-prev {
      height: 70px;
      width: 70px;
      top: 25%;
    }
  
    .mhn-inner .mhn-img {
      min-height: 400px;
    }
  
    .slick .slide .mhn-text .blog-set i {
      margin-right: 10px;
    }
  
    .slick .slide {}
  
    .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: 45px;
    }
  
    .slick .slide {
      margin: 0px 14px;
    }
  
    .filter-group .select2-container--default .select2-selection--single {
      height: 75px;
      border: 2px solid #ced4da;
    }
  
    .filter-group .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 65px;
      font-size: 26px;
    }
  
    .filter-group .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 60px;
      height: 60px;
      top: 7px;
    }
  
    .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: 26px;
      padding: 8px 36px;
      top: 36%;
    }

    .blog-new-link-home {
      margin-left: 20px;
      font-size: 26px;
      padding: 8px 36px;
    }
  
    .blog-fixed-search {
      font-size: 26px;
      top: 20px;
    }
     .fund_img {
      padding: 0 2.5rem 0 0;
    }
    .blog-link-holder {
      height: 120px;
    }
    .mhn-inner .mhn-text .blog-desc-height {
      height: 200px;
    }
    .slick .slide .mhn-text .blog-desc-height {
      height: 200px;
    }
    /*---------------------------------new blog page end---------------*/
    /*------------------------new media page------------------------------*/
  
    .media-flex {
      margin: 2.5rem 0 1.2rem 0;
    }
  
    .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%;
    }
  
    .blog-details p {
      line-height: 1.6;
    }
  
    .media-flex .btn-blue {
      margin-top: 0;
      padding: 8px 26px;
    }
  
    .slick .slide .mhn-img i {
      font-size: 75px;
    }
  
    /*------------------------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;
    }
  
    .contact-text-about p {
      margin-bottom: 0.65rem;
    }
  
    .contact-height-new {
      height: 400px;
    }
  
    .tab-location-headquaters {
      margin-top: 4rem;
    }
  
    .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;
  }

  .home-card-body img {
    height: 90px;
    width: 90px;
    margin-bottom: 40px;
  }

  .home-card-title {
    font-size: 36px;
    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: 400px;
  }

  .home-blog-slider .home-blog-box .mhn-text {
    padding: 20px;
  }

  .home-blog-slider .home-blog-box .blog-link {
    font-size: 36px;
  }

  .home-blog-slider .home-blog-box .mhn-text p {
    font-size: 26px;
  }

  .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 {
    height: 200px;
  }

  /*------------------------------------------Home Page Blog end---------------------------------------------------*/

  /*------------download center----------------------*/

  .download-center .nav-pills-custom .nav-link {
    padding: 18px;
    font-size: 26px;
    margin-bottom: 1.85rem;
  }

  .download-center .tab-content .tab-pane {
    padding: 20px;
    height: 620px;
  }

  .download-center .tab-content ul>li {
    padding: 20px 0;
    border-bottom: 1.5px solid #d5d5d5;
  }

  .download-center .tab-content ul>li a {
    font-size: 22px;
  }

  .download-center .tab-content .tab-pane h4 {
    margin: 20px 0 30px 0;
    font-size: 40px;
  }

  .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;
      height: 620px;
    }

    #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;
  }

}

@media screen and (min-width: 1920px) {
  .about-height {
    height: 123px;
    margin-bottom: 0px;
  }
  /* .about-carousel3 .modal .modal-content {
        height: 650px;
    }*/
}

@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 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;
  }
  .subscribe_form_wrapper {}
  .subscribe_form_wrapper input {}
  select#Anrede {}
  .services-heading {}
  .services-flex-box {}
  .happy-clent-wrapper {
    top: 1520px;
  }
  .about-text-1 {
    top: 880px;
  }
  .about-text-2 {
    top: 990px;
  }

  .video-home-slider .promo-holder {
    top: 30px;
  }
}

@media 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: 32px;
  }
  .contact-text-about p {
    font-size: 14px;
  }
  .about-contact a {
    font-size: 16px;
  }
  .about-carousel .about-link {
    font-size: 16px;
  }
  .login-footer1 {
    margin-top: 240px;
  }
  .chf-left {
    margin-left: 120px;
  }
  .new-layout br {
    display: block;
  }
  .new-layout2 {
    margin-top: 30px;
  }
  .flaticon-earth-grid-select-language-button {
    font-size: 10px;
  }
  
  .slider2 .carousel-caption h4 {
    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;
  }
  .new-layout {
    height: 1070px;
  }
  select#Anrede {
    width: 75px;
    font-size: 12px;
  }
  .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;
    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 h4 {
    font-size: 45px;
  }
  .home-sld-main p {
    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;
    margin-bottom: 10px;
  }
  .new-layout2 hr {
    margin-bottom: 0.6rem;
  }
  .chf-left {
    margin-left: 120px;
  }
  .range11 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .new-layout2 .top-2 {
    margin-top: 0px;
    padding: 30px 15px;
  }
  .new-layout {
    height: 1250px;
  }
  .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;
  }
  .testimonial {
    height: 400px;
  }

    /*---------------------------------new blog page---------------*/
    .search-box input {
      width: 220px;
      font-size: 15px;
    }

    .blog-link-holder {
      height: 90px;
    }
    .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: 220px;
    }

    .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 .tab-content .tab-pane {
    height: 360px;
  }
  .download-center .nav-pills-custom .nav-link {
    font-size: 15px;
    margin-bottom: 1rem;
    padding: 8px;
  }

  .download-center .tab-content ul>li {
    padding: 10px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 13px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 20px;
    margin: 6px 0 10px 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;
    }

}

@media 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;
  }
  .new-layout {
    height: 1010px;
  }
  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;
  }
  .new-layout2 {
    margin-top: 100px;
  }
  .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-layout {
    height: 100vh;
  }
  .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 (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;
  }
  .navbar .dropdown-menu {
    display: block;
  }
  .dropdown-toggle:after {
    display: none !important;
  }
  .border-mobile-new {
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
  }
  .navbar-nav .nav-item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .not-invisible-mobile {
    display: none;
  }
  .not-visible-mobile {
    margin-bottom: 10px;
  }
  .navbar.active .not-visible-mobile {
    margin-bottom: 0px;
  }
  .not-visible-mobile .dropdown-menu li {
    padding: 0 10px;
    position: relative;
  }
  .not-visible-mobile .dropdown-menu li:first-child {
    padding-left: 0px;
  }
  .not-visible-mobile .dropdown-menu a {
    padding: 0px;
    font-size: 16px !important;
  }
  .not-visible-mobile .dropdown-menu a.active {
    color: #669f6a !important;
    background: none;
  }
  .not-visible-mobile .dropdown-menu li:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 46%;
    width: 1px;
    -webkit-transform: translateY(-46%);
    transform: translateY(-46%);
  }
  .not-visible-mobile .dropdown-menu li:last-child::after {
    display: none;
  }
  .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: 20px;
    background-color: #ec743d;
    color: #fff;
    height: 130px;
  }
  .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;
  }
  .wide-101 .holder1 {
    height: 280px;
  }
  
  .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;
  }
  .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: .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: .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;
    }
}

@media 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;
  }
  .wide-101 .holder1 img {
    height: 70px;
    width: 70px;
  }
  .modalPopup {
    top: 20%;
    width: 450px;
  }
  #modalOverlay .close {
    font-size: 19px;
  }
  .title3[data-title]:hover::after {
    width: 370px;
  }
  .wrapper-404 img {
    width: 500px;
    height: auto;
  }
  footer .img-app-size {
    width: 83px;
    height: 24px;
  }
  footer.footer {
    padding-bottom: 65px;
  }
  .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 {
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
  .heading-new3 {
    font-size: 22px;
  }
  .media-top {
    margin-top: 60px !important;
  }
  .footer-top2 {
    margin-bottom: 20px;
  }
  .contact-top {
    margin-top: 20px;
  }
  .contact-top1 {
    margin-top: 20px;
  }
  .wide-101 .holder1 {
    border: 0px;
  }
  br {
    display: none;
  }
  .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 {
    font-size: 22px;
    margin-top: 12px;
  }
  .heading1-text {
    font-size: 16px;
    margin-top: 2px;
  }
  .heading1-text br {
    display: none;
  }
  .wide-101 .holder1 {
    height: 210px;
  }
  .wide-101 .carousel-item {
    height: 210px;
  }
  .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 {}
  .subscribe-button-footer {
    font-size: 15px;
  }
  footer .subscribe-title {
    font-size: 17px;
  }
  footer .subscribe_form .btn {
    font-size: 13px;
  }
  .footer-nav-link a {
    padding: 5px !important;
  }
  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 h4 {
    font-size: 30px;
  }
  .slider2 .carousel {
    height: 400px;
  }
  .slider2 .carousel img {
    height: auto;
  }
  .heading-new {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .heading-new2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .heading-new27 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .before-no .holder-new {
    height: 500px;
  }
  .before-no .holder-new a {
    margin-top: 0 !important;
  }
  .wide-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wide-101 .holder1 {
    margin-bottom: 10px;
  }
  .wide-101 {
    padding-bottom: 50px;
  }
  .heading-4 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .wide-100 img {
    margin-bottom: 20px;
  }
  .wide-100 .holder-next {
    margin-bottom: 10px;
  }
  .wide-101 .holder1 p {
    font-size: 16px;
  }
  .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: 0px 15px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: normal;
  }
  #full-faq .card-body {
    font-size: 16px;
    padding: 10px 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 {
    font-size: 18px;
    padding: 6px 0px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 5px 0;
  }
  .icon-bar {
    border-top: 1px solid #eaeaea;
    display: block !important;
    top: 100%;
    width: 100%;
    z-index: 99;
    background: #f9f9f9;
    padding-bottom: 50px;
  }
  .icon-bar img {
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
  }
  #MiniRightNav {
    margin-bottom: 0 !important;
    padding: 0 !important;
    float: inherit;
  }
  #MiniRightNav li {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
  }
  #MiniRightNav li a {
    color: #383838;
    background: none;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
  }
  #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;
    font-size: 12px;
    position: inherit;
    right: 0;
    overflow: inherit;
    color: #555555;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    transition: none;
    font-weight: 500;
  }
  #MiniRightNav li a span:hover {
    background: 0;
  }
  #MiniRightNav a:hover span {
    width: 100%;
    padding: 0;
    overflow: inherit;
    background: none;
  }
  .header1 {
    margin-right: 30px;
  }
  .navbar-nav .nav-item {
    margin-left: 10px;
  }
  .before-no .holder-new1 {
    height: 260px;
  }
  .testimonial {
  height: 360px;
  }
  .readmore_btn1 {
    margin-top: 65px;
  }
  .home-slider .carousel-caption {
    padding: 7.5rem 0 0 0;
  }
  .home-sld-main h4 {
    font-size: 30px;
  }
  .home-sld-main p {
    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 img {
    height: 124px;
    width: 120px;
    margin-bottom: 10px;
  }
  .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;
  }
  .new-layout2 {
    margin-top: 40px;
  }
  .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-layout {
    height: 1800px;
  }
  .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;
  }
  .banner-small-screen {
    padding: 25px;
  }
  .banner-small-screen .border-promo-small {
    margin: 12px 0 12px 0;
  }
  .partner-item {
  height: 400px;
  padding: 40px;
  margin-bottom: 50px;
  }
  .partner-holder img {
    margin-bottom: 0;
}

#HomeCarousel {
  height: 460px;
}

#HomeCarousel img {
  height: 460px;
  object-fit: cover;
}
/*---------------------------------new blog page---------------*/
.search-box input {
  width: 600px;
}

.blog-link-holder {
  height: 60px;
}
.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-top: 70px;
    margin-bottom: 40px;
  }

  .contact-tab iframe {
    height: 300px;
  }

  .tab-location-headquaters {
    margin-top: 2rem;
  }

  .tab-location-headquaters h5 {
    font-size: 24px;
  }

  .tab-location-headquaters p {
    margin-bottom: 1rem;
  }

  /*------------------------------------------Contact new tab end---------------------------------------------------*/

  /*------------------------------------------Home Page cards---------------------------------------------------*/
  .home-card-item:last-child {
    padding: 0;
  }

  .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 {
    height: 340px;
  }

  .download-center .nav-pills-custom .nav-link {
    font-size: 15px;
    margin-bottom: 1rem;
    padding: 8px;
  }

  .download-center .nav-pills-custom .nav-link::before {
    right: -8px;
  }

  .download-center .tab-content ul>li {
    padding: 10px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 13px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 18px;
    margin: 6px 0 12px 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 {
      padding: 15px;
      margin: 10px 15px 10px 20px;
    }

    /*-------partner carousel dots visibility end-----------------------------*/

    /*-------------------new header video snippet-----------------*/
    /* .header2 .navbar .nav-link {
       color: #383838;
    } */

    #Home-Video-Carousel {
      height: 460px;
    }

    #Home-Video-Carousel iframe {
      height: 460px;
    }

    #Home-Video-Carousel video {
      height: 460px;
    }

    #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;
    }

}

@media screen and (max-width: 767px) and (min-width: 540px) {
.partner-item {
  padding: 40px;
  margin-bottom: 50px;
  }
  .partner-item:last-child {
    margin-bottom: 100px;
}
  .cookie-alert {
    display: block;
  }
  a.accept-button-color {
    margin-top: 0px;
    line-height: 2.2;
  }
  .cookie-alert {
    font-size: 12px;
    max-width: 400px;
  }
  .cookie-msg {
    line-height: 1.4;
  }
  .cookie-alert {
    bottom: 20%;
  }
  .modalPopup {
    width: 400px;
    top: 40%;
  }
  footer.footer {
    padding-bottom: 60px;
  }
  div#captcha {
    margin-bottom: 10px;
  }
  .redirect {
    height: auto !important;
  }
  .slider2 .carousel-caption.top11 {
    bottom: 45px;
  }
  .before-no .holder-new3 {
    height: auto;
  }
  i.flaticon-round-info-button {
    font-size: 9px;
  }
  .rwd-table i {
    font-size: 9px;
  }
  .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 {
    width: 182px;
    height: 32px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  select#Anrede {
    width: 100%;
    margin-bottom: 10px;
  }
  .heading1 {
    font-size: 22px;
    margin-top: 12px;
  }
  .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;
  }
  footer.footer {
    text-align: center;
  }
  .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;
  }
  .new-layout2 img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .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: 35px;
    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 h4 {
    font-size: 30px;
  }
  .heading-new {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .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 {
    border-top: 1px solid #eaeaea;
    display: block !important;
    top: 100%;
    width: 100%;
    z-index: 99;
    background: #f9f9f9;
    padding-bottom: 50px;
  }
  .icon-bar img {
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
  }
  #MiniRightNav {
    margin-bottom: 0 !important;
    padding: 0 !important;
    float: inherit;
  }
  #MiniRightNav li {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
  }
  #MiniRightNav li a {
    color: #383838;
    background: none;
    width: 100%;
    padding: 6px;
    height: auto;
    border: 0;
    border-radius: 0;
    margin-bottom: 5px;
  }
  #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;
    font-size: 12px;
    position: inherit;
    right: 0;
    overflow: inherit;
    color: #555555;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    transition: none;
    font-weight: 500;
  }
  #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 h4 {
    font-size: 30px;
  }
  .home-sld-main p {
    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;
  }
  .wide-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .wide-101 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .foot-social {
    float: left;
  }
  .foot-social ul.social {
    margin-bottom: 20px;
  }
  .foot-social ul.social>li>a {
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
  .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 img {
    height: 124px;
    width: 120px;
    margin-bottom: 10px;
  }
  .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;
  }
  .new-layout2 {
    margin-top: 20px;
  }
  .range1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .new-layout2 button[type="button"] {
    font-size: 15px;
    padding: 4px 13px;
  }
  .new-layout2 input[type="text"] {
    font-size: 14px;
    height: 27px;
  }
  .range-new1 {
    margin-bottom: 2px !important;
  }
  .range-new {
    margin-bottom: 2px !important;
  }
  .new-layout2 hr {
    margin-bottom: 0.6rem;
  }
  .chf-left {
    margin-left: 290px;
  }
  .range11 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .new-layout2 .top-2 {
    margin-top: 20px;
    padding: 5px;
  }
  .new-layout {
    height: auto;
  }
  .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;
  }
  .new-layout2 select {
    font-size: 14px;
    height: 27px;
  }
  .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 {
    font-size: 18px;
  }
  #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;
  }

  .blog-link-holder {
    height: auto;
  }
  .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---------------*/
  .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-top: 60px;
      margin-bottom: 40px;
    }
  
    .contact-tab iframe {
      height: 260px;
    }
  
    .tab-location-headquaters {
      margin-top: 2rem;
    }
  
    .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:last-child {
    padding: 0;
  }

  .home-card-body img {
    height: 45px;
    width: 45px;
    margin-bottom: 20px;
  }

  .home-card-title {
    font-size: 17px;
  }

  .home-card-body p {
    font-size: 15px;
  }

  .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 {
    height: 330px;
    padding: 8px;
  }

  .download-center .nav-pills-custom .nav-link {
    font-size: 15px;
    margin-bottom: 1rem;
    padding: 10px;
  }

  .download-center .nav-pills-custom .nav-link::before {
    display: none;
  }

  .download-center .tab-content ul>li {
    padding: 10px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 13px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 18px;
    margin: 6px 0 8px 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: 400px;
    }

    #Home-Video-Carousel iframe {
      height: 400px;
    }

    #Home-Video-Carousel video {
      height: 400px;
    }

    #Home-Video-Carousel .embed-responsive {
      height: 400px;
    }

    #Home-Video-Carousel img {
      display: none !important;
    }
    #Home-Video-Carousel img {
      height: 400px;
      object-fit: cover;
    }

    #Home-Video-Carousel .mobile-view {
      display: block !important;
    }
    /*-------------------new header video snippet end-----------------*/

    .parallax-background-container .section-bg img {
      display: none;
    }

    .mobile-tree-none{
      display: none;
    }

}

@media 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 {
    width: 200px;
    height: 38px;
  }
  
  .new-layout {
    height: 2180px;
  }
  select#Anrede {
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapper-2 {}
  .heading1 {
    font-size: 20px;
    margin-top: 12px;
  }
  .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 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: 25px;
    text-align: left;
  }
  .homeimg {
    margin-top: 25px;
    height: 250px;
    width: 272px !important;
  }
  .prhead1 {
    font-size: 30px;
  }
  footer.footer {
    text-align: center;
    padding-bottom: 60px;
  }
  .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;
  }
  .new-layout2 img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .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: 35px;
    margin-bottom: 0;
  }
  .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 h4 {
    font-size: 22px;
  }
  .heading-new {
    font-size: 25px;
    margin-bottom: 20px;
    word-break: normal;
  }
  .heading-new2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .blog-details p {
    line-height: 25px;
    font-size: 16px;
  }
  .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-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wide-101 .holder1 {
    margin-bottom: 10px;
  }
  .wide-101 .holder1 img {
    height: 60px;
    width: 60px;
  }
  .wide-101 {
    padding-bottom: 50px;
  }
  .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: 0px 15px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
  }
  #full-faq .card-body {
    font-size: 15px;
    padding: 10px 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 {
    border-top: 1px solid #eaeaea;
    display: block !important;
    top: 100%;
    width: 100%;
    z-index: 99;
    background: #f9f9f9;
    padding-bottom: 50px;
  }
  .icon-bar img {
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
  }
  #MiniRightNav {
    margin-bottom: 0 !important;
    padding: 0 !important;
    float: inherit;
  }
  #MiniRightNav li {
    display: inline-block;
    width: 33.333%;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
  }
  #MiniRightNav li a {
    color: #383838;
    background: none;
    width: 100%;
    padding: 6px;
    height: auto;
    border: 0;
    margin-bottom: 5px;
    border-radius: 0;
  }
  #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;
    font-size: 11px;
    position: inherit;
    right: 0;
    overflow: inherit;
    color: #555555;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    transition: none;
    font-weight: 500;
  }
  #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 h4 {
    font-size: 22px;
  }
  .home-sld-main p {
    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-top: 70px;
    margin-bottom: 40px;
  }
  .foot-social {
    float: none;
  }
  .foot-social ul.social {
    margin-bottom: 20px;
  }
  .foot-social ul.social>li>a {
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
  .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;
  }
  .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;
  }
  .blog-page p {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
  .about-height {
    height: auto;
  }
  .about-height1 {
    height: auto;
  }
  .about-carousel3 img {
    height: 124px;
    width: 120px;
    margin-bottom: 10px;
  }
  .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;
  }
  .new-layout2 {
    margin-top: 20px;
  }
  .range1 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .new-layout2 button[type="button"] {
    font-size: 14px;
    padding: 4px 13px;
  }
  .new-layout2 input[type="text"] {
    font-size: 14px;
    height: 27px;
  }
  .range-new1 {
    margin-bottom: 2px !important;
  }
  .range-new {
    margin-bottom: 2px !important;
  }
  .new-layout2 hr {
    margin-bottom: 0.6rem;
  }
  .chf-left {}
  .range11 {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .new-layout2 .top-2 {
    margin-top: 20px;
    padding: 5px;
  }
  .new-layout {
    height: auto;
  }
  .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 {
    width: 290px;
  }
  .flaticon-information-button {
    font-size: 14px;
  }
  .new-layout2 select {
    font-size: 14px;
    height: 27px;
  }
  .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: 160px;
    height: 37px;
  }
  .sv-powered-by {
    text-align: center;
  }
  .contact-form .file-input .label {
    font-size: 12px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  footer.footer .app-margin a {
    margin: 0 auto;
    margin-bottom: 5px;
  }
  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;
  }
  .cookie-alert {
    font-size: 12px;
  }
  .cookie-alert {
    left: 0;
  }
  .cookie-alert {
    display: block;
  }
  a.accept-button-color {
    margin-top: 0px;
    line-height: 2.2;
  }
  .new-layout2 img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .partner-item {
  padding: 40px;
  margin-bottom: 50px;
  }
  .partner-item:last-child {
    margin-bottom: 100px;
}
  /*---------------------------------new blog page---------------*/
  .search-box input {
    width: 260px;
  }
  .blog-link-holder {
    height: auto;
  }
  .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 p{
    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: 1.5rem;
  }

  .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;
  }

  .home-card-body img {
    height: 45px;
    width: 45px;
    margin-bottom: 20px;
  }

  .home-card-title {
    font-size: 17px;
  }

  .home-card-body p {
    font-size: 15px;
  }

  .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;
  }

  /*------------------------------------------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 {
    height: 330px;
    padding: 8px;
  }

  .download-center .nav-pills-custom .nav-link {
    font-size: 15px;
    margin-bottom: 1rem;
    padding: 10px;
  }

  .download-center .nav-pills-custom .nav-link::before {
    display: none;
  }

  .download-center .tab-content ul>li {
    padding: 10px 0;
  }

  .download-center .tab-content ul>li a {
    font-size: 13px;
  }

  .download-center .tab-content .tab-pane h4 {
    font-size: 18px;
    margin: 6px 0 8px 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: 370px;
      margin-top: 0;
    }

    #Home-Video-Carousel iframe {
      height: 370px;
    }

    #Home-Video-Carousel video {
      height: 370px;
    }

    #Home-Video-Carousel .embed-responsive {
      height: 370px;
    }

    #Home-Video-Carousel img {
      display: none !important;
    }
    #Home-Video-Carousel img {
      height: 370px;
      object-fit: cover;
    }

    #Home-Video-Carousel .mobile-view {
      display: block !important;
    }
    /*-------------------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;
    }

}
@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;
  }
  .banner-small-screen {
    padding: 10px;
    height: 100px;
  }
  #pimcore_video_libertyVideo iframe, #pimcore_video_libertyVideo video {
    height: 350px;
  }
}

