/* bg colors */
/* text colors */
/* font collection */
/* borders */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Questrial");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800");

@font-face {
  font-family: 'US Newton-Bold';
  src: url("fonts/USNewton-Bold") format("otf");
}

@font-face {
  font-family: 'SamsungOne';
  src: url("fonts/SamsungSharpSans-Bold.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
}

html {
  height: 100%;
}

ul,
ol {
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

img {
  width: 100%;
}

.des-off {
  display: none;
}

.mob-off {
  display: block;
}

/* new css added 2024/10 Start --------------------------------------------------------------------*/

#closeModalBtn {
  font-size: 1.5rem; /* Increases the size of the "×" symbol */
  padding: 0.5rem;   /* Adds padding around the button for a larger clickable area */
  line-height: 1;    /* Ensures the padding doesn’t distort the alignment */
}
/* Modal styles */
.hidden {
  display: none;
}
.show {
  display: block;
}

.jobcardtitle{
  font-family: Montserrat;
font-size: 20px;
font-weight: 600;
line-height: 24.38px;
letter-spacing: -0.03em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
}
.jobsub{
  font-family: Montserrat;
font-size: 14px;
font-weight: 600;
line-height: 17.07px;
letter-spacing: -0.03em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.jobsub2{
  font-family: Montserrat;
font-size: 14px;
font-weight: 400;
line-height: 17.07px;
letter-spacing: -0.03em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.cardsmall_main_div_shh {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 100px;
  margin-bottom: 0;
}

.how_to_apply {
  width: 40%;
  padding-left: 40px;
  

}
.how_to_apply h2{
  font-family: Montserrat;
font-size: 36px;
font-weight: 600;
line-height: 43.88px;
letter-spacing: -0.02em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.how_to_apply p{
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none; 
  

}
.how_to_apply_email_div {
width: 60%;

}

.how_to_apply_email_div a{
  font-family: Montserrat;
font-size: 48px;
font-weight: 600;
line-height: 58.51px;
letter-spacing: -0.02em;
text-align: left;
text-decoration-line: underline;
text-decoration-style: solid;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #16A34A;
width: 50%;

}
.how_to_main_div{
  background-color: #F0FDF4;
 display: flex;
 width: 100%;
 align-items: center;
 justify-content: space-around;
 padding: 5%;

}
.Additional_info_main_div{
  background-color: #F3F4F6;
  border-radius: 16px;
  padding: 32px;
}
.Additional_info_main_div_out{
  padding: 50px 100px ;
}

.Additional_info_main_div h2{
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24.38px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  
}

.Additional_info_main_div ul{
  font-family: Montserrat;
font-size: 14px;
font-weight: 500;
line-height: 17.07px;
letter-spacing: -0.01em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
list-style-type: disc;
padding-left: 20px;

  
}
.Additional_info_main_div ul li{
line-height: 20px;

  
}


.Additional_info_main_div ul li span{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.07px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  line-height: 2.4;
  

  
}

.margin-div__ {
  margin-top: 5%;
  margin-bottom: 0%;
  padding: 0px 5px;
}
#popup {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  border-radius: 6px;
}

#popup {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  border-radius: 6px;
}



.step {
  padding: 16px 24px;
min-width: 250px;
  border-radius: 999px;
  background: rgba(0, 152, 68, 0.30);

  color: #333;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--Tailwind-black, #FFF);
  margin: 5px;
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
}

.step.active {
  padding: 16px 24px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Montserrat';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px;
  background-color: #fff;
  color: #009745;

}

.content-item {
  display: none;
}

.content-item.active {
  display: block;
}

.content {
  margin-top: 50px;
}

.line {
  position: absolute;
  bottom: -24px;
  left: 0;
  height: 7px;
  background-color: #009745;
  width: 20%;
  /* Default width for first step */
  transition: width 0.3s;
}


.cont-head {
  color: var(--Tailwind-white, #FFF);

  font-family: 'Montserrat';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.28px;
}

.cont-para {
  color: var(--Tailwind-white, #FFF);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 170% */
  letter-spacing: 0.2px;
}


.step-head {
  color: var(--Tailwind-white, #FFF);
  margin-bottom: 36px;
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.92px;
}

.bg-img {
  position: relative;
  background-image: url('../img/How Report Waste Works Page/top-section/dot.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 10%;


}

.line-green {
  display: block;
}



.margin-text {
  margin-top: 15px;
  margin-bottom: 15px;
}


.logo {
  width: 16%;
  float: left;
  text-align: left;
}

.logo img {
  width: 60%;
}

nav {
  width: 63%;
  float: left;



}

nav button {
  display: none;
  position: absolute;
  top: 20px;
  right: 30px;
  background: #3e3d3d;
  padding: 1px 10px;
  color: #9b9a9a;
  font-size: 1.5em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 40px;
  height: 40px;
}

nav ul {
  float: right;
  text-align: center;
  margin: 6px 0px 0px 0px;



}

nav ul li {
  float: left;
  padding: 10px 16px;
}

nav ul li a {
  font-size: 14px;
  color: #020617;
  font-weight: 600;
}

nav ul li a:hover {
  color: #01A701;
  text-decoration-line: underline !important;
  text-underline-offset: 2px;
}

.qute-wrapper {
  width: 20%;
  float: right;
  text-align: right;
}

.qute-wrapper a {
  padding: 10px 24px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 6px 0 0;
  background: #2b266d;
  background-color: #00C100;
  transition: all 360ms ease;
  -webkit-transition: all 360ms ease;
  -moz-transition: all 360ms ease;
  -ms-transition: all 360ms ease;
  -o-transition: all 360ms ease;
}

.qute-wrapper a:hover {
  background: -webkit-linear-gradient(to top, #00d100 65%, #00f100);
  background: linear-gradient(to top, #00d100 65%, #00f100);
}

.toggle-btn {
  display: none;
  float: right;
  width: 9%;
  padding: 0 25px;
  margin: 15px 0 0;
}

.toggle-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333333;
  float: left;
  margin: 0 0 7px;
  cursor: pointer;
}

.show-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.the-future {
  color: var(--Tailwind-slate-950, #020617);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.44px;
}

.future-para {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.16px;
}

.learnmore-btn {
  color: #020617;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid #E2E8F0;
  background: #FFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  height: 48px;
  padding: 10px 20px 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.take-action {
  color: #020617;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.92px;
}

.step-para {
  color: var(--Tailwind-slate-900, #0F172A);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.16px;
}

.chip {
  color: var(--Tailwind-green-800, #166534);
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
  margin: 0;
  font-weight: bold;
  border-radius: 999px;
  text-align: start;
  background: var(--Tailwind-green-100, #DCFCE7);
  display: flex;
  padding: 12px 10px;
  justify-content: start;
  align-items: center;
  max-width: 188px;
  width: 100%;
  gap: 10px;
}

.banner-text {
  background: linear-gradient(92deg, #012901 0%, #00C100 88.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  max-width: 914px;
  margin: auto;
  line-height: 60px;
  /* 125% */
  letter-spacing: -2.4px;
  padding: 8% 0%;
}

.why-choose {
  color: var(--Tailwind-slate-950, #020617);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.92px;
}

.report-waste-title {
  color: var(--Tailwind-slate-950, #020617);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.92px;
}

.card-div {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 12px;
  background: var(--Tailwind-green-100, #DCFCE7);
  justify-content: center;
  align-items: center;
}

.cardsmall {
  display: flex;
  max-width: 280px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.card-title {
  color: var(--Tailwind-slate-950, #020617);
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}

.card-para {
  color: var(--Tailwind-slate-900, #0F172A);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.14px;
  height: 104px;
}

.report-waste {
  color: var(--Tailwind-slate-950, #020617);
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.92px;
}

.take-action-para {
  color: var(--Tailwind-slate-900, #0F172A);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.16px;
}

.margin-div {
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0px 5px;
}

.get-quote-btn {
  background: var(--Brand-1, #00C100);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  height: 48px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.div-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.intro-text {
  color: var(--Tailwind-slate-950, #020617);
  text-align: center;

  font-family: 'Montserrat';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.2px;
}

.underline-text {
  color: var(--Brand-1, #00C100);
  leading-trim: both;
  text-edge: cap;
  font-family: 'Montserrat';
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.2px;
}

.new_software_div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 60px;
  background-color: #97cc971f;
  background-image: url('../img/CTA-section/background-pattern-1.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 0.5px solid #CBD5E1;
  border-bottom: 0.5px solid #CBD5E1;

}




.new_software_img {
  padding: 0px;
  width: 60%;

}

.new_software {
  padding-bottom: 40px;
}

.new_software_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;

}

.new_software_text h3 {
  color: #007600;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #CFFFCF;
  border-radius: 9999px;
  display: inline-block;
  padding: 8px 16px;
}


.new_software_text h1 {
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: -1.52px;
  text-align: start;
  background: linear-gradient(91deg, #020617 0.02%, #00C100 94.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new_software_text p {
  color: var(--Tailwind-slate-950, #020617);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 60%;
  padding: 20px 0px;
  text-align: start;
}

.new_section_btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new_section_btn1 {
  display: flex;
  height: 48px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--Brand-1, #00C100);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);

}

.new_section_btn2 {
  display: flex;
  height: 48px;
  padding: 10px 20px 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 1px solid var(--Tailwind-slate-200, #E2E8F0);
  background: var(--Tailwind-white, #FFF);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);

}

.new_section_btn2 img {
  width: 25px;
  height: 25px;
}

.keyfeature {
  padding: 40px;
  background-image: url('../img/bg-img.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 0.5px solid #CBD5E1;
}

.keyfeature ul li img {
  width: 25px;
  height: 25px;
  margin-right: 2px;

}

.keyfeature ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;

}

.keyfeature ul {
  display: flex;
  align-items: center;
  justify-content: space-around;

}

.keyfeature h1 {
  color: var(--Tailwind-white, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.44px;
  padding-top: 70px;
  padding-bottom: 60px;

}

.keyfeature ul li {
  color: var(--Tailwind-white, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  padding-bottom: 90px;

}
.toppad{
  padding:5%;
}
.span-img {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 10px;
  background-image: url('assets/img/How Report Waste Works Page/top-section/hand-drawn-line-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 996px) {
  .logo img {
    width: 80%;
    margin: 0 0 0 15px;
  }
  .toppad{
    padding:46% 0px 4px 0%;
  }
  .take-action,
  .step-head,
  .report-waste {
    font-size: 28px;
    letter-spacing: 1.0px;
  }

  .chip {
    font-size: 16px;  justify-content: center;

  }

  .intro-text,.underline-text {
    font-size: 40px;

  }
  .cardsmall {
   text-align: center;
    align-items: center;
  
  }
  .the-future
   {
    font-size: 28px;

  }

  .cont-para {
    font-size: 16px;
    line-height: 24px;
  }

  .bg-img {
    padding: 3% 3%;
  }



  nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    background: #101010;
    z-index: 999;
    margin: 0;
    -webkit-transform: translateX(500%);
    -moz-transform: translateX(500%);
    -ms-transform: translateX(500%);
    transform: translateX(500%);
  }

  nav button {
    display: block;
  }

  nav ul {
    margin-top: 75px;
    width: 90%;
  }

  nav ul li {
    float: left;
    text-align: left;
    width: 90%;
    padding: 15px 35px;
    border-bottom: 1px solid #252525;
  }

  nav ul li:last-child {
    border: none;
  }

  nav ul li a {
    color: #d5d5d5;
    font-size: 18px;
  }



  .toggle-btn {
    display: block;
  }

  .qute-wrapper {
    width: 25%;
    text-align: left;
  }

  .qute-wrapper a {
    margin: 8px 0 0;
  }


}

@media (max-width: 768px) {
  .qute-wrapper {
    width: 40%;
  }

  .line-green {
    display: none;
  }

  .logo img {
    width: 100%;
  }

  .toggle-btn {
    padding: 0 15px;
  }

  nav {
    width: 90%;
  }

  .qute-wrapper {
    width: 35%;
  }

}

@media (max-width: 480px) {
  .logo {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }

  .logo img {
    width: 40%;
    margin: 0 0 10px;
  }

  .toggle-btn {
    padding: 0 5px;
    margin: 15px 0 0;
    width: 12%;
  }

  nav {
    width: 100%;
  }



  .qute-wrapper {
    width: 70%;
    float: left;
  }



}

@media (max-width: 360px) {
  .toggle-btn {
    padding: 0;
    margin: 20px 0 0;
  }

  .logo img {
    width: 50% important;
  }

}

/* new css  end ------------------------------------------------------------------------ */



@media (max-width: 480px) {
  .des-off {
    display: block;
  }

  .mob-off {
    display: none;
  }
}

header {
  width: 100%;
  float: left;
  padding: 10px 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #E2E8F0;
}


.toggle-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333333;
  float: left;
  margin: 0 0 7px;
  cursor: pointer;
}

.show-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

@media (max-width: 996px) {
  .keyfeature_small_div {
    display: block;
  }


  .keyfeature ul li {
    display: block;
    padding: 10px;


  }

  .keyfeature ul {
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 40px;


  }

  nav ul li a:hover {
    color: #00457c;
    text-decoration-line: none !important;
  }
}



@media (max-width: 768px) {
  nav ul li a:hover {
    color: #00457c;
    text-decoration-line: none !important;

  }

  .new_software_img {
    width: 100%;
    height: auto;

  }
.cardsmall_main_div_shh {
    display: block;
   
  }
  .how_to_main_div{
   display: block;
   
  
  }
  .get-quote-btn{
    font-size: 14px;
  }
  .how_to_apply_email_div {
    width: 100%;
   
    
    }
    .how_to_apply_email_div a{
    font-size: 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
    }
    .how_to_apply p{
        text-align: center ;
    }
    .how_to_apply {
      width: 100%;
      display: flex;
      flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align:left;
    padding-left:0px;
    
    }
    .how_to_apply h2{
      font-size: 28px;
    
    
    }
    .Additional_info_main_div_out{
      padding: 50px 0px ;
    }
    .Additional_info_main_div{
      background-color: #F3F4F6;
      border-radius: 0px;
      padding: 32px;
    }
  .new_software_div {
    flex-direction: column;
    padding-left: 0px;
    background-image: none
  }

  .new_software_text p {
    width: 100%;

  }

  .new_section_btns {
    padding-bottom: 40px;
  }

  .keyfeature h1 {
    font-size: 35px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: start;
    padding-left: 20px;

  }

  .keyfeature ul li {
    font-size: 20px;

  }

  .qute-wrapper a {
    padding: auto 40px;
  }


}



@media (max-width: 480px) {
  nav ul li a:hover {
    color: #00457c;
    text-decoration-line: none !important;
  }

  .new_software_text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

  }

  .new_software_div {
    flex-direction: column;
    padding-left: 0px;
    background-image: none
  }

  .qute-wrapper a {
    padding: auto 45px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
  }

  .toggle-btn {
    margin: 25px 0 0;
  }
}

@media (max-width: 360px) {
  .new_software_div {
    flex-direction: column;
    padding-left: 0px;
    background-image: none
  }
}

@media (max-width: 996px) {
  .keyfeature_small_div {
    display: block;
  }


  .keyfeature ul li {
    display: block;
    padding: 10px;


  }

  .keyfeature ul {
    display: block;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 40px;


  }

  nav ul li a:hover {
    color: #00457c;
    text-decoration-line: none !important;
  }
}



@media (max-width: 768px) {
  nav ul li a:hover {
    color: #00457c;
    text-decoration-line: none !important;

  }

  .new_software_img {
    width: 100%;
    height: auto;

  }

  .new_software_div {
    flex-direction: column;
    padding-left: 0px;
    background-image: none
  }

  .new_software_text p {
    width: 100%;

  }

  .new_section_btns {
    padding-bottom: 40px;
  }

  .keyfeature h1 {
    font-size: 35px;
    padding-top: 15px;
    padding-bottom: 20px;
    text-align: start;
    padding-left: 20px;

  }

  .keyfeature ul li {
    font-size: 20px;

  }

  .qute-wrapper a {
    padding: auto 40px;
  }


}



@media (max-width: 480px) {
  nav ul li a:hover {
    color: #00457c;
    text-decoration-line: none !important;
  }

  .new_software_text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

  }

  .new_software_div {
    flex-direction: column;
    padding-left: 0px;
    background-image: none
  }

  .qute-wrapper a {
    padding: auto 45px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
  }

  .toggle-btn {
    margin: 25px 0 0;
  }
}

@media (max-width: 360px) {
  .new_software_div {
    flex-direction: column;
    padding-left: 0px;
    background-image: none
  }
}

* {
  transition: all 360ms ease;
  -webkit-transition: all 360ms ease;
  -moz-transition: all 360ms ease;
  -ms-transition: all 360ms ease;
  -o-transition: all 360ms ease;
}

.contents-wrapper {
  width: 100%;
  float: left;
}

.new-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  position: relative;
}

.container-service {
  max-width: 1160px;
  margin: 0 auto;
}

.container-huge {
  max-width: 1790px;
  margin: 0 auto;
}

section {
  width: 100%;
  float: left;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-nav span {
  line-height: 23px;
}

.hero-wrapper {
  width: 100%;
  float: left;
  margin: 100px 0 0;
}

.hero-wrapper h1 {
  margin-top: 150px;
  color: #00c100;
  font-size: 40px;
}

.owl-default .owl-nav {
  display: none !important;
}

.owl-one .owl-nav {
  display: none !important;
}

.special-message {
  margin: 88px 0 0 !important;
  background: #3c40c6;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  float: left;
}

.special-message p {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 16px;
}

.special-message p a {
  color: #fff;
  border-bottom: 1px solid;
}

.hero-carousel {
  background: #00c100;
  margin: 55px 0 0;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  float: right;
}

.hero-links {
  margin-top: 70px;
  margin-bottom: 70px;
}

.hero-links .hero-call {
  text-align: center;
  display: inline-block;
  padding: 0;
  color: #00457c;
  font-size: 18px;
  border: 2px solid;
  width: 230px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right: 30px;
  font-weight: 600;
}

.our-serve {
  color: #00457c;
  font-size: 16px;
  font-weight: 400;
}

.hero-img {
  float: right;
}

.safe-service {
  padding-bottom: 90px;
  padding-top: 120px;
}

.safe-service ul li {
  float: left;
  width: 20%;
  padding: 10px 15px;
  text-align: center;
}

.safe-service ul li a {
  color: #00457c;
  font-size: 18px;
}

.safe-service ul li span {
  font-size: 18px;
  padding: 20px 5px;
  display: inline-block;
  font-weight: 600;
}

.safe-service ul li .service-block {
  border-radius: 10px;
  box-shadow: 1px 1px 5px 5px #f5f5f5;
}

.faq {
  background: #2b266d;
  background: -webkit-linear-gradient(to bottom, #00d100 65%, #00f100);
  background: linear-gradient(to bottom, #00d100, #00f100);
}

.faq .faq-text {
  padding: 200px 0;
}

.faq h1 {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 45px;
}

.faq h2 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 45px;
}

.faq p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
}

.faq a {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.faq .faq-img {
  margin: 100px 0 0;
}

.service-wrapper .white-background {
  width: 880px;
  float: right;
  margin-right: 100px;
  background: rgba(255, 255, 255, 0.8);
  padding: 100px 65px 50px;
}

.service-wrapper .white-background h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 40px;
}

.service-wrapper .white-background h4 {
  font-size: 22px;
  color: #3bb44a;
  margin: 15px 0 40px;
}

.service-wrapper .white-background p {
  color: #656565;
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 15px;
  font-weight: 400;
}

.service-wrapper .white-background a {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 0;
}

.review {
  padding: 95px 0;
}

.review-wrapper {
  background: #ffffff;
  box-shadow: 1px 1px 24px 15px #f8f8f8;
  -webkit-box-shadow: 1px 1px 24px 15px #f8f8f8;
  padding: 35px 120px 90px;
  height: 125px;
  border-radius: 20px;
}

.review-wrapper h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  margin-right: 50px;
}

.review-wrapper img {
  width: auto;
  display: inline-block;
  margin-right: 50px;
}

.review-wrapper a {
  display: inline-block;
  font-size: 18px;
  padding: 15px 0px;
  background: #ffffff;
  color: #00457c;
  border-radius: 5px;
  float: right;
  text-transform: uppercase;
  width: 360px;
  text-align: center;
  border: 2px solid #00457c;
  float: right;
  font-weight: 600;
}

.review-wrapper a:hover {
  background: #00457c;
  color: #ffffff;
}

.review-wrapper .review-btn-wrap {
  display: inline-block;
  position: relative;
  float: right;
}

.inner-service {
  background: url(../img/banner2.jpg);
  padding: 50px 0;
  width: 100%;
  float: left;
}

.more-about .inner-more-about {
  background: url(../img/banner4.jpg);
  padding: 100px 0;
  width: 100%;
  float: left;
}

.more-about h3 {
  color: #ffffff;
  font-size: 25px;
  margin: 0 0 25px;
}

.more-about p {
  color: #e5e5e5;
  font-size: 20px;
  line-height: 35px;
}

.clients-wrapper {
  width: 100%;
  float: left;
  padding: 90px 0;
  text-align: center;
}

.clients-wrapper .owl-nav {
  margin: 20px 0 0;
}

.clients-wrapper ul li {
  width: 20%;
  float: left;
}

.clients-wrapper h1 {
  font-size: 25px;
  color: #363636;
  margin-bottom: 70px;
}

.clients-wrapper img {
  width: auto;
}

.clients-wrapper .mrg {
  margin: 130px 0 0;
}

.clients-wrapper .carousel-item {
  border-right: 1px solid #d5d55d;
  width: 15%;
  float: left;
}

.about-wrapper {
  padding: 75px 25px;
  width: 100%;
  float: left;
  margin: 100px 0 0;
}

.about-wrapper h1 {
  font-size: 25px;
  color: #747474;
  margin-bottom: 30px;
}

.about-wrapper h3 {
  margin: 25px 0 15px;
  color: #747474;
}

.about-wrapper p {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
}

.about-wrapper ul li {
  color: #747474;
  font-size: 16px;
  padding: 5px 0;
}

.contact-wrapper {
  margin: 100px 0 0;
  width: 100%;
  float: left;
}

.contact-box {
  padding: 75px 0 150px;
  width: 100%;
  float: left;
}

.contact-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #747474;
}

.contact-box p {
  font-size: 18px;
  font-weight: 400;
  color: #747474;
}

.contact-box span {
  font-size: 5em;
}

.contact-box .left {
  width: 30%;
  float: left;
}

.contact-box .right {
  width: 50%;
  float: left;
}

.contact-form {
  padding: 50px 0;
}

.contact-form h1 {
  margin: 30px 0 50px;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contact-form textarea {
  height: 500px;
}

.contact-form .book-adjust {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.map {
  width: 100%;
  float: left;
}

.promotions-wrapper {
  width: 100%;
  float: left;
  padding: 155px 0;
}

.promotions-wrapper .new-container {
  padding: 0 20px;
}

.promotions-wrapper .covid-img {
  width: 70%;
  margin: 15px auto 35px;
}

.promotions-wrapper img {
  width: 100%;
}

.promotions-wrapper p {
  color: #252525;
  font-size: 15px;
}

.promotions-wrapper p span {
  display: block;
}

.promotions-wrapper h4 {
  font-size: 15px;
  border-bottom: 1px solid;
  padding: 0 0 2px;
  display: inline-block;
  margin: 20px 0 20px;
  font-weight: 500;
}

.promotions-wrapper .first-ui {
  width: 70%;
  margin: 0 auto !important;
  padding: 0px 0 65px;
}

.promotions-wrapper .first-ui li {
  font-size: 16px;
  color: #252525;
  padding: 5px 0;
  list-style: square;
  margin-left: 40px;
  font-weight: 500;
}

.munna ul {
  margin: 0 auto !important;
  padding: 50px 0;
}

.munna ul li {
  font-size: 16px;
  color: #252525;
  padding: 5px 0;
  list-style: square;
  margin-left: 40px;
  font-weight: 500;
}

.covid-btn .qute-wrapper {
  width: 30%;
  float: left;
  text-align: left;
  padding: 0 0 0 50px;
}

.covid-btn .qute-wrapper a {
  padding: 0 50px;
}

@media (max-width: 560px) {
  .promotions-wrapper img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .qute-wrapper a {
    padding: auto 50px;
  }
}

@media (max-width: 996px) {
  .promotions-wrapper .new-container {
    padding: 0 35px;
  }

  .review-wrapper {
    text-align: center;
  }

  .review-wrapper h3 {
    display: block;
    margin: 0 0 50px;
  }

  .review-wrapper img {
    margin: 0 20px 40px;
  }

  .review-wrapper a {
    float: none;
  }

  .review-wrapper .review-btn-wrap {
    width: 100%;
    float: left;
  }

  .container-service {
    padding: 0 20px;
  }

  .service {
    width: 50%;
  }

  .service-wrapper .white-background {
    width: 90%;
    margin: 0 auto;
    float: none;
    padding: 75px 50px 40px;
  }

  .service-wrapper .white-background h3 {
    font-size: 22px;
  }

  .service-wrapper .white-background h4 {
    font-size: 18px;
    margin: 15px 0 20px;
  }

  .service-wrapper .white-background p {
    font-size: 16px;
  }

  .owl-default .owl-nav {
    display: none !important;
  }

  .owl-one .owl-nav {
    display: none !important;
  }

  .hero-wrapper h1 {
    margin-top: 150px;
  }

  .faq .faq-text {
    padding: 100px 0;
  }

  .review-wrapper {
    height: auto;
  }

  .review {
    padding: 45px 0 0;
  }

  .hero-links {
    margin-top: 50px;
  }

  .clients-wrapper {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .special-message {
    padding: 20px 20px;
  }

  .special-message p {
    font-size: 14px;
  }

  .promotions-wrapper .first-ui {
    width: 90%;
    margin: 0 auto !important;
    padding: 50px 0;
  }

  .promotions-wrapper .fill {
    width: 100%;
    margin: 0 0 20px;
  }

  .contact-form .book-adjust {
    width: 95%;
  }

  .clients-wrapper {
    padding: 50px 0 25px;
  }

  .clients-wrapper h1 {
    margin-bottom: 25px;
  }

  .hero-links .hero-call {
    margin-right: 0;
  }

  .booking-from {
    width: 60%;
  }

  .review-wrapper a {
    padding: 22px 100px;
    width: 400px;
  }

  .hero-tab {
    width: 100%;
    text-align: center;
  }

  .hero-img {
    width: 100%;
  }

  .hero-wrapper h1 {
    margin-top: 100px;
  }

  .hero-carousel {
    margin: 55px auto 0;
    float: none;
  }

  .safe-service ul {
    text-align: center;
  }

  .safe-service ul li {
    float: none;
    width: 33%;
    display: inline-block;
  }

  .faq .col-xs-5,
  .faq .col-xs-7 {
    width: 100%;
  }

  .faq .col-xs-5 img,
  .faq .col-xs-7 img {
    width: 70%;
  }

  .faq .col-xs-5 {
    text-align: center;
  }

  .faq .faq-text {
    padding: 20px 20px 50px;
  }

  .safe-service {
    overflow: hidden;
  }

  .safe-service .new-container {
    overflow: auto;
  }

  .safe-service ul {
    width: 1250px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .safe-service ul li {
    width: 250px;
    float: left;
  }

  .contact-box {
    text-align: center;
  }

  .contact-box span {
    margin-bottom: 25px;
  }

  .contact-box p {
    font-size: 13px;
  }

  .contact-box .left {
    width: 100%;
  }

  .contact-box .right {
    width: 100%;
    margin-top: 20px;
  }

  .banner-text {

    font-size: 28px;
    padding: 15px;
    letter-spacing: -0.7px;
    line-height: 40px;

  }
}

@media (max-width: 480px) {
  .special-message {
    margin: 175px 0 0 !important;
  }

  .promotions-wrapper .first-ui {
    width: 99%;
  }

  .booking-from {
    width: 90%;
  }

  .container-service {
    padding: 0;
  }

  .safe-service {
    padding: 50px 0 10px;
  }

  .safe-service ul li {
    padding: 10px 8px;
  }

  .safe-service .service {
    margin-bottom: 15px;
  }

  .safe-service .service-fill h3 {
    font-size: 18px;
    bottom: 15px;
    left: 20px;
  }

  .review-wrapper {
    padding: 35px 50px 90px;
  }

  .review-wrapper a {
    padding: 10px 0;
    width: 100%;
  }

  .faq .faq-img {
    margin: 50px 0 0;
  }

  .hero-links {
    margin-top: 20px;
  }

  .hero-links a {
    margin-right: 0;
    width: 300px;
  }

  .hero-carousel {
    width: 300px;
    height: 300px;
  }

  .owl-carousel .owl-item img {
    width: 100%;
  }

  .hero-wrapper {
    margin: 150px 0 0;
  }

  .hero-wrapper h1 {
    font-size: 30px;
  }

  .faq h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .faq h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .faq p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }

  .faq .col-xs-5 img {
    width: 100%;
  }

  .clients-wrapper h1 {
    font-size: 22px;
  }

  .our-serve {
    display: none;
  }

  .cont-fill {
    width: 100%;
    margin-bottom: 25px;
  }

  .contact-box p {
    padding: 0 50px;
  }
}

@media (max-width: 400px) {
  .booking-from {
    width: 100%;
  }

  .service {
    width: 100%;
  }

  .hero-carousel {
    width: 260px;
    height: 260px;
  }

  .hero-wrapper h1 {
    font-size: 26px;
  }
}

.booking-wrapper {
  background: #f8f8f8 url(../img/bg.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 100%;
  float: left;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: right top;
  margin: 50px 0 0;
}

.booking-wrapper h1 {
  color: #00c100;
  font-size: 25px;
  margin-bottom: 25px;
}

.booking-from {
  width: 100%;
  float: left;
}

.form-sec {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
}

.form-sec-btn {
  width: 100%;
  float: left;
}

.form-removal input {
  width: 80%;
  height: 50px;
  margin-right: 3%;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  margin-bottom: 25px;
}

.form-removal select {
  width: 17%;
}

.booking-btn a {
  background: #2b266d;
  background: -webkit-linear-gradient(to bottom, #00d100 65%, #00f100);
  background: linear-gradient(to bottom, #00d100, #00f100);
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  display: block;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.booking-upload a {
  border: 2px solid #00d100;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  display: block;
  color: #00d100;
  font-weight: 4 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  margin: 0 0 25px;
}

.booking-upload a:hover {
  background: #2b266d;
  color: #ffffff;
}

.datepicky {
  display: block;
  width: 100%;
  height: 50px;
  float: right;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  margin-bottom: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

textarea {
  display: block;
  width: 100%;
  height: 250px;
  float: right;
  padding: 10px 24px 0;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  margin-bottom: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: 50px;
  float: right;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #9b9696;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

option {
  border: none;
  padding: 5px;
  border-bottom: 1px solid #d5d5d5;
}

.removal {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.booking-img-wrapper {
  width: 100%;
  float: left;
  margin: 55px 0;
}

.booking-block {
  position: relative;
  margin: 0 0 75px;
}

.booking-block h3 {
  position: absolute;
  top: 0;
  background: #101010;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0;
}

@media (max-width: 996px) {
  .book-adjust {
    width: 50%;
  }

  .booking-img-wrapper .col-xs-4 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .booking-wrapper {
    padding: 50px 0;
    background-position: 600px 0;
  }

  .booking-img-wrapper {
    margin: 25px 0;
  }

  .book-adjust {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .book-adjust {
    width: 100%;
  }

  .booking-img-wrapper .col-xs-4 {
    width: 100%;
  }

  .booking-wrapper {
    margin: 160px 0 0;
  }
}

footer {
  float: left;
  width: 100%;
  position: relative;
  background: #2b266d;
  background: -webkit-linear-gradient(to bottom, #00d100 65%, #00f100);
  background: linear-gradient(to bottom, #00d100, #00f100);
}

footer .mrg {
  margin: 25px 0 0;
}

.footer-wrap {
  width: 100%;
  float: left;
  padding: 75px 0;
}

.footer-wrap h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 25px;
}

.footer-wrap p {
  color: #ffffff;
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.footer-wrap a {
  color: #ffffff;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
}

.footer-wrap ul li {
  padding: 0 0 10px 0;
}

.footer-wrap ul li a {
  font-size: 14px;
}

.social-icons {
  margin: 0 0 25px;
}

.social-icons-footer {
  width: 100%;
  float: left;
  margin: 0 0 40px;
}

.social-icons-footer li {
  float: left;
  margin: 0 15px 0 0;
}

.social-icons-footer li span {
  font-size: 35px;
}

.footer-contact {
  padding: 0;
}

.footebottom {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #ffffff;
  margin-top: 50px;
}

.footebottom p {
  color: #ffffff;
  line-height: 30px;
  font-size: 12px;
}

.footebottom p a {
  color: #ffffff;
  display: inline-block;
}

.txt-rgt {
  float: right;
}

.txt-lft {
  float: left;
}

.logo-bot {
  width: auto;
  margin-top: 25px;
}

.pddng {
  padding-left: 10%;
}

@media (max-width: 768px) {
  footer {
    padding: 0;
  }

  footer .col-xs-3,
  footer .col-xs-6,
  footer .col-xs-4,
  footer .col-xs-2 {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    margin: 0 0 35px;
  }

  .social-icons-footer {
    text-align: center;
  }

  .social-icons-footer li {
    display: inline-block;
    float: none;
  }

  .elix p {
    text-align: center;
    float: none;
  }

  .footer-wrap {
    padding: 50px 20px;
  }
}

@media (max-width: 480px) {
  footer {
    text-align: center;
  }

  footer .col-xs-4 {
    width: 100%;
    margin: 0 0 35px;
  }

  .social-icons-footer {
    margin: 0;
  }

  .social-icons-footer li {
    display: inline-block;
    float: none;
  }

  .social-icons-footer li i {
    font-size: 20px;
  }

  .social-icons-footer li span {
    font-size: 45px;
  }

  .footebottom {
    padding: 15px 20px;
    margin-top: 0;
  }

  .footebottom label {
    display: none;
  }

  .footebottom span {
    display: block;
  }

  .footer-wrap {
    padding: 50px 0 0;
  }
}

/*# sourceMappingURL=template.css.map */


/*----------------------------sharangan start-10-29-2024--------------------*/

.sh_section_01_main_div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 193, 0, 0.12) 0%, rgba(0, 193, 0, 0.00) 100%);
  border-top: 1px solid #E2E8F0;
}

.sh_section_01_main_div {
  display: flex;
}

.sh_section_01_div_img {
  width: 50%;
}

.sh_section_01_div_text {
  width: 50%;


}

.sh_section_01_div_text h1 {
  background: linear-gradient(92deg, #003900 0%, #00C100 96.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.64px;
  background: linear-gradient(92deg, #003900 0%, #00C100 96.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 50px;
}

.sh_section_01_div_text p {
  color: var(--Tailwind-slate-900, #0F172A);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  padding: 10px 50px;
}

.sh_section_01_div_text_btn {
  display: flex;
  height: 48px;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: var(--Brand-1, #00C100);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12);



}

.sh_section_01_div_btn {
  display: flex;
  padding: 10px 50px;
}



.sh_img_main_div {
  display: flex;
  width: 100%;
}

.sh_img_01_div {
  background-image: url('../img/How\ Report\ Waste\ Works\ Page/community-section/c-1.webp');
  width: 25%;
  height: 250px;
  background-size: cover;
  /* Ensures the image covers the div */
  background-position: center;


}

.sh_img_01_div p {

  color: var(--Tailwind-white, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  flex-wrap: wrap;



}

.sh_img_02_div {
  background-image: url('../img/How\ Report\ Waste\ Works\ Page/community-section/c-2.webp');
  width: 25%;
  height: 250px;
  background-size: cover;
  /* Ensures the image covers the div */
  background-position: center;


}

.sh_img_02_div p {

  color: var(--Tailwind-white, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);



}

.sh_img_03_div {
  background-image: url('../img/How\ Report\ Waste\ Works\ Page/community-section/c-3.webp');
  width: 25%;
  height: 250px;
  background-size: cover;
  /* Ensures the image covers the div */
  background-position: center;
  position: relative;

}

.sh_img_03_div p {

  color: var(--Tailwind-white, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);



}

.sh_img_04_div {
  background-image: url('../img/How\ Report\ Waste\ Works\ Page/community-section/c-4.webp');
  width: 25%;
  height: 250px;
  background-size: cover;
  /* Ensures the image covers the div */
  background-position: center;


}

.sh_img_04_div p {

  color: var(--Tailwind-white, #FFF);
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);




}

.margin_div_sh {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px
}

.cardsmall img {
  max-width: 280px;
  width: 100%;
}

.cardsmall_main_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px
}

.sh_img_phr_quote {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 15%;
  top: 20px
}

.sh_img_phr_logo {
  width: 150px;
  height: auto;
  position: absolute;
  left: 80%;
  bottom: 25px
}

@media (max-width: 996px) {

  .sh_img_main_div {
    display: inline;

  }

  .sh_img_01_div {
    width: 100%;
    height: 450px;
  }

  .sh_img_02_div {
    width: 100%;
    height: 450px;
  }

  .sh_img_03_div {
    width: 100%;
    height: 450px;
  }

  .sh_img_04_div {
    width: 100%;
    height: 450px;
  }

  .sh_section_01_main_div {
    display: block;

  }

  .sh_section_01_div_img {
    width: 100%;
  }

  .sh_section_01_div_text {
    width: 100%;
    text-align: center;
    padding: 2%;
  }

  .sh_section_01_div_text p {

    padding: 0px 5px;
  }

  .sh_section_01_div_text h1 {
  font-size: 26px;
  text-align: center;
    padding: 30px 5px 10px 5px;
  }

  .sh_section_01_div_btn {
    padding: 10px 5px 45px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .sh_img_01_div {
    width: 100%;
    height: 300px;
  }

  .sh_img_02_div {
    width: 100%;
    height: 300px;
  }

  .sh_img_03_div {
    width: 100%;
    height: 300px;
  }

  .sh_img_04_div {
    width: 100%;
    height: 300px;
  }

  .margin_div_sh {
    display: block;
  }

  .why-choose {
    font-size: 30px;
    letter-spacing: 0.06px;
  }

  .report-waste-title {
    font-size: 30px;
    letter-spacing: 0.06px;
  }

  .cardsmall_main_div {
    display: block;
  }

  .sh_img_phr_quote {
    display: none;

  }

  .sh_img_phr_logo {
    display: none;

  }

}

@media (max-width: 480px) {}