@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap");
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "helveticaneue-bold";
  src: url("../Fonts/HelveticaNeue-Bold.ttf") format("woff"), url("../Fonts/HelveticaNeue-Bold.ttf") format("opentype"), url("../Fonts/HelveticaNeue-Bold.ttf") format("truetype");
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

.nav1 {
  margin-bottom: 0;
}

.navtop {
  position: fixed;
  top: 0;
  right: 10%;
  left: auto;
  padding-right: 4rem;
  border-radius: 0rem 0rem 5rem 5rem;
  background-color: #46247a;
}

.navtop ul li a {
  color: white;
  font-size: 1.7rem;
}

.navtop ul li a:hover {
  color: #BD138A;
}

.navtop ul li {
  color: white;
  padding: 1rem 0rem 1rem 3rem;
}

.navbar-brand img {
  height: 90px;
  width: auto;
}

.main_header {
  width: 100%;
}

.main_header .navbar-nav {
  padding-left: 5rem;
  margin-top: 6rem;
}

.main_header .navbar-nav .nav-item .nav-link {
  font-size: 2rem;
  font-family: 'Nunito Sans';
  font-weight: 600;
  color: #fff;
  padding-right: 2.2rem;
}

.main_header .navbar-nav .nav-item:last-child > .nav-link {
  padding-right: 0%;
}

.main_header .dropdown:hover .dropdown-menu {
  display: block;
}

.main_header .dropdown-menu {
  margin-top: 0;
  min-width: 20rem;
  border: 0;
  font-family: 'Nunito Sans';
  color: #441B68;
  font-size: 1.8rem;
  font-weight: 700;
}

.main_header .dropdown-item {
  font-size: 1.8rem;
  color: #441B68;
  font-weight: 700;
}

.main_header .dropdown-item:focus, .main_header .dropdown-item:hover {
  color: #FFFFFF;
  background-color: #D044A6;
}

.main_header .nav-item:hover > .nav-link {
  color: #faf714;
}

.d-flex {
  display: none;
}

.d-flex ul {
  display: none;
}
.faq_hero{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 15rem;
  position: relative;
}
.faq_hero::before {
  background-image:linear-gradient(90deg,#198754 0%,rgba(210, 199, 34, 0.71) 100%), url(../images/faq-bg.jpg);
  background-size: cover;

  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   z-index: -2;
}

.faq_hero .hero_right_content {
  display: block;
  width: 90%;
  margin-left: 5rem;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.faq_hero .hero_right_content h3 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 2.5rem auto;
}
.faq_hero .hero_right_content h2 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.5rem;

  font-weight: 900;
  padding: 2.5rem auto;
}
.faq_hero .hero_right_content ul{
  list-style: outside none none;
    margin: 0;
padding: 2.5rem auto;
    color:White;
}


.faq_hero .hero_right_content p {
  color: #fff;
  font-size: 2rem;
padding: 2.5rem auto;
}
.faq_hero .hero_right_content p span {
 font-weight: bold;
}
.faq_hero .hero_right_content h2 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.faq_hero .hero_right_content h2 span {
  
  color: #99CA3C;
  
}

.faq_hero .hero_right_content .margin3 {
  padding-top: 0rem;
}

.faq_hero .hero_right_content .hero_button {
  margin-top: 3rem;
}

.faq_hero .hero_right_content .hero_button a {
  padding: 1.6rem 4.2rem;
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 25px auto -10px auto;
}

.faq_hero .hero_right_content .hero_button a:hover {
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}



.main_hero {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: relative;

}

.main_hero::before {
  background-image:linear-gradient(90deg,rgba(127, 193, 0, 0.9) 0%,rgba(210, 199, 34, 0.71) 100%), url(../images/background-320x725.jpg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

@media (min-width: 320px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgba(127, 193, 0, 0.9) 0%,rgba(210, 199, 34, 0.71) 100%), url(../images/background-460x725.jpg);
  }
}

@media (min-width: 460px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgba(127, 193, 0, 0.9) 0%,rgba(210, 199, 34, 0.71) 100%), url(../images/background-720x600.jpg);
  }
}

@media (min-width: 720px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgba(127, 193, 0, 0.9) 0%,rgba(240, 185, 4, 0.71) 100%), url(../images/background-980x444.jpg);
  }
}

@media (min-width: 980px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgba(127, 193, 0, 0.9) 0%,rgba(240, 185, 4, 0.71) 100%), url(../images/background-1240x562.jpg);
  }
}

@media (min-width: 1240px) {
  .main_hero::before {
    background-image:linear-gradient(90deg,rgba(127, 193, 0, 0.9) 0%,rgba(210, 199, 34, 0.71) 100%), url(../images/background-1500x680.jpg);
  }
}

@media (min-width: 1500px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgba(218, 37, 28, 0.9) 0%,rgba(210, 199, 34, 0.71) 100%),  url(../images/background-1760x798.jpg);
  }
}

@media (min-width: 1760px) {
  .main_hero::before {
    background-image:linear-gradient(90deg,rgba(218, 37, 28, 0.9) 0%,rgba(210, 199, 34, 0.71) 100%),  url(../images/background-1920x821.jpg);
  }
}

.main_hero .hero_right_content {
  display: block;
  width: 90%;
  margin-left: 5rem;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
  margin-bottom: 7rem;
}

.main_hero .hero_right_content h3 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 2.5rem auto;
}
.main_hero .hero_right_content ul{
  list-style: outside none none;
    margin: 0;
padding: 1rem 2rem;
    color:White;
}
.main_hero .hero_right_content ul li{
  font-size: 1.6rem;
  line-height: 1.8rem;
}


.main_hero .hero_right_content p {
  color: #fff;
  font-size: 2rem;
padding: 2.5rem auto;
}
.main_hero .hero_right_content p span {
 font-weight: bold;
}
.main_hero .hero_right_content h2 {
  color: #0c3e35;
  font-size: 3.2rem;
  border-radius: 2rem;
  padding:1.2rem 0.5rem;
  background: white;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
}
.main_hero .hero_right_content h2 span {
  
  color: #99CA3C;
  
}

.main_hero .hero_right_content .margin3 {
  padding-top: 0rem;
}

.main_hero .hero_right_content .hero_button {
  margin-top: 3rem;
}

.main_hero .hero_right_content .hero_button a {
  padding: 1.6rem 4.2rem;
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 25px auto -10px auto;
}

.main_hero .hero_right_content .hero_button a:hover {
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

.rightcontent {
  background-color: white;
  position: relative;
  padding: 1.5rem;
  border-radius: 20px;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  top: 1rem;
  margin-top: 5rem;
  margin-bottom:5rem;
  width: 100%;
}

.rightcontent h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.rightcontent h3 span{
  color:#99ca3c;
}
.rightcontent h2 {
  font-size: 3.5rem;
  padding:2rem;
  font-weight: 600;
  text-align: center;
  font-family: arial;
}
.rightcontent h2 span{
  color:#99ca3c;
}
.rightcontent .next-btnred {
    background: red;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.rightcontent .next-btnred:hover {
    background-color: #444b5d;
    color: #fff;
}
.rightcontent .next-btn {
    background: green;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

.rightcontent .next-btn:hover {
    background-color: #444b5d;
    color: #fff;
}
.adblock{
 padding: 5px;
    width: 100%;
    min-height: 12rem;
    margin:10px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.privacytext .adblock img{
  width: 110px !important;
  height: auto;
  padding: 5px;
  float: left;
}
.privacytext .adblock p{
  color: #0c3e35;
  padding:8px 5px;
    line-height: 1.6rem !important;
    font-size: 1.5rem !important;
}

.about_hero{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 50rem;
  position: relative;
}
.about_hero::before {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   z-index: -2;
}

.about_hero .hero_right_content {
  display: block;
  width: 90%;
  margin-left: 5rem;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.about_hero .hero_right_content h3 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 2.5rem auto;
}
.about_hero .hero_right_content h2 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.5rem;
  font-weight: 900;
  padding: 2.5rem auto;
}
.about_hero .hero_right_content ul{
  list-style: outside none none;
    margin: 0;
padding: 2.5rem auto;
    color:White;
}


.about_hero .hero_right_content p {
  color: #fff;
  font-size: 2rem;
padding: 2.5rem auto;
}
.about_hero .hero_right_content p span {
 font-weight: bold;
}
.about_hero .hero_right_content h2 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.about_hero .hero_right_content h2 span {
  
  color: #99CA3C;
  
}

.about_hero .hero_right_content .margin3 {
  padding-top: 0rem;
}

.about_hero .hero_right_content .hero_button {
  margin-top: 3rem;
}

.about_hero .hero_right_content .hero_button a {
  padding: 1.6rem 4.2rem;
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 25px auto -10px auto;
}

.about_hero .hero_right_content .hero_button a:hover {
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

.about_hero .hero_right_content .greenrec{
  background: #99ca3c;
  padding:2rem 1rem;
  border-radius: 2rem;
}
.about_hero .hero_right_content .greenrec h2{
  color: #fff;
  padding:2rem 1rem;
  font-size:2.5rem;
  line-height: 2.8rem;
  display: inline;
  position: relative;
}
.about_hero .hero_right_content .greenrec .btn-white{
  background: white;
    padding: 1.3rem 2rem;
    color: #99ca3c;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 10rem;
    max-width: 15rem;
    display: inline;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 15rem;
    cursor: pointer;
}
.about_hero .hero_right_content .greenrec .btn-white:hover {
    background-color: #3c655d;
    color: #fff;
}



.contactform2 {
  background-color: white;
  position: relative;
  padding: 1.5rem;
  border-radius: 20px;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  top: 1rem;
  margin-top: 5rem;
  margin-bottom:8rem;
  width: 100%;
}

.contactform2 h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.contactform2 h3 span{
  color:#99ca3c;
}
.contactform2 h2 {
  font-size: 3.5rem;
  padding:2rem;
  font-weight: 600;
  text-align: center;
  font-family: arial;
}
.contactform2 h2 span{
  color:#99ca3c;
}
.contactform2 .next-btnred {
    background: red;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.contactform2 .next-btnred:hover {
    background-color: #444b5d;
    color: #fff;
}
.contactform2 .next-btn {
    background: green;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

.contactform2 .next-btn:hover {
    background-color: #444b5d;
    color: #fff;
}
.contactform2 input, .contactform2 textarea {
  width: 100%;
  padding: .6rem .8rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  border-radius: 2.2rem;
  background: transparent;
  font-size: 1.8rem;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactform2 input[type="submit"] {
  background-color: green;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  display: block;
  padding: 1.2rem 3rem;
  width: 100%;
  margin: auto;
  max-width: 45rem;
  cursor: pointer;
}

.contactform2 .bgcheckbox {
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  width: 100%;
}

.contactform2 p {
  font-size: 1.6rem;
  display: inline;
  padding-left: 1.2rem;
  top: 1.1rem;
  color: white;
  position: relative;
}

.contactform2 input[type="checkbox"] {
  width: auto;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin-top: 1.5rem;
  margin-left: 1.2rem;
  display: inline-block;
}

.contactform2 ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.contactform2 :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.contactform2 ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.contactform2 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 0.7;
  /* Firefox */
}

@import url('https://fonts.googleapis.com/css?family=Merriweather:300|Oswald');

/* Form fields */ 
#eco-form {
     font-family: 'Oswald', serif;
    max-width: 54rem;
  margin: 10rem auto;
}
#eco-form h5{
  background: #ffd500;
  padding:1.5rem 1rem;
  font-size:1.5rem;
  line-height: 2.2rem;
  margin:3rem auto;
  font-family: 'Nunito Sans', sans-serif;
  width: 10rem;
  text-align:center;
}
#eco-form h5 span{
  font-weight: bold;
  display: block;
}
#eco-form ul {
  padding-left: 0;
}
#eco-form li {
  list-style: none;
}
#eco-form input, 
#eco-form textarea,  
#eco-form select {
    font-size: 1.8rem;
    padding: 0 2.8rem;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgb(153,202,60);
    text-align: left;
    border-radius: 3rem;
    color: #333;
    
    letter-spacing: normal;
    height: 5rem;
    line-height: 5rem;
    font-family: 'Oswald', serif;
    background: #fff;
  margin-bottom: 2rem;
}
#eco-form select {
    background: url('../images/grey-chevron.png') no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 1.5rem;
    background-position: 97% 50%;

}
#eco-form textarea {
    height: 12rem;
    line-height: 1.5;
    padding: 1.5rem 2.8rem;
}
#eco-form input:focus, 
#eco-form textarea:focus, 
#eco-form select:focus {
    outline: 0;
    border: 1px solid rgb(211,211,211);
}
#eco-form h6 {
    font-size: 1.8rem;
    font-weight: 300;
  display: block;
    font-family: 'Nunito Sans', sans-serif;
  text-align: center;
    margin-bottom: 1rem;
}

/* Buttons */
#eco-form .next-btn,
#eco-form .submit-btn {
    background: green;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

#eco-form .next-btn:hover,
#eco-form .submit-btn:hover {
    background-color: #444b5d;
    color: #fff;
}
#eco-form .next-btnred {
    background: red;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
#eco-form .next-btnred:hover {
    background-color: #444b5d;
    color: #fff;
}
.questionradio label {
    display: block;
    text-align: center;
    background-color: #155b80;
    color: #333;
    padding: 1.3rem 2rem;
    min-width: 30rem;
    max-width: 40rem;
    margin: 2rem auto;
    font-family: oswald, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    border-radius: 2rem;
   transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

.questionradio input[type="radio"]:hover + label {
    background-color: #454545 ;
    color:white;
}

.questionradio input[type="radio"] + label {
    background-color: #155b80;
    color:white;

}
.questionradio input[type="radio"]:checked + label {
    background-color: #454545 ;
    color:white;

}
.questionradio input[type="radio"] {
    display: none;
    position: fixed;
    width: 0;
}
/* Progress Bar */
.progress-wrap {
    margin: auto;
    display: table;
}
.line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}
.line {
    height: 1px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(217, 217, 217);
    position: absolute;
    margin-top: 8px;
}
.progress-wrap div ul {
    display: flex;
    width: 250px;
    list-style: none;
    padding: 0px;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
}
.progressbar-dots {
    display: inline-flex;
    border: #949494 solid 4px;
    background: #333333;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
    margin-left: 0px;
    color: #d4d4d4;
    border: 0px solid rgb(217,217,217);
    background: rgb(217, 217, 217);
}
.progressbar-dots span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-top: 60px;
    /* width: 75px; */
    float: left;
    margin-left: -30px;
    display: none;
}
.progressbar-dots.active {
    color: #fff;
    border: 0px solid rgb(38,163,134);
    background: #82CCC8;
}

/*  Tab */
.tab-pane {
    display: none;
}
.tab-pane:first-child {
  display: block;
}

/* Error */
span.error {
  font-size: 12px;
  font-family: "helvetica neue", arial, sans-serif;
  color: #D6041D;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}




.contactform2 textarea {
  height: 15rem;
}



.secfaq{
  background:#ccc;
  position: relative;
    padding:5rem 1rem;

}
.roundrec{
  background: white;
  border-radius:2.5rem;
  margin-top: -10rem;
    z-index: 9999;
        margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    width: 100%;
    text-align: center;
    display: block;
}
.roundrec h2{
  color: #0c3e35;
    font-size: 3.5rem;
    font-family: "helveticaneue-bold";
    line-height: 4rem;
    font-weight: 700;
    padding: 3rem 1.5rem;
}
.roundrec .next-btngreen {
    background: green;
    padding: 1.3rem 2rem;
    margin-top:2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.roundrec .next-btngreen:hover {
    background-color: #444b5d;
    color: #fff;
}
.calltoaction .whitepink {
    background: white;
    padding: 1.3rem 2rem;
    color: #e9153c;
    font-family: oswald, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    text-align: center;
    font-weight: 400;
    border-radius: 2.5rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.calltoaction .whitepink:hover {
    background-color: #444b5d;
    color: #fff;
}

.sec1 {
  position: relative;
  padding: 10rem 0;
}

.sec1 .sec1_right_content {
  display: block;
  color: #FFFFFF;
}

.sec1 .sec1_right_content h3 {
  color: #FFFFFF;
  background: #512974;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  padding: 1rem 1.2rem;
}

.sec1 .sec1_right_content h2 {
  color: #BD138A;
  font-size: 4.8rem;
  font-family: "helveticaneue-bold";
  line-height: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.sec1 .sec1_right_content h1 {
  color: #333;
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
}

.sec1 .sec1_right_content p {
  color: #333;
  font-size: 2rem;
}

.sec1 .sec1_right_content p span {
  color: #99CA3C;
}

.sec1 .sec1_right_content .sec1_button {
  margin-top: 2rem;
}

.sec1 .sec1_right_content .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}

.sec1 .sec1_right_content .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;
}

.sec1 .sec1right {
  margin: 3rem 5rem;
}

.sec1 .sec1right img {
  width: 100%;
  border-radius: 2.5rem;
  height: auto;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));

}

.sec2 {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 0px auto;
}

.sec2 .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7rem auto 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.sec2 .features .feature1 {
  margin: 0rem 3rem;
}

.sec2 .features img {
  display: block;
}

.sec2 .features p {
  text-align: center;
  display: block;
  margin: 0px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
}

.sec2 .features2 {
  display: block;
  text-align: center;
}

.sec2 .features2 h2 {
  color: #2F2E35;
  font-size: 4rem;
  font-family: "helveticaneue-bold";
  line-height: 4.5rem;
  font-weight: bold;
}

.sec2 .features2 h2 span {
  color: #BD138A;
  display: block;
}

.sec2 .features3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem auto 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.66rem;
  font-weight: 900;
}

.sec2 .features3 .features3_col1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col1 p {
  border: 1px solid #BD138A;
  width: 150px;
  height: 150px;
  color: #BD138A;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col1 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #E09CCC;
}

.sec2 .features3 .features3_col2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col2 p {
  border: 1px solid #C13B99;
  background-color: #E09CCC;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col2 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}

.sec2 .features3 .features3_col3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col3 p {
  border: 1px solid #707070;
  background-color: #D06CB2;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col3 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}

.sec2 .features3 .features3_col4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col4 p {
  border: 1px solid #707070;
  color: #FFFFFF;
  text-align: center;
  background-color: #C13B99;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col4 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #BD138A;
}

.sec2 .features3 .features3_col5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col5 p {
  border: 1px solid #707070;
  background-color: #BD138A;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec3 {
  position: relative;
  padding: 10rem 5rem;
  z-index: -1;
  background: #2F2E35;
  margin: 0px auto;
}

.bg-gray{
  background-color: white;
  width: 100%;
  border-radius: 2rem;
  padding:2rem;
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(255, 255, 255, 0.7));
}
.bg-gray h2{
  font-size: 3.5rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.bg-gray h4{
  font-size: 2rem;
  line-height: 2.3rem;
  padding:2rem auto;
  margin-top:4rem;
  text-align: center;
  color: #333;
}
.services {
  position: relative;
  padding: 10rem 5rem;
  text-align: center;
  margin: 2rem auto 2rem auto;
}

.sec3 .service1 {
  display: block;
  color: #FFFFFF;
}

.sec3 .service1 img{
  width:250px;
  height: auto;
  margin:1rem auto;
  display: block;
  text-align: center;
}


.sec3 .service1 p {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  color: #0c3e35;
}

.sec3 .service1 hr {
  width: 50%;
  background-color: #BD138A;
  height: 0.2rem;
  margin: 0 auto 1rem auto;
  opacity: 1;
}

.sec3 .serv1_button a {
  padding: 1.6rem 4.2rem;
  background: #512974;
  font-size: 1.8rem;
  line-height: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}

.ourwork {
  position: relative;
  background: #FFFFFF;
  margin: 0px auto;

  padding: 6rem 1rem;
}
.ourwork img {
    width: 100%;
    margin-top:2rem;
  }
.ourwork .sec1_button a {
  display: block;
  margin: auto;
}
.graysection ol li {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-left: 1rem;
}

.ourwork  h2 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.ourwork h2 span{
color:#99CA3C;
}
.ourwork  h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.ourwork h3 span{
  color:#99CA3C;
}
.ourwork ul{
  font-size:1.8rem;
  line-height: 2rem;
}
.ourwork ul li{
  font-size:1.6rem;
  line-height: 2rem;
}
.ourwork p{
    font-size:1.6rem !important;
line-height: 2rem;
}
.padding-10{
  padding:2rem auto;
  margin-top:5rem;
}
.ourwork img{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  border-radius: 2rem;
  box-shadow: -4px 4px 10px #ccc;
  z-index: -1;
}
.margin2{
  margin-top:2rem;
}

.aboutsection {
  position: relative;
  background: #FFFFFF;
  margin: 0px auto;

  padding: 0rem;
}



.aboutsection  h2 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
  margin-top:5%;
}
.aboutsection h2 span{
color:#99CA3C;
}
.aboutsection  h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.aboutsection h3 span{
  color:#99CA3C;
}
.aboutsection ul{
  font-size:1.8rem;
  line-height: 2rem;
}
.aboutsection ul li{
  font-size:1.6rem;
  line-height: 2rem;
}
.aboutsection p{
    font-size:1.6rem !important;
line-height: 2rem;
}



.aboutsection .aboutimg img{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding:0rem;
  margin-left:-1rem;
  border-radius: 0rem;
}

.aboutsection .sec1_button{
  margin-top: 2rem;
}
.aboutsection .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
}

.aboutsection .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;

}


.ourwork .contenteco4{
  position: relative;
}
.ourwork .greencontent{
  background: #99CA3C;
  bottom:3.2rem;
  left: 2.5rem;
  width: 90%;
  position: absolute;
  padding: 2rem 3rem;
  z-index: 9999;
  border-radius: 2rem;
}
.ourwork .greencontent h3{
color:white;
font-size:4rem;
line-height: 4.4rem;
}
.ourwork .greencontent p{
color:white;
font-size:2rem;
line-height: 2.3rem;
}
.ourwork .sec1_button{
  margin-top: 2rem;
}
.ourwork .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
}

.ourwork .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;
}

/* FAQs section css start*/
.faqitems{
  padding: 2rem;
  position: relative;
}
.faqitems .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faqitems .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid darkorange;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faqitems .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1rem 0;
  color: chocolate;
  font-size: 2.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faqitems .accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: darkorange;
}
.faqitems .accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: darkorange;
  border: 1px solid darkorange;
}
.faqitems .accordion button .accordion-title {
  padding: 1rem 1.5rem 1rem 0;
}
.faqitems .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 1.8rem;
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid;
  border-radius: 2.2rem;
}
.faqitems .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 2px;
  background: currentColor;
}
.faqitems .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 1rem;
  width: 2px;
  height: 1rem;
  background: currentColor;
}
.faqitems .accordion button[aria-expanded=true] {
  color: darkorange;
}
.faqitems .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.faqitems .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faqitems .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faqitems .accordion .accordion-content p {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 2em 0;
}
/* FAQs section css end*/

.graysection {
  position: relative;
  background: #e1e7e3;
  margin: 0px auto;

  padding: 6rem 1rem;
}

.graysection  h5 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  padding:2rem;
  float: right;
  width: 70%;
  color: #0c3e35;
  border-bottom: 4px solid green;
}
.graysection h5 span{
   color:#99CA3C;
}

.graysection p{
  float:right;
    width: 70%;

}
.graysection h6{
 font-size:1.6rem;
line-height: 1.8rem;
}

.graysection  h4 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  float: right;
  width: 70%;
  color: #0c3e35;
  padding: 2rem 2.5rem;
  border-bottom: 4px solid green;
}

.graysection .cavity3 p{
  float:right;
    width: 70%;
      padding:2rem;
border-bottom: 4px solid green;
}
.graysection .cavity3{
  padding:2rem 1rem;
}
.graysection .cavity3 h4 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  float: right;
  padding:2rem;
  width: 70%;
  color: #0c3e35;
  border-bottom:none !important;
}
.graysection h4 span{
    color:#99CA3C;

}
.graysection  h3 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.graysection h3 span{
  color:#99CA3C;
}
.graysection ol{
  font-size:1.8rem;
  line-height: 2rem;
}
.padding-10{
  padding:2rem auto;
  margin-top:5rem;
}
.graysection img{
  width: 100%;
  height: auto;
  padding:2rem auto;
  display: block;
  text-align: center;
  border-radius: 2rem;
  z-index: -1;
}

.graysection .sec1_button{
  margin: 2rem auto;
    display: block;
    text-align: center;
}
.graysection .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
}

.graysection .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;

}


.graysection table { 
  width: 75rem; 
  border-collapse: collapse; 
  margin:5rem auto;
  }

/* Zebra striping */
.graysection tr:nth-of-type(odd) { 
  background: #eee; 
  }


.graysection th { 
  background: #0c3e35; 
  color: white; 
  text-align: center;
  font-weight: bold; 
  }

.graysection td, th { 
  padding: 1rem; 
  border: 1px solid #ccc; 
  text-align: center; 
  font-size: 1.8rem;
  }

/* top-left border-radius */
.graysection table tr:first-child th:first-child {
  border-top-left-radius: 3rem;
  border:none;
}

/* top-right border-radius */
.graysection table tr:first-child th:last-child {
  border-top-right-radius: 3rem;
    border:none;
}

/* bottom-left border-radius */
.graysection table tr:last-child td:first-child {
  border-bottom-left-radius: 3rem;
}

/* bottom-right border-radius */
.graysection table tr:last-child td:last-child {
  border-bottom-right-radius: 3rem;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  .graysection table { 
      width: 100%; 
  }

  /* Force table to not be like tables anymore */
  .graysection table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .graysection thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .graysection tr { border: 1px solid #ccc; }
  
  .graysection td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }

  .graysection td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 1rem; 
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }

}

.whitebox{
  padding:2rem;
  background: white;
  border-radius: 3rem;
  margin-left: -3rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));

}
.whitebox p{
  font-size:1.8rem !important;
  float:none !important;
  width: 100%;
  padding:2.5rem;
}
.whitebox ul{
  list-style: none;
  padding:1rem;
   color: #0c3e35;
}
.whitebox ul li{
  font-size:1.6rem;
}
.whitebox ul li strong{
  font-size:2rem;
  font-family: arial;
  font-weight: 600;
}
.calltoaction {
  position: relative;
  background: #e9153c;
  margin: 0px auto;
  padding: 6rem 1rem;
}
.calltoaction h1 {
    font-size: 3.9rem;
    line-height: 4.5rem;
    font-weight: bold;
    color: white;
    text-align: center;
}
.calltoaction h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
.calltoaction h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
}

.privacyhead {
  position: relative;
  background: #99ca3c;
  margin: 0px auto;
  padding: 6rem 1rem;
}

.privacyhead h2 {
  font-size: 3.8rem;
  line-height: 4.1rem;
  font-weight: bold;
  color: #0c3e35;
  text-align: center;
}

.privacyhead h2 span{
  color:white;
}

.privacytext {
  position: relative;
  background: white;
  margin: 0px auto;
  padding: 6rem 1rem;
}
.privacytext img{
  width: 100%;
  height: auto;
  padding:1rem 0rem;
}
.privacytext .epc1 img{
    width:100%;
    max-width:350px;
    height:auto;
    float:left;
}
.privacytext h2 {
  font-size: 3.8rem;
  line-height: 4.1rem;
  font-weight: bold;
  color: #0c3e35;
}
.privacytext h3 {
  font-size: 2.8rem;
  line-height: 3.1rem;
  font-weight: bold;
  color: #0c3e35;
}

.privacytext p{
  color:#0c3e35;
  line-height: 2.3rem;
  padding:1rem 0rem;
  font-size: 1.9rem !important;
}
.privacytext ul{
margin-left:2.5rem;
}
.privacytext ul li{
  line-height: 1.2;
}
.bizsec {
  position: relative;
  background: #0c3e35;
  margin: 0px auto;
  padding: 7rem 1rem;
}

.bizsec .bizheading {
  display: block;
  color: #FFFFFF;
}

.bizsec .bizheading h2 {
  font-size: 4rem;
    line-height: 4.2rem;
  font-weight: bold;
}
.bizsec .bizheading h3 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.bizsec .biztext {
  display: block;
}

.bizsec .biztext p {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin: 2rem auto;
}

.bizsec .biztext p a {
  color: #BD138A;
}

.bizsec .biztext p a:hover {
  color: #FFFFFF;
}
.bizsec .sec1_button {
margin:5rem auto;
display: block;
text-align: center;
  }
.bizsec .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 5rem auto 2rem auto;
}

.bizsec .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;
}



.footer {
  position: relative;
  background: #333;
  display: block;
  margin: 0rem auto;
  padding: 1rem 0 3rem 0;
}

.footer .footercol {
  color: #FFFFFF;
}

.footer .footercol h3 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  font-weight: 800;
}

.footer .footercol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footercol a {
  text-decoration: none;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.7rem;
}

.footer .footercol a:hover {
  color: #99ca3c;
}

.footer p {
  text-align: center;
  display: block;
  margin: 3rem auto -2rem auto;
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 720px) {
  .dropdown-toggle::after {
    border: 0rem;
  }
}

@media (max-width: 767px) {
  #eco-form{
    margin:2.5rem auto;
  }
  .contactform2 h2 {
    font-size: 2.6rem;
    padding: 0.8rem 0rem;
  }
  .bizsec .bizheading h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .bizsec .bizheading h3 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .privacytext .epc1 img{
    width:100%;
    max-width:350px;
    height:auto;
    float:none;
}
  .order1{
  display: flex;
    flex-flow: column-reverse;
}
.margin2{
  margin-top:0rem;
}
.ourwork .greencontent {
    background: #99CA3C;
    bottom: 3rem;
    left: 1.6rem;
    width: 90%;
    position: absolute;
    padding: 0.8rem 1.5rem;
    z-index: 9999;
    border-radius: 2rem;
}
.ourwork .greencontent h3{
  font-size: 2.2rem;
    line-height: 1.2;
}
.ourwork h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    }
  .navbar-nav {
    background: #2f2e35;
  }
  .main_header .navbar-nav .nav-item .nav-link {
    color: white;
  }
  .dropdown-menu {
    background-color: transparent;
  }
  .main_header .dropdown-item {
    color: #CA4DA5;
    width: unset;
  }
  .main_hero .hero_right_content {
    width: 96%;
    margin-bottom:2rem;
  }
  .main_hero .hero_right_content {
    margin-left:1rem;
    margin-top:5rem;
  }
  .contactform2 {
    margin-top:1rem;
    margin-bottom:7rem;
  }
  .roundrec {
    width: 90%;
  }
  .roundrec h2 {
    font-size: 2.5rem;
    font-family: "helveticaneue-bold";
    line-height: 1.2;
    font-weight: 700;
    padding: 0.8rem 0.8rem;

  }
  .roundrec .next-btngreen {
    margin-top:1rem;
    margin-bottom: 2rem;
  }
  .main_hero .hero_right_content h2, .main_hero .hero_right_content h1 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .main_hero .hero_right_content h2 {
    padding-top: 2rem;
    margin-top:2rem;
  }
  .margin3 {
    padding-top: 3rem;
  }
  .main_hero .hero_right_content h1 hr {
    width: 50%;
  }
  .main_hero .hero_right_content .hero_button a {
    padding: 1.2rem 3.6rem;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
  }

  .graysection .cavity3 h4 {
    font-size:2.7rem;
    line-height: 1.2;
    float:none;
    width: 100%;
  }
  .graysection .cavity3 p {
    float: none;
    width: 100%;
  }
  .sec3 .testimonial .testi1 {
    display: block;
  }
  .main_hero .hero_right_content .hero_button a:hover {
    color: #653C89;
  }
  .main_hero .hero_right_content p {
    padding-bottom: 0rem;
  }
  .privacytext h3 {
    font-size: 2.3rem;
    line-height: 1.2;
  }
  .privacytext h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom:2rem;
  }
   .privacytext p {
    font-size: 1.6rem !important;
    line-height: 1.2;
}
  .fixed-top {
    position: relative;
  }
  .sec2 .features {
    display: block;
  }
  .sec2 .features3 {
    display: block;
  }
  .ourwork .workicons {
    display: block;
  }
  .bizsec .bizlogos {
    display: block;
  }
  .family .family_pics {
    display: block;
  }
  .family .family_cont h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .services .service1 img {
    width: 100%;
    height: auto;
  }
  .gettouch .addr {
    padding: 3rem 1rem;
  }
  .subscribe .subscribe_sec input, .subscribe .subscribe_sec textarea {
    width: 100%;
  }
  .subscribe h2 {
    font-size: 2.8rem;
  }
  .subscribe {
    padding: 3rem 0;
  }
  .sec1 .sec1_right_content h1, .sec1 .sec1_right_content h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'helveticaneue-bold';
    text-align:center;
  }
  .main_hero .hero_right_content h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'helveticaneue-bold';
  }
  .sec1 {
    padding: 5rem 0;
  }
  .sec1 .sec1_right_content .sec1_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .sec1 .sec1right {
    margin: 5rem 0;
  }
  .sec2 .features img {
    display: block;
    margin: 0 auto;
  }
  .sec2 .features p {
    font-weight: 800;
    color: #653C89;
    font-size: 2.8rem;
  }
  .sec2 .features2 h2 {
    color: #2F2E35;
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: bold;
  }
  .sec2 .features3 .features3_col1 span,
  .sec2 .features3 .features3_col2 span,
  .sec2 .features3 .features3_col3 span,
  .sec2 .features3 .features3_col4 span {
    display: none;
  }
  .casestudies .features3 .features3_col1 span,
  .casestudies .features3 .features3_col2 span,
  .casestudies .features3 .features3_col3 span,
  .casestudies .features3 .features3_col4 span {
    display: none;
  }
  .curl {
    display: none;
  }
  .sec3 {
    padding: 5rem 1rem;
  }
  .sec3 .morefeature h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .sec3 .morefeature h3 span {
    font-size: 3.4rem;
    line-height: 1.2;
  }
  .ourwork .workheading h2, .referus .refercontent h1 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .sec3 .testimonial {
    padding: 1.5rem;
    margin-top: 1rem;
  }
  .sec3 .testimonial .testi1 {
    padding: 1rem;
  }
  .sec3 .testimonial .testi1 img {
    margin: 0 auto;
    display: block;
  }
  .sec3 .testimonial .testi1 p {
    text-align: center;
  }
  .sec3 .testimonial h4 {
    text-align: center;
    float: none;
  }
  .services .serv1_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .services {
    position: relative;
    padding: 5rem 1rem;
    margin: -10rem auto 2rem auto;
  }
  .ourwork {
   position: relative;
    padding: 5rem 1rem;
  }
  .ourwork h3 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-top:1.5rem;
    margin-bottom: 1.5rem;
  }
  .calltoaction h3 {
    font-size: 2.7rem;
    line-height: 1.2;
   
}
 .calltoaction h2 {
    font-size: 2.7rem;
    line-height: 1.2;
    
}
.calltoaction h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    }

    
.calltoaction .whitepink {
  margin:1rem auto;
}
.faq_hero .hero_right_content {
  float:none;
  margin:4rem auto;
  }
  .faq_hero .hero_right_content h2{
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  
  .footer {
    padding: 5rem 1rem;
  }
  .footer .footercol {
    margin: 2rem 1rem;
  }
  .d-flex {
    
  }
  .d-flex ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }
 



@media (max-width: 767px) {
  .navtop {
    display: none;
  }
  
}
/*# sourceMappingURL=main.css.map */


.main-heading {
    font-size: 4.5rem!important;
    font-weight: 700;
    line-height: 4.5rem!important;
}

p {
    font-size: 1.8rem!important;
}

