@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("../fonts/AvenirLTStd-Black.eot");
  src: url("../fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg"),
    url("../fonts/AvenirLTStd-Black.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Black.woff") format("woff"),
    url("../fonts/AvenirLTStd-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg"),
    url("../fonts/AvenirLTStd-Book.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Book.woff") format("woff"),
    url("../fonts/AvenirLTStd-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("../fonts/AvenirLTStd-Heavy.eot");
  src: url("../fonts/AvenirLTStd-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy") format("svg"),
    url("../fonts/AvenirLTStd-Heavy.ttf") format("truetype"),
    url("../fonts/AvenirLTStd-Heavy.woff") format("woff"),
    url("../fonts/AvenirLTStd-Heavy.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NexaBold";
  src: url("../fonts/NexaBold.eot");
  src: url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NexaBold.svg#NexaBold") format("svg"),
    url("../fonts/NexaBold.ttf") format("truetype"),
    url("../fonts/NexaBold.woff") format("woff"),
    url("../fonts/NexaBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.eot");
  src: url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg"),
    url("../fonts/Muli-Bold.ttf") format("truetype"),
    url("../fonts/Muli-Bold.woff") format("woff"),
    url("../fonts/Muli-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Regular.eot");
  src: url("../fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Muli-Regular.svg#Muli-Regular") format("svg"),
    url("../fonts/Muli-Regular.ttf") format("truetype"),
    url("../fonts/Muli-Regular.woff") format("woff"),
    url("../fonts/Muli-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 50px 0 0 0;
  background: #fff;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  color: #00a651;
}

::selection {
  background: #00a651;
  color: #fff;
}

::-moz-selection {
  background: #00a651;
  color: #fff;
}

::-webkit-selection {
  background: #00a651;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  color: #555555;
  font-size: 17px;
  margin: 0 0 15px 0;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #151515;
}

input,
select,
button {
  outline: none !important;
}

.bannerTxtmain h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 48px;
  /* text-transform: uppercase; */
  font-family: "AvenirLTStd-Black";
  color: #fff;
  line-height: 1.2;
}

@media (min-width: 767px) {

  .bannerTxtmain h2 span {
    display: block;
  }

}


@media (max-width: 1599.98px) {
  .bannerTxtmain h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199.98px) {
  .bannerTxtmain h2 {
    font-size: 25px;
  }
}

@media(max-width:767.98px) {
  .bannerTxtmain h2 {
    font-size: 22px;
  }

  .bannerTxtmain p {
    line-height: 1.3 !important;
  }

}

.bannerTxtmain h2 span {
  color: #3b6071;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  font-size: inherit;
}

.bannerTxtmain a {
  color: #fff;
  font-size: 23px;
  font-family: "AvenirLTStd-Heavy";
  font-weight: bold;
  width: 500px;
  max-width: 100%;
  border-radius: 10px;
  background: #3b6071;
  padding: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin: 34px auto 0;
  text-align: center;
}

.bannerTxtmain a:hover {
  background: #3b6071;
}

.bannerTxtmain span {
  color: #fff;
  font-size: 29px;
  font-family: "AvenirLTStd-Black";
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.bannerTxtmain p {
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "AvenirLTStd-Book";
}

.bannerTxtmain h1 {
  text-align: center;
  font-size: 42px;
  font-family: "AvenirLTStd-Book";
  color: #fff;
  line-height: 55px;
}

.bannerTxtmain label {
  color: #3b6071;
  font-size: 42px;
  font-family: "AvenirLTStd-Black";
}

/* .bannerTxtmain {
  float: left;
  width: 37%;
  padding-top: 300px;
} */

.bannerTxtmain {
  float: left;
  width: 37%;
  padding-top: 180px;
}

@media (max-width: 991.98px) {
  .bannerTxtmain {
    float: left;
    width: 37%;
    padding-top: 60px;
  }
}

@media screen and (min-width: 1200px) {
  .bannerTxtmain {
    width: 73%;
    padding-top: 150px;
  }

  .bannerTxtmain label,
  .bannerTxtmain h1 {
    font-size: 50px;
  }

  .bannerTxtmain p {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .bannerTxtmain {
    max-width: calc(100% - 300px);
  }
}

@media screen and (max-width: 1199px) and (min-width: 576px) {

  .bannerTxtmain label,
  .bannerTxtmain h1 {
    line-height: 38px;
    font-size: 28px;
  }

  .bannerTxtmain p {
    font-size: 22px;
  }

  .bannerTxtmain a {
    font-size: 18px;
  }
}

@media screen and (min-width: 575px) {
  .bannerTxtmain a {
    font-size: 17px;
  }
}

.bannerBgSec {
  background: url(../images/new-banner-desk2.png) no-repeat;
  background-size: cover;
  position: relative;
  min-height: 800px;
}

.bannerImg1 {
  position: absolute;
  right: 180px;
  bottom: 0;
}

.headerLeft {
  float: left;
}

.headerLeft img {
  width: 234px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.sticky .headerLeft img {
  width: 180px;
}

.headerRight {
  float: right;
}

.header-center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.header-center:after,
.header-center:before {
  display: none;
}

.header-main {
  z-index: 100;
  position: absolute;
  width: 100%;
  padding: 20px 10px;
  top: 0;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: white;
}

.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
  padding: 10px 0px;
  z-index: 1000;
}

.headerRight ul {
  margin: 0;
  padding: 0;
}

.headerRight li {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  color: #3b6071;
  font-family: "Muli";
  font-size: 19px;
  font-weight: bold;
  padding-right: 82px;
}

.headerRight li a {
  color: #3b6071;
}

.headerRight li:last-child {
  padding-right: 0px;
}

.headerRight span {
  /* position: absolute; */
  margin-right: 8px;
  left: 0;
  top: 0;
}

.bgSec1Main {
  background: url(../images/bgsec1.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0px 34px;
}

.bgSec1Main h2 {
  text-align: center;
  color: #3b6071;
  font-size: 47px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
  font-family: "NexaBold";
  font-weight: bold;
}

.bgSec1Main h2.vedatma-title {
  line-height: 1;
}

.bgSec1Main h2.vedatma-title span {
  font-size: 28px;
}

@media(max-width:767.98px) {

  .bgSec1Main h2.vedatma-title span {
    font-size: 23px;
  }

}

.bgSec1Main h2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 620px;
  height: 4px;
  background: #ed7b3a;
  content: "";
  margin-left: -310px;
}

.bgSec1Main h3 {
  min-height: 90px;
  text-align: center;
  color: #4f4f4f;
  font-size: 36px;
  margin-bottom: 30px;
  position: relative;
  line-height: 120%;
  font-weight: bold;
  font-family: "NexaBold";
}

.bgSec1Main p {
  margin-bottom: 0;
  text-align: center;
  /* font-size: 17px; */
  font-size: 18px;
  color: #4f4f4f;
  font-weight: bold;
  font-family: "NexaBold";
  line-height: 24px;
}

.iconWrapperMain {
  width: 257px;
  background: #ecf0f3;
  height: 257px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.iconBorderMain {
  position: relative;
  border: 3px #ecf0f3 solid;
  width: 296px;
  height: 296px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  margin: 0 auto 20px;
}

.numberIocnDiv {
  position: absolute;
  right: 0;
  top: 0;
}

.numberIocnDiv span {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  font-family: "AvenirLTStd-Black";
  width: 74px;
  height: 74px;
  background: #ec7a39;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  font-size: 45px;
  color: #fff;
  border-radius: 50%;
}

.divAllhover:hover .iconWrapperMain img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
}

.iconWrapperMain img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.iconWrapperMain .logo-image {
  max-width: 80%;
  margin: auto;
}

/*image new change 11/11/24 */
.iconWrapperMain .images {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 75%;
  will-change: transform;
}

.divAllhover:hover .numberIocnDiv span {
  background: #3b6071;
}

.bgSec2Main {
  background: #f2f6f8;
  padding: 40px 0px 34px;
}

.bgSec2Main h2 {
  text-align: center;
  color: #3b6071;
  font-size: 47px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  position: relative;
  font-family: "NexaBold";
  font-weight: bold;
}

.bgSec2Main h2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 330px;
  height: 4px;
  background: #ed7b3a;
  content: "";
  margin-left: -165px;
}

.processDiv1 {
  text-align: center;
}

.processDiv1 h3 {
  color: #ed7b3a;
  font-size: 35px;
  margin-bottom: 20px;
  font-family: "AvenirLTStd-Heavy";
  font-weight: bold;
}

.processDiv1 p {
  color: #000000;
  font-size: 25px;
  line-height: 30px;
  font-family: "AvenirLTStd-Heavy";
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 250px;
}

.processDiv1.client-review p {
  color: #000000;
  font-size: 25px;
  line-height: 30px;
  font-family: "AvenirLTStd-Heavy";
  font-weight: bold;
  margin-bottom: 20px;
  min-height: unset;
}

.processDiv1.client-review p.author {
  font-size: 18px;
}


@media(min-width:1400px) {
  .processDiv1.client-review p.author {
    font-size: 20px;
  }
}

.processDiv1 img {
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin: 20px;
  width: 110px;
  height: 110px;
  object-fit: contain;
  object-position: center;
}

.processDiv1:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
}

.bgSec3Main {
  background: url(../images/bgsec3.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0px 34px;
}

.bgSec3Main h2 {
  text-align: center;
  color: #3b6071;
  font-size: 47px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-family: "NexaBold";
  font-weight: bold;
}

.bgSec3Main h2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 687px;
  height: 4px;
  background: #ed7b3a;
  content: "";
  margin-left: -343px;
}

.bgSec3Main span {
  color: #ed7b3a;
  font-size: 27px;
  font-family: "AvenirLTStd-Book";
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.naturalPotientilaBg {
  background: #f2f6f8;
  padding: 20px;
  border-radius: 14px;
  min-height: 156px;
  max-width: 461px;
  margin-bottom: 30px;
}

.naturalPotientilaWrapper {
  position: relative;
  padding-left: 142px;
}

.naturalPotientilaWrapperDiv {
  position: absolute;
  left: 12px;
  top: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.naturalPotientilaWrapper p {
  color: #5b5b5b;
  font-size: 15px;
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
  margin-bottom: 0;
}

.naturalPotientilaWrapper h3 {
  color: #3d3d3d;
  font-size: 23px;
  font-family: "AvenirLTStd-Heavy";
  margin-bottom: 5px;
  font-weight: bold;
}

.potientilaAllBgSec1 {
  max-width: 1000px;
  margin: 0 auto;
}

.naturalPotientilaBg:hover .naturalPotientilaWrapperDiv {
  left: 15px;
}

.uniqueNaturalBg {
  text-align: center;
}

.uniqueNaturalBg h4 {
  padding-left: 73px;
  display: inline-block;
  color: #3b6071;
  font-size: 47px;
  margin-bottom: 30px;
  font-family: "AvenirLTStd-Heavy";
  font-weight: bold;
  text-align: center;
  position: relative;
}

.uniqueNaturalBg label {
  position: absolute;
  left: 0;
  top: -5px;
}

.uniqueNaturalBg p {
  font-size: 25px;
  margin-bottom: 30px;
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
  line-height: 34px;
}

.uniqueNaturalBg a {
  color: #fff;
  font-size: 31px;
  font-family: "AvenirLTStd-Heavy";
  font-weight: bold;
  width: 305px;
  border-radius: 10px;
  background: #ed7b3a;
  padding: 10px;
  display: block;
  margin: 34px auto 0;
}

.uniqueNaturalBg a:hover {
  background: #3b6071;
}

.bgSec4Main {
  background: #f2f6f8;
  padding: 20px 0px;
}

.bgSec4Main h2 {
  text-align: center;
  color: #3b6071;
  font-size: 47px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  position: relative;
  font-family: "NexaBold";
  font-weight: bold;
}

.bgSec4Main h2:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 574px;
  height: 4px;
  background: #ed7b3a;
  content: "";
  margin-left: -287px;
}

.imgWrapperMain {
  position: relative;
  padding-right: 569px;
  max-width: 1000px;
  margin: 0 auto 90px;
  min-height: 300px;
}

.imgWrapperMainDiv {
  position: absolute;
  right: 0;
  top: 0;
}

.imgWrapperShadow img {
  border-radius: 10px;
}

.imgWrapperShadow {
  -webkit-box-shadow: -2px -1px 25px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px -1px 25px -19px rgba(0, 0, 0, 0.75);
  box-shadow: -2px -1px 25px -19px rgba(0, 0, 0, 0.75);
}

.imgMainHeader {
  margin-top: 20px;
  margin-bottom: 20px;
}

.imgMainHeader h3 {
  color: #3b3b3b;
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
  line-height: 126%;
}

.imgMainHeader p {
  color: #5a5a5a;
  font-size: 16px;
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
  margin-bottom: 0;
}

.imgMainHeader p.description {
  margin-bottom: 0;
  font-size: 18px !important;
  color: #4f4f4f;
  font-weight: bold;
  font-family: "NexaBold";
  line-height: 24px;
}


.imgWrapperMain1 {
  position: relative;
  padding-left: 569px;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.imgWrapperMainDiv1 {
  position: absolute;
  left: 0;
  top: 0;
}

.bgSec5Main {
  background: url(../images/bgsec5.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0px 34px;
}

.mdDivAllMain {
  text-align: center;
  margin-top: 0px;
  background: #e3e3e3;
  padding: 12px 6px;
}

.styleMdDiv img {
  width: 100%;
}

.mdDivAllMain h3 {
  color: #343434;
  font-size: 23px;
  font-family: "NexaBold";
  font-weight: bold;
}

.mdDivAllMain span {
  color: #343434;
  font-size: 20px;
  font-family: "NexaBold";
  font-weight: bold;
}

.mdDivAllMain p {
  margin-bottom: 0;
  color: #252525;
  font-size: 15px;
  font-family: "AvenirLTStd-Book";
  line-height: 24px;
  font-weight: bold;
}

.mdMaxWidthall {
  max-width: 1000px;
  margin: 0 auto;
}

.mdDivSpace {
  padding-left: 236px;
}

.mdDivSpace h2 {
  color: #272727;
  font-size: 29px;
  margin-bottom: 20px;
  font-family: "NexaBold";
}

.mdDivSpace p {
  color: #717171;
  font-size: 15px;
  line-height: 18px;
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
}

.footerEndBg {
  background: url(../images/footer-img.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.footerBgWhite {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 30px 30px 30px;
  border-radius: 10px;
  overflow: hidden;
}

.footerEndBg h3 {
  color: #375a66;
  font-weight: bold;
  font-size: 29px;
  font-family: "NexaBold";
  font-weight: bold;
  margin-top: 0px;
}

.footerfield {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 2px #ddd solid;
  font-size: 24px;
  font-family: "AvenirLTStd-Book";
  font-weight: bold;
  padding-bottom: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  text-align: center;
}

.footerEndBg input[type="submit"] {
  color: #fff;
  font-size: 24px;
  font-family: "NexaBold";
  font-weight: bold;
  width: 250px;
  border-radius: 10px;
  background: #ed7b3a;
  padding: 5px;
  display: block;
  margin: 0px auto 0;
  text-align: center;
  border: none;
}

.footerEndBg a:hover {
  background: #3b6071;
}

.footerFieldMain {
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1365px) {
  .bannerTxtmain {
    width: 52%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .bannerBgSec {
    min-height: 681px;
  }

  .bannerImg1 {
    display: none;
  }

  .bannerTxtmain {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    /* padding-top: 198px; */
  }

  .imgMainHeader h3 {
    font-size: 23px;
  }

  .bgSec1Main h2 {
    font-size: 27px;
  }

  .bgSec2Main h2 {
    font-size: 27px;
  }

  .bgSec2Main h2::before {
    width: 100px;
    margin-left: -50px;
  }

  .bgSec1Main h2::before {
    width: 200px;
    margin-left: -100px;
  }

  .bgSec1Main h3 {
    font-size: 23px;
    min-height: auto;
  }

  .processDiv1 h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .processDiv1 p {
    font-size: 18px;
    min-height: auto;
  }

  .bgSec3Main h2 {
    font-size: 27px;
  }

  .bgSec3Main h2::before {
    width: 200px;
    margin-left: -100px;
  }

  .bgSec3Main span {
    font-size: 16px;
  }

  .naturalPotientilaWrapper h3 {
    font-size: 20px;
  }

  .uniqueNaturalBg h4 {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .uniqueNaturalBg p {
    font-size: 18px;
  }

  .uniqueNaturalBg a {
    width: 199px;
    font-size: 18px;
  }

  .uniqueNaturalBg label {
    display: none;
  }

  .bgSec4Main h2 {
    font-size: 27px;
  }

  .bgSec4Main h2::before {
    width: 100px;
    margin-left: -50px;
  }
}

.footerEndBg .imgMainHeader h3 {
  font-size: 40px;
}

.footerEndBg .imgMainHeader p {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .mdDivSpace {
    padding-left: 15px;
  }

  .mdDivAllMain h3 {
    font-size: 18px;
  }

  .mdDivAllMain span {
    font-size: 18px;
  }

  .imgWrapperMainDiv1 {
    position: static;
    margin-bottom: 20px;
  }

  .imgWrapperMainDiv1 img {
    width: 100%;
  }

  .imgWrapperMain1 {
    padding-left: 0;
    text-align: center;
  }

  .imgWrapperMainDiv {
    position: static;
    margin-bottom: 20px;
  }

  .imgWrapperMain {
    padding-right: 0;
    text-align: center;
    margin: 0 auto 51px;
  }

  .imgWrapperMain img {
    width: 100%;
  }

  .naturalPotientilaBg {
    max-width: 100%;
  }

  .processDiv1 {
    margin-bottom: 20px;
  }

  .bgSec1Main h3 {
    margin-bottom: 10px;
  }

  .divAllhover {
    margin-bottom: 30px;
  }

  .header-main {
    padding: 10px 20px;
  }

  .headerRight li {
    padding-right: 23px;
    font-size: 11px;
    padding-top: 4px;
    padding-left: 34px;
  }
}

@media screen and (max-width: 767px) {
  .footerBgWhite {
    padding: 30px 0;
  }

  .footerEndBg {
    padding: 20px 0px;
  }

  .footerEndBg h3 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .mdDivSpace {
    margin-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .bannerBgSec {
    min-height: 560px;
  }

  .header-main {
    padding: 10px 20px 26px;
  }

  .bannerTxtmain p {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .bannerTxtmain span {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .bannerTxtmain a {
    margin-top: 0;
  }

  .bannerTxtmain label {
    font-size: 22px;
  }

  .bannerTxtmain h1 {
    font-size: 22px;
  }

  .naturalPotientilaWrapperDiv {
    position: static;
    margin-bottom: 20px;
  }

  .naturalPotientilaWrapper {
    padding-left: 0;
    text-align: center;
  }

  .headerRight {
    float: none;
    text-align: center;
  }

  .headerRight ul {
    margin-top: 0px;
  }

  .headerRight li {
    margin-top: 10px;
  }

  .headerLeft {
    float: left;
    text-align: center;
    width: 100%;
  }

  .sticky {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
      0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
}

@media screen and (max-width: 479px) {
  .bannerTxtmain p {
    font-size: 18px;
  }

  .bannerTxtmain h1 {
    font-size: 18px;
  }

  .bannerTxtmain label {
    font-size: 18px;
  }

  .bannerTxtmain span {
    font-size: 18px;
  }

  .bannerTxtmain a {
    font-size: 18px;
    width: 214px;
  }

  .headerRight li {
    padding-right: 8px;
  }
}

.text-white {
  color: white;
}

.w-full {
  width: 100%;
  margin-bottom: 30px;
}

.youtube-video-wrap {
  width: 100%;
  max-width: 800px;
  position: relative;
  display: block;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #ed7b3a;
  background: #ccc;
}

.youtube-video-wrap:before {
  content: "";
  width: 100%;
  position: relative;
  pointer-events: none;
  padding-bottom: 56.25%;
  display: block;
}

.youtube-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.text-dis {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #555 !important;
  padding-top: 13px;
  display: block;
}

.text-dis.description {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px !important;
  color: #4f4f4f;
  font-weight: bold;
  font-family: "NexaBold";
  line-height: 24px;
}

.bg-white {
  background-color: white !important;
}

.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .bannerBgSec {
    background-position: center right 58%;
  }

  .sec-inner {
    padding-bottom: 40px;
  }

  .bgSec3Main {
    padding-bottom: 60px;
  }

  .bgSec3Main,
  .bgSec4Main,
  .bgSec2Main,
  .bgSec1Main {
    padding-top: 80px;
  }

  .bgSec4Main,
  .bgSec2Main,
  .bgSec1Main {
    padding-bottom: 80px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 991.9px) and (min-width: 576px) {
  .bannerBgSec {
    background-position: center right 35%;
    padding-right: 222px;
    padding-top: 130px;
  }
}

@media screen and (max-width: 575px) {
  .text-dis {
    font-size: 16px !important;
    line-height: 25px;
  }

  .bannerBgSec {
    background-image: url(../images/new-banner-mob.png);
    padding-bottom: 325px;
    background-size: 390px;
    background-position: center bottom;
    background-color: #d27a40;
  }

  .bannerTxtmain {
    padding-top: 140px;
  }

  .headerRight img {
    max-width: 20px;
    max-height: 24px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.proven-contentwrap {
  @media (min-width: 1204px) {
    max-width: 1000px;
    margin: auto;
  }
}

.proven-contentwrap .inner-content {
  margin-bottom: 30px;

  @media (min-width: 768px) {
    max-width: 400px;
  }

  @media (min-width: 992px) {
    margin-bottom: 0px;
  }
}

.ml-auto {
  @media (min-width: 992px) {
    margin-left: auto;
  }
}

.bg-white {
  background-color: #fff;
}

/*batural potential section*/

.natural-potential {
  background-color: #f2f6f8;
  padding: 40px 0;

  @media (min-width: 992px) {
    padding: 80px 0;
  }
}

.natural-potential h2 {
  text-align: center;
  color: #3b6071;
  font-size: 47px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
  font-family: "NexaBold";
  font-weight: bold;

  @media (max-width: 1198px) {
    font-size: 27px;
  }
}

.natural-potential h2:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 620px;
  height: 4px;
  background: #ed7b3a;
  content: "";
  right: 0;
  margin: 0 auto;
}

.natural-potential h2:before {
  @media (max-width: 1199px) {
    max-width: 200px;
  }
}

.content_wrapper {
  max-width: 1000px;
  margin: auto;
}

.content_wrapper .image-wrap {
  max-width: 425px;
  margin: auto;
  margin-bottom: 30px;

  @media (min-width: 992px) {
    margin-left: auto;
  }
}

.content_wrapper .content-row {
  display: flex;
  flex-direction: column-reverse;

  @media (min-width: 768px) {
    flex-direction: unset;
    align-items: center;
    flex-wrap: wrap;
  }
}

.content_wrapper .content-row .content {
  /* font-family: "AvenirLTStd-Heavy"; */
  font-family: "NexaBold";
}

@media (min-width: 1400px) {
  .content_wrapper .content-row .content {
    font-size: 20px;
  }
}

.content_wrapper .content-row .content b {
  color: #000;
}

.content_wrapper .image-wrap figure {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 85%;
}

.content_wrapper .image-wrap figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object-contain {
  object-fit: contain !important;
}

.text-center {
  text-align: center !important;
}

#getacallback-btn {
  color: #fff;
  font-size: 24px;
  font-family: "NexaBold";
  font-weight: bold;
  width: 250px;
  border-radius: 10px;
  background: #ed7b3a;
  padding: 5px;
  display: block;
  margin: 0px auto 0;
  text-align: center;
  border: none;
}

#getacallback-btn.form-submiting {
  pointer-events: none;
  color: #ed7b3a;
  position: relative;
  user-select: none;

}

#getacallback-btn.form-submiting:after {
  content: "";
  display: block;
  width: 50px;
  height: 12px;
  background: radial-gradient(circle closest-side, #fff 90%, #0000) 0 0/33% 100% space;
  clip-path: inset(0 100% 0 0);
  animation: d1 1s steps(4) infinite;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes d1 {
  to {
    clip-path: inset(0 -34% 0 0)
  }
}