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

:root {
  --green-color: #20430a;
  --orange-color: #f38d28;
  --black-color: #000000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.description_1 p {
  padding-bottom: 15px;
}

.earth {
  z-index: 99;
  position: absolute;
}

body {
  font-size: 16px;
  font-family: "Nunito";
  color: #000000;
  line-height: 24px;
  background-color: #f3f3f3;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

/* bootstrap css start */
.container-fluid {
  padding: 0px 12px;
}

.container {
  margin: auto;
  padding: 0px 12px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  /* width: 100%; */
  /* row-gap: 25px; */
}

.padding-100 {
  padding: 100px 0px;
}

.tree {
  position: absolute;
  right: 0px;
  bottom: -35px;
}

.font-18 {
  font-size: 18px;
  font-family: "Nunito";
  font-weight: 600;
}

.d-none {
  display: none;
}

.text-white {
  color: white !important;
}

.position-relative {
  position: relative;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.col {
  padding-left: 12px;
  padding-right: 12px;
  flex-shrink: 0;
  width: 100%;
}

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

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

.text-dark {
  color: black !important;
}

.w-100 {
  width: 100%;
}

.p-0 {
  padding: 0px !important;
}

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

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* bootstrap css end */

/* common css */
.section-padding_2 {
  padding: 120px 0px 400px 0px;
}

.section-padding {
  padding: 120px 0px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.font-500 {
  font-family: "Nunito";
  font-weight: 500;
}

.font-600 {
  font-family: "Halant";
  font-weight: 600;
}

.font-nunito-700 {
  font-family: "Nunito";
  font-weight: 700;
  font-size: 20px;
}

.font-nunito-600 {
  font-family: "Nunito";
  font-weight: 600;
}

.font-700 {
  font-family: "Halant";
  font-weight: 700;
}

.font-24 {
  font-size: 24px;
}

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

.common-button-div {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.common-button {
  font-family: "Nunito";
  font-weight: 500;
  padding: 13px 20px;
  min-width: 185px;
  text-align: center;
  display: inline-block;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0px;
  cursor: pointer;
}

.background-white {
  background-color: white;
}

.true-details {
  padding-bottom: 30px;
}

.button-padding {
  padding: 39px 20px;
}

.background-button {
  color: rgba(29, 51, 74, 1);
  background-color: white;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 99;
  color: #20430a;
}
.just_content{
	    margin: auto;
    text-align: center;
}
.text-left{
	text-align: left;
}
.background-button:hover {
  /* color: white;
  transition: all 0.3s ease; */
}

.border-button:hover {
  /* color: var(--green-color);
  transition: all 0.3s ease; */
}

.border-button {
  color: white;
  border: 1px solid white;
  position: relative;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease;
}

.green-color {
  color: var(--green-color);
}

.main-heading {
  font-size: 56px;
  color: white;
  padding-bottom: 15px;
  font-family: "Halant";
  font-weight: 600;
  line-height: 65px;
}

.main-small-heading {
  font-size: 48px;
  color: var(--green-color);
  font-family: "Halant";
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 53px;
}

.small-heading {
  font-size: 30px;
  font-family: "Halant";
  font-weight: 600;
  color: var(--green-color);
  line-height: 36px;
}

.padding-left {
  padding-left: 45px;
}

.padding-right {
  padding-right: 45px;
}

.description p {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26px;
}

.description p:last-of-type {
  padding-bottom: 0px;
}

.green-background {
  background-color: var(--green-color);
  color: white;
}

.orange-background {
  background-color: var(--orange-color);
  color: white;
}

.pt-20 {
  padding-top: 20px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.read-more a {
  text-decoration: underline;
}

.heading-div {
  max-width: 700px;
  margin: auto;
}

img {
  vertical-align: bottom;
}

.mb-30 {
  margin-bottom: 30px;
}

.light-white {
  color: rgba(255, 255, 255, 1);
}

.custome-row-gap {
  row-gap: 25px;
}

.background-button::after {
  /* background: var(--green-color); */
}

.border-button:after {
  /* background: white; */
}

.background-button::after,
.border-button:after {
  /* width: 0%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
  left: -1px;
  color: white;
  transition: all 0.3s ease;
  top: 0px; */
}

.background-button:hover {
  /* color: #2ecc71; */
}

.background-button:hover:after,
.border-button:hover:after {
  transform: translateX(0);
  left: 0px;
  width: 101%;
}

.small-sub-heading {
  font-size: 24px;
}

/* common css end */

/* header start */
#topnav {
  position: fixed;
  top: 0px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px 0px;
  z-index: 999999;
}
#topnav.nav-sticky {
  background-color: rgba(0, 0, 0, 0.8);
}

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

.display-align {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding-bottom: 10px;
}
.custome-nav-ul li {
  list-style: none;
  position: relative;
  transition: ease 0.3s all;
}
.collapse-nav {
  margin-left: auto;
}

.climedu-contact {
  padding-left: 15px;
}

#topnav.nav-sticky {
  background-color: var(--green-color);
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}

/* header end */

/* banner-section start */
.banner-section {
/*  background-image: url("../image/banner-image.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  min-height: 600px;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.banner-text-div {
  max-width: 690px;
}

.climedu-image {
  position: absolute;
  bottom: 200px;
  right: 0px;
}

.social-media-div {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: fit-content;
  margin: auto;
  left: 30px;
}

.social-media-div ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.social-media-div ul li a {
  height: 50px;
  width: 50px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: ease-in-out 0.3s all;
}
.social-media-div ul li a:hover {
  background-color: white;
  transition: ease-in-out 0.3s all;
}
.social-media-div ul li a:hover svg path{
  fill: black;
  opacity: 1;
  transition: ease-in-out 0.3s all;
}
.social-media-div ul li a svg path, .social-media-div ul li a svg g{
  transition: ease-in-out 0.3s all;
}
.social-media-div ul li a:hover svg g{
  opacity: 1;
  transition: ease-in-out 0.3s all;
}
.next-div-scroll {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 10%);
  cursor: pointer;
}

.tilbud-section {
  background-color: rgb(243, 243, 243);
}

.signature img {
  padding: 20px 0px;
}

.contact-form-div {
  background-color: white;
  padding: 50px;
}

.form_input_div {
  margin-bottom: 25px;
}

.form_input_div input,
.form_input_div textarea {
  width: 100%;
  background-color: rgba(245, 245, 245, 1);
  border-radius: 0px;
  padding: 20px 20px;
  font-size: 16px;
  border: none;
}

.form_input_div input::placeholder,
.form_input_div textarea::placeholder {
  color: rgba(176, 176, 176, 1);
  font-size: 15px;
  font-family: "Nunito";
}

.tilbud-section .tilbud-form {
  margin-top: -200px;
  z-index: 99;
}

.tilbud-form form {
  padding-top: 15px;
}

.about-climedu-div {
  padding-top: 180px;
}

.about-text-div {
  z-index: 99;
  position: relative;
}

.beredygtighed-div {
  position: absolute;
  top: 30px;
}

.about-image-div {
  padding: 0px 20px;
  position: relative;
}

.about-image-div:before {
  position: absolute;
  top: -20px;
  left: 0px;
  content: "";
  border: 5px solid var(--green-color);
  width: 98%;
  height: 50%;
  z-index: -1;
}

.product-ul {
  padding-top: 20px;
}

.product-ul li:last-child {
  padding-bottom: 0px;
}

.product-ul li {
  display: flex;
  column-gap: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-family: "Nunito";
  font-weight: bold;
}

.product-list-div {
  display: flex;
  column-gap: 30px;
  transition: ease 0.2s all;
}

.product-list-div .single-product-div:nth-of-type(2) {
  margin-top: 100px;
}

.single-product-div {
  background-color: white;
  padding: 40px 30px;
  height: fit-content;
  flex: 1;
}

.single-product-div .description p:not(.product-price) {
  padding: 20px 0px;
}

.product-image-div {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--green-color);
}

.environment {
  position: absolute;
  right: 0px;
  margin: auto;
  height: fit-content;
  top: 200px;
}

.product-desc-div,
.main-book-meeting-div {
  z-index: 9;
  position: relative;
}

.book-meeting-div {
  display: flex;
  background-color: white;
  align-items: center;
}

.main-book-meeting-div {
  padding-bottom: 40px;
}

.meeting-text-div {
  padding: 50px;
  flex: 1;
  width: 50%;
}

.meeting-image-div {
  width: 50%;
}

.book-meeting-section:before {
  background-color: var(--green-color);
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0px;
  content: "";
  z-index: -1;
}

.klimavenlig {
  position: absolute;
  top: -100px;
  left: 50px;
}

.gronfrimtid {
  position: absolute;
  bottom: -50px;
  right: 50px;
}

.wave-image {
  position: absolute;
  z-index: -1;
}

.news-image-div {
  padding-bottom: 20px;
}

.single-news-div {
  display: flex;
  column-gap: 20px;
  border-bottom: 1px solid rgba(29, 51, 74, 0.25);
  padding-bottom: 15px;
  padding: 15px 0px;
}

.single-news-div:first-of-type {
  padding-top: 0px;
}

.single-news-div:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}

.news_small-image {
  max-width: 140px;
  min-width: 140px;
  max-height: 140px;
}
.news_small-image img{
  max-height: 130px;
  object-fit: contain;
}

.csr-top-div {
  border-bottom: 1px solid rgba(29, 51, 74, 0.25);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.csr-inner-div {
  display: flex;
  column-gap: 20px;
}

.csr-image-div {
  background-color: white;
  height: 80px;
  width: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-csr-div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.csr-text-div {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.csr-text-div .csr-heading {
  padding-bottom: 10px;
  min-height: 60px
}

.contact-left-div {
  background-color: var(--green-color);
  padding: 60px 25px 0px 25px;
  height: 100%;
}

.form_input_div {
  margin-bottom: 20px;
}

.form_input_div input::placeholder,
.form_input_div textarea::placeholder {
  font-size: 16px;
}

:focus,
:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

.contact-inner-div {
  background-color: white;
}

.contact-right-div {
  padding: 60px 60px;
}

.contact-form {
  padding-top: 35px;
}

.contact-left-div img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

footer {
  background-color: var(--green-color);
  padding-top: 60px;
}

.footer-logo {
  padding-bottom: 30px;
}

.footer-desc-div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 70px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer_single-div {
  flex: 1;
}

.footer-desc {
  padding-top: 50px;
}

.footer_ul li {
  display: flex;
  column-gap: 25px;
  align-items: flex-start;
  position: relative;
}
.footer_ul li img{
  padding-top: 5px;
}

.footer-div-1 .footer_ul li {
  padding: 15px 0px;
}

.footer-div-2 .footer_ul li a {
  padding: 15px 0px;
  min-width: 200px;
}

.footer-div-2 .footer_ul li:first-child a {
  padding-top: 0px;
}

.footer-div-2 .footer_ul li:last-child a {
  padding-bottom: 0px;
}

.footer_ul li:last-child::before {
  content: none;
}

.footer-div-1 .footer_ul li:before {
  width: 300px;
}

.footer-div-2 .footer_ul li:before {
  width: 200px;
}

.footer_ul li:before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.footer_ul li:first-child {
  padding-top: 0px;
}

.mailchinp-form input {
  padding: 20px 20px;
  width: 100%;
  border: none;
  background-color: rgba(49, 95, 20, 1);
  color: white;
  padding-right: 135px;
}

.mailchinp-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.mailchinp-form button {
  background-color: white;
  position: absolute;
  right: 3px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 90%;
  padding: 11px 30px;
  font-size: 16px;
  color: rgba(29, 51, 74, 1);
  border: none;
  cursor: pointer;
}

.footer-social-div {
  padding-top: 45px;
}

.footer-form {
  padding-top: 20px;
}

.social-ul {
  padding-top: 20px;
  display: flex;
  column-gap: 30px;
}

.social-ul li {
  transition: ease 0.5s all;
}

.social-ul li a {
  height: 45px;
  width: 45px;
  border-radius: 100%;
  border: 2px solid rgb(52, 83, 34);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s all;
}

.social-ul li a:hover {
  background-color: white;
  transition: ease 0.5s all;
}

.social-ul li a svg path {
  transition: ease 0.5s all;
}

.social-ul li a:hover svg g {
  opacity: 1;
  transition: ease 0.5s all;
}

.social-ul li a:hover svg path {
  fill: var(--green-color);
  transition: ease 0.5s all;
}

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

.copyright {
  padding: 15px 0px;
}

/* call to action */
.call-to-meeting {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 150px;
  width: 150px;
  margin: auto;
  cursor: pointer;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(243, 141, 40, 0.5);
  opacity: 0;
  border-radius: 100%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.ball {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  width: 45px;
  height: 45px;
  margin: 0;
  border-radius: 50%;
  background: var(--orange-color);
  transition: all cubic-bezier(1, -0.49, 0.46, 0.8) 0.25s;
  overflow: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ball-1 {
  left: 60px;
}

.ball-2 {
  right: 60px;
}



@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}


/* aboutus page  start*/
.accordion-collapse {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 0px;
  overflow: hidden;
}

.accordion-collapse.collaps_custom {
  height: auto;
  transition: all 0.35s ease;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-item:last-of-type {
  margin-bottom: 0px;
}

.faq-section {
  margin-top: -290px;
}

.calender-left-div {
  padding-right: 0px;
}

.services-ul li {
  display: flex;
  margin-bottom: 15px;
  column-gap: 15px;
  align-items: baseline;
}

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

.services-ul {
  columns: 2;
}

.common-ul li p {
  font-size: 24px;
  font-family: "Halant";
  font-weight: 600;
  color: white;
  line-height: 30px;
}

.clime_edu-section {
  background-image: url("/wp-content/themes/climeedu/assets/image/climb-edu-background.webp");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.clime_edu-section:before {
  position: absolute;
  top: 0px;
  width: 63%;
  right: 0px;
  content: "";
  background: rgba(21, 38, 10, 0.8);
  height: 100%;
}

.climb-edu-text {
  font-size: 150px;
  color: rgb(234 243 225 / 50%);
  text-align: center;
  font-family: "Halant";
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 220px;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 37%;
  top: 0px;
  height: 300px;
}

.climg-image-div {
  position: absolute;
  bottom: 0px;
  left: calc(-60px - 100px);
  left: -150px;
}

.climg-image-div img {
  max-height: 700px;
}

.about-us {
  background-image: url("../image/aboutus-banner.webp");
}

.ansvarlighed {
  position: absolute;
  z-index: 99;
  bottom: -76px;
}

.green-border {
  color: #20430a;
  border: 1px solid #20430a;
}

.campus {
  margin-left: auto;
  max-width: 850px;
  position: relative;
  z-index: 999;
}

.service_provider {
  display: flex;
  margin-top: 30px;
  column-gap: 80px;
}

.service_provider span {
  min-width: 25px;
}

.res-calender {
  display: none;
}

.pt-20 {
  padding-top: 20px;
}

.faq-ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.faq-ul li:last-child {
  padding-bottom: 0px;
}

.faq-ul li::before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  position: absolute;
  background-color: var(--green-color);
  left: 0px;
  top: 7px;
}

/* aboutus page end */

/* vision about page start */
.common-banner-section {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 120px;
}

.mission-about-us {
  background-image: url("../image/vision-banner.webp");
}

.vision-section {
  background-image: url("../image/climedu-vision.webp");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.vision-section::before {
  width: 62%;
  background-color: rgba(16, 37, 3, 0.8);
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
  content: "";
}

.micheal-description {
  max-width: 800px;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

.service-ul {
  columns: 3;
}

.vision-ul li {
  display: flex;
  align-items: baseline;
  column-gap: 10px;
  padding-bottom: 10px;
}

.vision-ul li p {
  font-size: 16px;
}

.vision-ul li:last-child {
  padding-bottom: 0px;
}

.vision-ul {
  padding: 25px 0px;
}

.social_text-div {
  max-width: 630px;
}

.description_1 p:last-of-type {
  padding-bottom: 0px;
}

.service-ul li {
  display: flex;
  column-gap: 15px;
  padding-bottom: 25px;
}
.vision-section .service-ul li{
  font-family: "Halant";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.service-ul li:last-child {
  padding-bottom: 0px;
}

.m-25 {
  margin: 25px 0px;
}

.mt-25 {
  margin-top: 25px;
}

.service-ul li span {
  min-width: 24px;
}

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

.tree_section {
  max-width: 820px;
  margin: auto;
  text-align: center;
  align-items: center;
}
.contact-left-div .main-small-heading{
  padding-left: 25px;
}
/* vision about page end */

/* michael-founder page start */
.michael-banner-section {
  /* background-image: url("../image/michale-banner-image.webp"); */
}

.sub_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sub_list li {
  display: flex;
  column-gap: 20px;
  padding-bottom: 20px;
}

.sub_list li p {
  color: #000;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 500;
}
.michael-tilbud-section ul li:before{
  content:"";
 background-image: url('/wp-content/themes/climeedu/assets/image/true_green.svg');
 height: 24px;
 width: 24px;
 position: absolute;
 left: 0px;
 background-size:contain;
 background-repeat: no-repeat;
 background-position: centerS
 }
 .climedu-left-div{
   height: 100%;
 }
.climedu-left-div::before {
  content: "";
  position: absolute;
  height: 100%;
  right: -12px;
  bottom: 0px;
  border-right: 1px solid white;
  top: 0px;
}

.feature-faq {
  background-color: white;
  padding: 100px 50px;
}

.faq-button {
  background-color: #f3f3f3;
  width: 100%;
  text-align: left;
  border: none;
  padding: 10px 30px 10px 30px;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-family: "Halant";
  font-weight: 600;
  color: black;
}

.faq-button:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 25px;
  background-image: url("/wp-content/themes/climeedu/assets/image/increase.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.faq-button.collapsed {
  color: var(--green-color);
}

.faq-button.collapsed:after {
  content: "";
  background-image: url("/wp-content/themes/climeedu/assets/image/minimize.svg");
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.accordion-body {
  padding: 30px 30px 15px 30px;
}

.accordion-body .description p {
  font-size: 16px;
}

.help-text-div .sub_list {
  display: block;
  padding-top: 15px;
}

.help-text-div .sub_list li {
  padding-top: 20px;
  position: relative;
}

.help-text-div .sub_list li::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b8b8b8;
  bottom: 0;
  left: 42px;
  width: calc(100% - 42px);
}

.Klimapositiv {
  position: absolute;
  right: 0;
  bottom: 310px;
  max-width: 890px;
  z-index: -1;
}


.sustainable-section {
  background-image: url(../image/tranquil-scene.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.justify-center {
  justify-content: center;
}

.persantage .description_1 p:nth-child(3) {
  padding-bottom: 0px;
}

/* michael founder page end */

/* partner page start */

.partner-banner-section {
  background-image: url("../image/vision-banner.webp");
}

.strategic-section .small-sub-heading {
  color: #000;
  font-family: "Nunito";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 15px 0px;
  position: relative;
}

.strategic-section .small-sub-heading::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #b1b1b1;
  bottom: 0;
  left: 0px;
  max-width: 350px;
  width: 100%;
}

.strategic-text-div .description a {
  text-decoration: underline;
  color: #316fb0;
}

/* partner page end */

/* contact page start */
.small-heading-1 {
  font-size: 30px;
  font-family: "Halant";
  font-weight: 700;
  color: #20430a;
  line-height: 32px;
}

.pt-50 {
  padding-top: 50px;
}

.black {
  color: black;
}

.kontact-section {
  padding: 120px 0px;
}

.kontact_ul li {
  display: flex;
  column-gap: 25px;
  position: relative;
  padding: 30px 0px;
}

.kontact_ul li:last-child {
  padding-bottom: 0px;
}

.kontact_ul li::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: #00000040;
}

.miacheal-image-div img {
  /* margin-top: -50%; */
}

.checkmark {
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 5px;
  border: 2px solid #1d334a;
  height: 21px;
  width: 21px;
}

.checkmark-label .checkmark:after {
  left: 0px;
  top: -3px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 4px;
  height: 10px;
  border: solid var(--green-color);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkmark-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-label {
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 15px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark-label label {
  padding-left: 10px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-label input:checked ~ .checkmark:after {
  display: block;
}

.kontact-left-div {
  height: 100%;
  padding: 45px;
}

.kontact_ul li:last-child:before {
  content: none;
}

.kontact-section .contact-right-div {
  padding: 50px 50px;
  height: 100%;
}
.map_section {
  margin-bottom: -10px;
}

/* contact page end */

/* product page start */
.product-banner-section {
  background-image: url("../image/product-banner-image.webp");
}
.product-banner-section .banner-text-div {
  /* max-width: 930px; */
}
.normal-ul li {
  font-weight: 500;
}

.font-36 {
  font-size: 36px;
  font-family: "Halant";
  line-height: 36px;
  font-weight: 600;
  padding-bottom: 10px;
}

.product-image {
  position: absolute;
  bottom: 60px;
  left: 0px;
}

.product-list {
  border-top: 1px solid #b1b1b1;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 20px;
  padding: 30px 0px 30px 15px;
}
.product-page-section .collapsee ul{
/*   justify-content: center; */
}
.product-section .product-list li {
  color: black;
  padding-bottom: 25px;
  position: relative;
}
.product-page-section .row{
/*   justify-content: center; */
}
.product-section .product-list li::before{
  position: absolute;
  left: -15px;
  height: 6px;
  width: 6px;
  background-color: black;
  border-radius: 100%;
  top: 10px;
  content: "";
}
.tab-icon{
  display: flex;
}
.prise_tag .row {
  row-gap: 25px;
}
.product-list li:last-child {
  padding-bottom: 0px;
}

.price-div span {
  font-size: 20px;
  color: #000;
  font-family: "Halant";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.price-div {
  padding-top: 20px;
}

.sub-prise-tag .common-button {
  width: 100%;
}

.prise_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 70px;
}

.font-20-dark {
  color: #000;
  font-family: "Halant";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.sub-prise-tag {
  padding: 50px;
  height: 100%;
  background-color: #ffffffe5;
}
.z-index {
  z-index: 99;
}




/* tab css start */
.collapsee ul{
display: flex;
column-gap: 30px;
border-bottom: 1px solid white;
width: 100%;
}
.collapsee{
  margin-bottom: 50px;
  width: 100%;
}
.collapsee .d-flex{
display: flex;
column-gap: 15px;
align-items: center;
}
.collapsee li p.title{
color: #FFF;
font-family: "Halant";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 24px;
padding-bottom: 6px;
}
.collapsee li p.description{
color: #FFF;
font-family: "Nunito";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.collapsee li.active p.description{
  color: black;
}
.collapsee li.active{
  background-color: #fff;
  transition: ease 0.2s all;

}
.collapsee li{
  padding: 20px 30px;
  border: 1px solid white;
  border-bottom: none;
  cursor: pointer;
  transition: ease 0.2s all;
}
.collapsee li.active svg:first-child g{

}	
.collapsee li svg:first-child path{
  /* fill:#20430A; */
}
.collapsee li.active svg path{
fill:#20430A;
}
.collapsee li.active p{
 color: #20430A;
}
.product-list-div{
display:none;
}
.d_show{
display:flex;
}
.product-list-div.d_show{
  /* justify-content: center; */
}
.product-page-section .row{
  width: 100%;
  display: none;
}
.product-page-section .row.d_show{
  display: flex;
}
.single-product-div{
max-width:290px;
}

/* tab css end */
/* product page end */

/* blog page start */

.blog-banner-section {
  background-image: url("../image/blog-banner-image.webp");
}
.main-blog-image-div {
  background: url("../image/main-blog-image.webp");
  background-repeat: no-repeat;
  min-height: 600px;
  background-position: center;
  position: relative;
  background-size: cover;
}
.blog-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 68.75%
  );
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.blog-read-more {
  font-size: 24px;
  font-family: "Halant";
  font-weight: 600;
  line-height: 30px;
  text-decoration: underline;
  color: #20430a;
  padding-top: 15px;
  display: block;
}
.single-blog-heading {
  font-size: 24px;
  font-family: "Halant";
  font-weight: 600;
  line-height: 30px;
  color: #000;
  padding-bottom: 15px;
}
.main-blog-image-div {
  margin-top: 100px;
}
.pb-10 {
  padding-bottom: 10px;
}
.sub_city {
  position: absolute;
  bottom: 50px;
  left: 50px;
  padding-right: 15px;
  width: fit-content;
}
.single-blog-div {
  display: inline-block;
  padding-bottom: 43px;
}
.single-blog-image-div img{
  max-height: 350px;
  object-fit: contain;
}
.blog-list-div {
  columns: 3;
  gap: 43px;
}

.pagination {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.right_aerrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: revert;
  column-gap: 10px;
}

.aerrows {
  justify-content: space-between;
}
.left_aerrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: revert;
  column-gap: 10px;
}

.arrow-div a {
  font-size: 24px;
  font-family: "Halant";
  font-weight: 600;
  color: var(--green-color);
}
.f-24-h {
  font-size: 24px;
  font-family: "Halant";
  font-weight: 600;
  line-height: 30px;
  color: #000;
}

.description_1 p {
  padding-bottom: 15px;
  line-height: 22px;
}
/* blog page end */

.common_button_div input[type="submit"]{
  border: none;
}
.wpcf7 form.invalid .wpcf7-response-output{
  border-color: red !important;
}
.wpcf7-response-output{
  margin: 1em 0em 0em !important; 
}
.pagination-cls {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.pagination-cls ul {
  display: flex;
  width: 100%;
  justify-content: center;
  column-gap: 10px;
  align-items: center;
}
.pagination-cls li:has(span.current){
  background-color: #20430a;
  color: white;
 
}
.pagination-cls li span, .pagination-cls li a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.pagination-cls li:has(:not(img)) span, .pagination-cls li:has(:not(img)) a{
  justify-content: center;
  column-gap: 10px;
}
.pagination-cls li span, .pagination-cls li a{
  text-align: center;
  font-family: "Halant";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.pagination-cls li a{
  color: #000;
}
.pagination-cls li{
  border-radius: 5px;
}
.pagination-cls ul li a:has(img){
  width: auto;
  height: auto;
}
.pagination-cls ul li :has(.next-arrow){
margin-left: 20px;
}
.pagination-cls ul li :has(.pre-arrow){
  margin-right: 20px;
}
.co-2positi {
  z-index: -1;
  position: absolute;
  bottom: 120px;
  right: 0px;
}
.michael-tilbud-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 25px 0px 10px;
  column-gap: 15px;
} 
.michael-tilbud-section ul li{
  position: relative;
  padding-left: 32px;
  color: #000;
  font-family: "Nunito";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.col {
  padding-left: 12px;
  padding-right: 12px;
  flex-shrink: 0;
  width: 100%;
}
.strategic-section .small-heading:before{
  height: 1px;
  width: 100%;
  max-width: 350px;
  background-color: #b1b1b1;
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px;
}
.common_button_div .wpcf7-spinner{
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto 5px;
}
.mt-20{
  margin-top: 20px;
}
.climedu-background-image{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.wpcf7-not-valid-tip{
  font-size: 15px !important;
}
.miacheal-image-div img{
border-radius: 100%;
}
.miacheal-image-inner-div{
  border-radius: 100%;
  height: 146px;
  width: 146px;
  border: 5px solid var(--green-color);
  margin: auto;
  margin-top: -115px;
}
.product-price{
  font-size: 30px !important;
  font-weight: 600;
}
.pagination-container .nav-links{
  border-top: 1px solid var(--green-color);
  padding: 15px 0px;
  border-bottom: 1px solid var(--green-color);
}
.development-section .description_1 a, .tilbud-section .description a{
  text-decoration: underline;
}
/* 3-8-2023 */

.plastic-section .image-margin img{
 bottom: -250px;
}
.package-section{
  padding: 170px 0px 60px;
}
.paper-waste-section{
  padding-top: 170px;
}
.image-margin{
  height: 400px;
}
.package-section .image-margin img{
  bottom: -190px;
}
.image-margin img{
  position: absolute;
}
.commitment-section{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wpadminbar{
  z-index: 99999999 !important;
}
.sustainable-section .sustainable-text-div{
  max-width: 1000px;
  margin: auto;
}
.climedu-done-section .heading-div{
  max-width: inherit;
}
.csr-activity-section .vision-ul li p {
  font-size: 18px;
}
.csr-activity-section .vision-ul li span{
  height: 24px;
  width: 24px;
  flex: 0 0 auto;
}
.csr-activity-section .vision-ul:last-of-type{
padding-bottom: 0px;
}
.csr-activity-section .vision-ul li a{
  color: white;
  text-decoration: underline;
}
.breadcrumbs_section{
	position: absolute;
    top: 88px;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 0px;
    color: #fff;
}
.breadcrumbs_section a{
	    color: #fff;
}
#pages header{
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}
.breadcrumbs_section #“breadcrumbs” > span{
  display: flex;
  column-gap: 5px;
}
.breadcrumbs_section #“breadcrumbs” span{
  line-height: 20px;
}
.vision-ul li span{
  min-width: 24px;

}
/* 3-8-2023 */
@media screen and (max-width: 1800px) and (min-width: 1600px) {
  .clime_edu-section:before {
    width: 65%;
  }

  .climb-edu-text {
    width: 35%;
    font-size: 130px;
    height: 280px;
  }

  .climg-image-div {
    left: calc(20px - 100px);
  }

  .cine_edu {
    background-position: -100px;
  }

  .tree img {
    /* max-width: 450px; */
  }

  .vision-section::before {
    width: 63%;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
  .climb-edu-text {
    width: 33%;
    font-size: 110px;
    height: 255px;
  }

  .climg-image-div {
    left: -55px;
    left: -20px;
  }

  .clime_edu-section:before {
    width: 67%;
  }

  .social-media-div {
    left: 10px;
  }

  .co-2positi {
    width: 850px;
  }

  .cine_edu {
    background-position: -150px;
  }

  .tree img {
    /* max-width: 300px; */
  }

  .vision-section::before {
    width: 65%;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .container {
    max-width: 1120px;
  }

  .contact-form-div {
    padding: 30px;
  }

  .contact-right-div {
    padding: 25px 49px 25px 25px;
  }

  .contact-left-div {
    padding: 25px 25px 0px 25px;
  }

  .social-media-div ul li a {
    height: 40px;
    width: 40px;
  }

  .social-media-div {
    left: 5px;
  }

  .climg-image-div {
    left: -45px;
    left: 0px;
  }

  .clime_edu-section:before {
    width: 61%;
  }

  .climb-edu-text {
    height: 250px;
    font-size: 110px;
    width: 39%;
  }

  .co-2positi {
    width: 700px;
  }

  .vision-section::before {
    width: 73%;
  }

  .contact-inner-div .main-small-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .campus {
    max-width: 645px;
  }

  .service_provider {
    column-gap: 40px;
  }

  .tree img {
    /* max-width: 226px; */
  }

  .earth img {
    width: 540px;
  }

  .climedu-vision-section .row {
    align-items: center;
  }
  .paper-waste-section .row{
    align-items: center;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .container {
    max-width: 940px;
  }

  .contact-form-div {
    padding: 25px;
  }

  .banner-section,
  .common-banner-section {
    min-height: 500px;
  }

  .climedu-image {
    bottom: 100px;
  }

  .tilbud-section .tilbud-form {
    margin-top: -150px;
  }

  .main-small-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .contact-right-div {
    padding: 35px 25px;
  }

  .contact-inner-div .col-xl-4 {
    padding-right: 0px;
  }

  .contact-inner-div .col-xl-8 {
    padding-left: 0px;
  }

  .contact-left-div {
    padding: 35px 25px 0px 25px;
  }

  .footer-desc-div .footer_single-div:first-of-type,
  .footer-desc-div .footer_single-div:nth-of-type(2) {
    width: 46%;
    flex: inherit;
  }

  .footer-desc-div {
    flex-wrap: wrap;
    gap: 35px;
  }

  .footer-social-div {
    padding-top: 35px;
  }

  .social-media-div ul li a {
    height: 40px;
    width: 40px;
  }

  .social-media-div {
    left: 5px;
  }

  .calender_main-section .row {
    align-items: end;
  }

  .co-2positi {
    width: 560px;
  }

  .earth img {
    width: 370px;
  }

  .climedu-vision-section .row {
    align-items: center;
  }
  .sub-prise-tag {
    padding: 30px;
    height: 100%;
  }
  .climedu-left-div::before{
    right:-18px;
  }
  .Klimapositiv {
  max-width: 760px;
  }
  .climedu-done-section .padding-left{
    padding-left: 15px
  }
  .paper-waste-section .row{
    align-items: center;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .main-small-heading {
    font-size: 35px;
    line-height: 40px;
  }

  .about-climedu-div {
    padding-top: 100px;
  }

  .product-list-div {
    padding-top: 15px;
  }

  .meeting-text-div {
    padding: 25px;
  }

  .footer-desc-div .footer_single-div:first-of-type,
  .footer-desc-div .footer_single-div:nth-of-type(2) {
    width: 46%;
    flex: inherit;
  }

  .footer-desc-div {
    flex-wrap: wrap;
    gap: 35px;
  }

  .footer-social-div {
    padding-top: 35px;
  }

  .next-div-scroll {
    height: 55px;
    width: 55px;
    bottom: 30px;
  }

  .earth img {
    width: 370px;
  }

  .climedu-vision-section .row {
    align-items: center;
  }
  .sub-prise-tag {
    padding: 30px;
  }
  .main-blog-image-div {
    min-height: 400px;
  }
  .blog-list-div{
    columns: 2;
    gap: 20px;
  }
  .single-blog-div:last-of-type{
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .main-heading {
    font-size: 45px;
    line-height: 50px;
  }

  .service-ul {
    columns: 2;
  }

  .ansvarlighed {
    bottom: -55px;
  }
  .main-blog-image-div {
    min-height: 350px;
  }
  .sub_city {
    left: 15px;
    bottom: 15px;
  }
  .blog-list-div {
    columns: 2;
    gap: 20px;
  }
  .michael-tilbud-section ul li{
    text-align: left;
  }
}

@media screen and (max-width: 992px) and (min-width: 576px) {
  .banner-section,
  .common-banner-section {
    min-height: 450px;
    padding-top: 122px;
    padding-bottom: 25px;
  }

  .feature-faq {
    padding: 40px 25px;
  }

  .co-2positi {
    bottom: 35px;
  }

  .contact-right-div {
    padding: 40px 30px;
  }
}

@media screen and (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* .call-to-meeting:hover .ball-1 {
    -webkit-transform: translate3d(-13px, e-130px, 0);
    -moz-transform: translate3d(-13px, -130px, 0);
    -o-transform: translate3d(-13px, -130px, 0);
    transform: translate3d(-13px, -130px, 0);
    opacity: 1;
  } */
  
  .call-to-meeting:hover .ball-2, .call-to-meeting:hover .ball-1 {
    opacity: 1;
  }
  .call-to-meeting:hover .ball-1 {
    -webkit-transform: translate3d(-13px, e-130px, 0);
    -moz-transform: translate3d(-13px, -130px, 0);
    -o-transform: translate3d(-13px, -130px, 0);
    transform: translate3d(-13px, -130px, 0);
    /* opacity: 1; */
  }
  
  .call-to-meeting:hover .ball-2 {
    -webkit-transform: translate3d(55px, -60px, 0);
    -moz-transform: translate3d(55px, -60px, 0);
    -o-transform: translate3d(55px, -60px, 0);
    transform: translate3d(0px, -80px, 0);
    /* opacity: 1; */
  }
}

@media screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  /* header css start */
  #topnav {
    padding: 0px;
  }
  .custome-nav-ul {
    display: flex;
  }
  .custome-nav-ul li a {
    color: white;
    padding: 0px 15px;
  }
  .custome-nav-ul > li {
    height: 87px;
    display: flex;
    align-items: center;
    transition: ease 0.3s all;
  }
  .custome-nav-ul > li.menu-item-has-children a {
    padding-right: 10px;
  }
  .custome-nav-ul > li.menu-item-has-children > .arrow {
    margin-right: 10px;
    /* transform: rotateZ(360deg); */
  }
  .custome-nav-ul > li:hover > .arrow svg path {
    fill: #68984a;
  }
  .custome-nav-ul > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: 0.3s;
    transition: all 0.3s ease 0s;
    z-index: 99999;
    text-align: left;
  }
  .nav-sticky .custome-nav-ul > li .sub-menu {
    background: rgba(0, 0, 0, 0.8);
  }
  .custome-nav-ul > li > a {
    position: relative;
    transition: ease 0.3s all;
  }
  .custome-nav-ul > li > a:hover {
    color: #68984a;
    transition: ease 0.3s all;
  }
  .custome-nav-ul > li.current-menu-item > a{
    color: #68984a;
  }
  .custome-nav-ul > li.current-menu-item > .arrow > svg > path{
    fill: #68984a;
  }
  .custome-nav-ul > li > ul > li.current-menu-item{
    background: rgba(0, 0, 0, 1);
    background: #68984a;
    transition: ease 0.3s all;
  }
  .custome-nav-ul > li:hover > a:before {
    /* position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #68984A;
  display: block;
  top: 0px;
  left: 0px;
  content: "";
  bottom: 0px;
  margin: auto; */
  }
  .custome-nav-ul > li > .sub-menu {
    left: 0;
    top: 87px;
    width: 100%;
    min-width: 280px;
    min-width: 400px;
  }
  .custome-nav-ul > li > .sub-menu li a {
    padding: 20px 0px;
    margin: 0px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
  }
  .custome-nav-ul > li > .sub-menu li:last-child a {
    border-bottom: none;
  }
  .custome-nav-ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
  }
  .custome-nav-ul > li > .sub-menu > li > .sub-menu {
    right: -282px;
    top: 6px;
    width: 280px;
  }
  .custome-nav-ul > li > .sub-menu > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
  }
  .sub-menu li .arrow {
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: fit-content;
    transition: ease 0.3s all;
  }
  .custome-nav-ul > li > .sub-menu li:hover {
    background: rgba(0, 0, 0, 1);
    background: #68984a;
    transition: ease 0.3s all;
  }
  .current-menu-parent > a{
    color: #68984a !important;
  }
  .current-menu-parent .arrow svg path{
    fill: #68984a;
  }
  .custome-nav-ul > li:hover > .arrow {
    transform: rotateZ(-180deg);
    transition: ease 0.3s all;
  }
  .custome-nav-ul > li > ul > li:hover > .arrow {
    transform: rotateZ(-90deg);
    transition: ease 0.3s all;
  }
  /* header css end */
  .news-image-div {
    max-height: 300px;
  }
  .news-image-div img {
    object-fit: contain;
    max-height: 275px;
  }
  .pagination-cls{
    margin-top: 0px;
  }
	.table-content-list{
		overflow: auto;
    padding-right: 10px;
		height:auto;
		max-height: calc(100vh - 120px);
	}
	/* width */
  .table-content-list::-webkit-scrollbar {
  width: 4px;
	border-radius:10px;
}

@-moz-document url-prefix() {
  .table-content-list, .table-content-list:hover{
    scrollbar-width: thin;
    border-radius: 10px;
    scrollbar-color:var(--green-color) #888;
    /* scrollbar-track-color: var(--green-color); */
  }
}

/* Track */
.table-content-list::-webkit-scrollbar-track {
  background: #888;
}

/* Handle */
.table-content-list::-webkit-scrollbar-thumb {
  background: var(--green-color);
}
}

@media screen and (min-width: 1199px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1340px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .single-product-div {
    background-color: white;
    padding: 30px 20px;
  }

  .product-list-div {
    gap: 20px;
  }

  .contact-form {
    padding-top: 20px;
  }

  .right-1 {
    padding-left: 15px;
  }

  .footer-desc {
    padding-top: 30px;
  }

  .button-margin-top {
    margin-top: 25px;
  }


  .earth {
    position: inherit;
    text-align: center;
  }

  .michael-cycle img {
    display: none;
  }

  .social_text-div {
    max-width: inherit;
  }


  /* 3-8-2023 */
  .image-margin img{
    position: inherit;
  }
  .image-margin{
    height: auto;
  }
  .package-section{
    padding:120px 0px;
  }
  .paper-waste-section{
    padding-top: 120px;
  }
}

@media screen and (max-width: 1199px) {
  .product-list-div .single-product-div:nth-of-type(2) {
    margin-top: 0px;
  }

  .csr-main-div .right-text-div {
    display: none;
  }

  .padding-right {
    padding-right: 0px;
  }
  .padding-left{
    padding-left: 0px;
  }

  .gronfrimtid {
    left: 0px;
    margin: auto;
    width: fit-content;
    right: 0px;
  }

  .social-ul {
    column-gap: 20px;
  }

  .climg-image-div,
  .climb-edu-text {
    display: none;
  }

  .clime_edu-section:before {
    width: 100%;
  }

  .campus,
  .micheal-description {
    max-width: inherit;
  }

  .clime_edu-section {
    background-position: left;
  }

  .cine_edu::before {
    width: 100%;
    background-color: var(--green-color);
  }

  .single-product-div {
    height: auto;
  }

  .vision-section::before {
    width: 100%;
  }
  .collapsee{
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 992px) {
  /* header css start */
  .custome-navbar {
    justify-content: space-between;
    column-gap: 15px;
  }
  .climedu-contact {
    flex: 1 0 auto;
  }
  .climedu-contact .common-button-div {
    justify-content: end;
  }
  .navbar-toggler {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 3;
    z-index: 12;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
  }
  .navbar-toggler .menu_line {
    position: absolute;
    display: block;
    right: 0;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    transform: rotate(0deg);
    background-color: white;
    transition: 0.25s ease-in-out;
    left: 0px;
  }
  .navbar-toggler .menu_line:nth-child(1) {
    top: 0;
    width: 16px;
  }
  .navbar-toggler .menu_line:nth-child(2) {
    top: 0.5rem;
    width: 100%;
  }
  .navbar-toggler .menu_line:nth-child(3) {
    top: 1rem;
    width: 18px;
  }
  .show.navbar-toggler .menu_line:nth-child(1) {
    transform: rotate(45deg) translateY(1px) translateX(5px);
  }
  .show.navbar-toggler .menu_line:nth-child(2) {
    transform: rotate(-45deg);
  }
  .show.navbar-toggler .menu_line:nth-child(3) {
    transform: rotate(45deg) translateY(-9.5px) translateX(3px);
  }
  .collapse-nav {
    position: absolute;
    right: -100%;
    position: absolute;
    background-color: white;
    width: 300px;
    top: 77px;
    z-index: 999;
    height: calc(100vh - 77px);
    padding: 0px 0px 15px;
    transition: all 0.15s ease-in-out;
    overflow: auto;
  }
  .collapse-nav.show {
    right: 0px;
  }
 
  .custome-nav-ul li {
    position: relative;
  }
  .custome-nav-ul .sub-menu {
    display: none;
    padding: 4px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0.55);
  }
  .custome-nav-ul > li {
    border-bottom: 1px solid rgb(0 0 0 / 30%);
  }
  .custome-nav-ul li > a {
    padding: 10px 15px;
    display: inline-block;
    color: black;
    display: block;
  }
  .custome-nav-ul li > .sub-menu > li > a {
    padding: 8px 15px 8px 35px;
    display: block;
    color: white;
  }
  .custome-nav-ul li > .sub-menu > li{
    border-bottom: 1px solid rgb(255 255 255 / 20%);
  }
  .custome-nav-ul li > .sub-menu > li:last-child{
    border-bottom: 0px;
  }
  .arrow svg path {
    fill: black;
  }
  .custome-nav-ul > li > .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    z-index: 99;
    transition: ease 0.3s all;
  }
  .custome-nav-ul > li > .sub-menu > li > .arrow {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
  }
  .custome-nav-ul > .current-menu-item > a{
    background-color: rgb(0 0 0 / 30%);
    color: white;
  }
  .custome-nav-ul > .current-menu-item > span > svg path{
    fill: white;
  }
  .custome-nav-ul > .current-menu-item > span.open{
    transform: rotateZ(180deg);
    transition: ease 0.3s all;
  }
  .custome-nav-ul >  li  > ul > li.current-menu-item > a{
    background-color: rgb(0 0 0 / 50%);
    color: white;
  }
  /* header css end */

  .section-padding {
    padding: 60px 0px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pt-30 {
    padding-top: 20px;
  }

  .about-image-div {
    display: none;
  }

  .about-text-div .col-lg-4:last-of-type .about-text-inner-div {
    padding-top: 15px;
  }

  .contact-inner-div .col-lg-5 {
    display: none;
  }

  .footer-desc-div {
    padding: 40px 0px;
  }

  .tilbud-section .tilbud-form {
    margin-top: 40px;
  }

  .form_input_div input,
  .form_input_div textarea {
    padding: 13px 20px;
  }

  .social-media-div {
    display: none;
  }

  .sub-celender {
    display: none;
  }

  .accordion-button {
    padding: 7px 0px 5px 15px;
  }

  .accordion-body {
    padding: 15px 15px 15px 15px;
  }

  .res-calender {
    display: block;
    margin-top: 20px;
  }

  .section-padding_2 {
    padding: 60px 0px 350px 0px;
  }

  .kontact-section {
    padding-bottom: 60px;
  }
  .product-image {
    bottom: 0px;
  }
  .prise_tag {
    padding-top: 30px;
  }
  .main-blog-image-div {
    margin-top: 60px;
  }
  .next-div-scroll {
    display: none;
  }
  .climedu-image {
    bottom: 30px;
  }
  .news-image-div img {
    max-height: 130px;
    object-fit: contain;
  }
  .climedu-done-section .right-side{
    padding-top: 15px;
  }
  .climedu-done-section .climedu-left-div::before{
    content: none;
  }
  .developement-image-div{
    max-width: 350px;
    margin: 0px auto 30px;
  }
  .partner-image-div{
    max-width: 350px;
    margin: 30px auto 0px;
  }
  .Klimapositiv{
    bottom: 10px;
  }

  /* 3-8-2023 */
  .plastic-section .image-margin img{
    margin-bottom: 0px;
  }
  .package-section{
    padding: 60px 0px 60px;
  }
  .package-section .image-margin img{
    margin-bottom: 0px;
  }
  .plastic-image-div{
    max-width: 350px;
    margin: 0px auto 30px;
    display: none;
  }
	.breadcrumbs_section{
		top: 78px;
	}
}

@media screen and (max-width: 767px) {
  .main-small-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .product-list-div .single-product-div {
    width: 100%;
    /* flex: inherit; */
  }
  .collapsee li {
  padding: 15px;
  }
  .product-list-div {
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-image-div {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .single-product-div .description p:not(.product-price) {
    padding: 15px 0px;
  }

  .meeting-text-div {
    width: 100%;
    flex: inherit;
  }

  .news-main-div .left-text-div {
    display: flex;
    column-gap: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(29, 51, 74, 0.25);
  }

  .news-image-div {
    height: 140px;
    width: 140px;
    flex: 1 0 auto;
  }

  .single-news-div:first-of-type {
    padding-top: 15px;
  }

  .news-main-div .small-heading,
  .news-main-div .small-sub-heading {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0px;
  }

  .news-main-div .read-more {
    font-size: 16px;
  }

  .news-main-div .description {
    display: none;
  }

  .footer-desc-div .footer_single-div:first-of-type,
  .footer-desc-div .footer_single-div:nth-of-type(2) {
    width: 100%;
    flex: inherit;
  }

  .footer-desc-div {
    flex-wrap: wrap;
    gap: 45px;
  }

  .footer-social-div {
    padding-top: 35px;
  }
.climedu-done-section .footer-social-div{
  padding-top: 18px;
}
  .footer-div-1 .footer_ul li:last-child {
    padding-bottom: 0px;
  }

  .services-ul {
    columns: 1;
  }

  .faq-button {
    font-size: 20px;
  }

  .faq-button:after {
    height: 15px;
    width: 15px;
  }

  .accordion-body {
    padding: 10px;
  }

  .common-ul li p {
    font-size: 20px;
  }

  .services-ul li {
    margin-bottom: 10px;
  }

  .service_provider {
    margin-top: 30px;
  }

  .earth {
    position: inherit;
    text-align: center;
    max-width: 350px;
    margin: 30px auto 0px;
  }

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

  .custome-justify {
    justify-content: center;
  }

  .kontact-section .contact-right-div,
  .kontact-left-div {
    padding: 30px 20px;
  }

  .meeting-image-div {
    display: none;
  }

  .beredygtighed-div {
    display: none;
  }

  .about-climedu-div {
    padding-top: 60px;
  }

  .contact-form-div {
    padding: 35px 20px;
  }

  .klimavenlig {
    top: -64px;
  }

  .next-div-scroll {
    bottom: 30px;
  }

  .service_provider {
    display: block;
  }
  .single-blog-div {
    padding-bottom: 35px;
  }
  .single-blog-div:last-of-type{
    padding-bottom: 0px;
  }
  .single-blog-heading {
    font-size: 20px;
    line-height: 23px;
    padding-bottom: 5px;
  }
  .arrow-div a {
    font-size: 20px;
  }
  .blog-read-more {
    font-size: 20px;
    line-height: 26px;
    padding-top: 5px;
  }
  .single-blog-div .description_1 p {
    padding-bottom: 5px;
  }
  .pagination {
    display: block;
  }
  .numbers {
    padding: 10px 0px;
  }
  .pagination {
    margin-top: 0px;
  }
  .banner-section .common-button-div, .tilbud-section .common-button-div, .product-section .common-button-div{
    justify-content: center;
  }
  .custome-justify{
    justify-content: center;
  }
  .custome-ul li, .product-ul li, .services-ul li, .climedu-vision-section ul li{
    /* justify-content: center; */
    max-width: 300px;
    margin: 0px auto 5px;
    text-align: left;
  }
  .page-id-970 .vision-ul li{
    text-align: left;
    max-width: 450px;
    margin: auto;
  }
  .page-id-641  .product-ul li{
    max-width: 200px;
  }
  .csr-image-div{
    margin: 0px auto 30px;
  }
  .vision-section .service-ul {
    /* margin-bottom: 20px; */
  }
  .vision-section .service-ul li{
    text-align: left;
  }
  .help-text-div .sub_list li{
    /* justify-content: center; */
    padding: 15px 0px;
    max-width: 300px;
    text-align: left;
    margin: auto;
  }
  .help-text-div .sub_list li::before {
    left: 0px;
    width: 100%;
  }
  .strategic-section .small-heading:before{
    right: 0px;
    margin: auto;
  } 
   .ball-2,  .ball-1 {
    opacity: 0;
    visibility: hidden;
  }
  .ball-2.show,  .ball-1.show{
    visibility:visible;
    opacity: 1;
  }
  .call-to-meeting{
    height: 60px;
    width: 60px;
  }
  .waves {
    height: 105px;
    width: 105px;
    left: -22px;
  }
  .call-to-action{
    height: 50px;
    width: 50px;
  }
  .call-to-meeting .ball-2{
    transform: translate3d(52px, 40px, 0);
  }
  .call-to-meeting .ball-1{
    transform: translate3d(-53px, 50px, 0);
  }
  .call-to-meeting .ball-2.show {
    transform: translate3d(54px, -15px, 0);
  }
  .call-to-meeting .ball-1.show{
    transform: translate3d(-42px, -54px, 0);
  }
  .call-to-meeting .ball a{
    display: flex;
  }
  .call-to-meeting .ball a img{
    height: 20px;
    width: 20px;
  }
  .call-to-meeting .ball{
    height: 35px;
    width: 35px;
  }
  .product-section .product-list{
    text-align: center;
  }
  .product-list li::before{
    left: 0px;
  }
  .product-list li{
    width: fit-content;
    text-align: left;
  }
  .collapsee ul {
  column-gap: 15px;
  }
  .collapsee .d-flex {
  column-gap: 10px;
  }
  .collapsee li p.description {
    display: none;
  }
  .collapsee li p.title {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    width: 100%;
  }

  .social-media-div {
    display: none;
  }

  .banner-section,
  .common-banner-section {
    min-height: 400px;
    padding-top: 77px;
    padding-top: 121px;
  }

  .next-div-scroll {
    height: 50px;
    width: 50px;
    bottom: 20px;
  }

  .main-heading {
    font-size: 35px;
    line-height: 40px;
  }
  .small-heading {
    font-size: 25px;
    line-height: 31px;
  }
  .product-ul li {
    padding-bottom: 10px;
  }
  .footer-div-2 .footer_ul li:before {
    width: 300px;
  }

  .font-20 {
    font-size: 18px;
  }

  .common-button {
    padding: 13px 10px;
    min-width: 145px;
  }

  .banner-section {
    min-height: 400px;
    padding-top: 77px;
  }

  .feature-faq {
    padding: 40px 15px;
  }

  .co-2positi {
    bottom: 70px;
  }

  .product-list-div {
    margin-top: 20px;
  }

  .service-ul {
    columns: 1;
    margin-bottom: 25px;
  }

  .contact-right-div {
    padding: 40px 15px;
  }

  .ansvarlighed {
    bottom: -35px;
  }
  .sub-prise-tag {
    padding: 20px;
  }
  .product-list {
    border-top: 1px solid #b1b1b1;
    margin-top: 15px;
    padding: 15px 0px 15px 15px;
  }
  .product-list li {
    padding-bottom: 15px;
  }
  .main-blog-image-div {
    min-height: 350px;
  }
  .sub_city {
    left: 15px;
    bottom: 15px;
    text-align: center;
  }
  .font-36 {
    font-size: 28px;
    line-height: 30px;
  }

  .blog-list-div {
    columns: 1;
    text-align: center;
  }
  .single-blog-div{
    max-width: 350px;
  }
  .pagination-cls ul{
    flex-wrap: wrap;
  }
  .pagination-cls ul li:has(img) a{
   font-size: 0px;
  }
  .pagination-cls ul li:has(:not(img)){
    margin: 10px 0px;
  }
  .pagination-cls ul li:has(.next-arrow) {
    margin-left: 0px;
  }
  .vision-section .service-ul li{
   /* justify-content: center; */
   max-width: 300px;
   margin: auto;
   text-align: left;
  }
  .service-ul li{
    padding-bottom: 15px;
  }
  .michael-tilbud-section ul {
    grid-template-columns: 1fr;
  }
  .michael-tilbud-section ul li {
    width: fit-content;
    margin: 0px auto 15px;
    max-width: 300px;
    min-width: 300px;
    text-align: left;
  }
  .mailchinp-form button {
  padding: 11px 15px;
  }
  .tab-icon{
    display: none;
  }
  .collapsee li p.title {
    font-size: 20px;
  }
}

@media screen and (max-width: 550px) {
  .csr-inner-div {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .single-csr-div {
    width: 100%;
    flex: inherit;
  }

  .csr-image-div {
    margin-bottom: 20px;
  }

  .left_side {
    display: block;
  }

  .padding-left-30 {
    padding-left: 0;
  }

  .name {
    margin-top: 20px;
    padding-bottom: 15px;
  }

  .button-margin-top {
    margin-top: 25px;
  }

  .right-1 {
    display: none;
  }

  .left-1::before {
    display: none;
  }
}
@media screen and (max-width:425px) {
  .page-id-344 .common-banner-section{
    padding-top: 150px;
  }
}