/* variables end */
/* Banner Start Here */
.hp-banner {
  position: relative;
  height: 838px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner {
    height: 55.867vw;
  }
}
@media screen and (max-width: 991px) {
  .hp-banner {
    height: 518px;
  }
}
.hp-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 327px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner::before {
    height: 21.8vw;
  }
}
@media screen and (max-width: 991px) {
  .hp-banner::before {
    height: 245px;
  }
}
.hp-banner:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 327px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner:after {
    height: 21.8vw;
  }
}
@media screen and (max-width: 991px) {
  .hp-banner:after {
    height: 245px;
    display: block;
  }
}
.hp-banner .ses-container {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
}
.hp-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hp-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hp-banner__content {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  max-width: 601px;
  bottom: 81px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner__content {
    max-width: 41.4vw;
    bottom: 5.4vw;
  }
}
@media screen and (max-width: 991px) {
  .hp-banner__content {
    bottom: 68px;
  }
}
.hp-banner__content .ses-subtitle {
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner__content .ses-subtitle {
    margin-bottom: 0.267vw;
  }
}
.hp-banner__content .ses-heading {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner__content .ses-heading {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 991px) {
  .hp-banner__content .ses-heading {
    margin-bottom: 4px;
  }
}
.hp-banner__content .btn-group .btn {
  margin: 0 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner__content .btn-group .btn {
    margin: 0 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .hp-banner__content .btn-group .btn {
    margin: 0 6px;
  }
}
@media screen and (max-width: 375px) {
  .hp-banner__content .btn-group .btn {
    margin-top: 10px;
  }
  .hp-banner__content .btn-group .btn:first-child {
    margin-top: 0;
  }
}
.hp-banner .contact-box {
  position: absolute;
  right: 0;
  bottom: 77px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner .contact-box {
    bottom: 5.133vw;
  }
}
@media screen and (max-width: 991px) {
  .hp-banner .contact-box {
    display: none;
  }
}
.hp-banner .contact-box .item {
  margin-bottom: 17px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .hp-banner .contact-box .item {
    margin-bottom: 1.133vw;
  }
}
.hp-banner .contact-box .item:last-child {
  margin-bottom: 0;
}
.hp-banner .contact-box .item .icon-box {
/*   background: -moz-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: -webkit-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#559541",endColorstr="#b5c74a",GradientType=1); */
  background: #205658;
  transition: 0.4s all ease-in-out;
}
.hp-banner .contact-box .item p {
  color: #ffffff;
}

/* Our Services Section */
.our-services {
  overflow: hidden;
  position: relative;
  padding: 122px 0 131px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services {
    padding: 8.133vw 0 8.733vw;
  }
}
@media screen and (max-width: 991px) {
  .our-services {
    padding: 48px 0 59px;
  }
}
@media screen and (min-width: 1501px) {
  .our-services--padding-top {
    padding-top: 242px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services--padding-top {
    padding-top: 16.133vw;
  }
}
.our-services::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 46%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .our-services::before {
    display: none;
  }
}
.our-services .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.our-services__content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 45%;
  padding-right: 117px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__content {
    padding-right: 7.8vw;
  }
}
@media screen and (max-width: 991px) {
  .our-services__content {
    width: 100%;
    background-color: transparent;
    padding-right: 0;
  }
}
.our-services__content .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .our-services__content .ses-text {
    margin-top: 5px;
  }
}
.our-services__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .our-services__content .ses-text p {
    margin-top: 13px;
  }
}
.our-services__content .ses-text p:first-child {
  margin-top: 0;
}
.our-services__content .ses-text b, .our-services__content .ses-text strong {
  font-weight: 700;
}
.our-services__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .our-services__content .btn {
    margin-top: 11px;
  }
}
.our-services__slider {
  width: 53%;
}
@media screen and (max-width: 991px) {
  .our-services__slider {
    width: 80%;
    margin-top: 24px;
  }
}
.our-services__slider .slick-list {
  overflow: visible;
  margin: 0 -9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__slider .slick-list {
    margin: 0 -0.6vw;
  }
}
.our-services__slider .item {
  padding: 0 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__slider .item {
    padding: 0 0.6vw;
  }
}
.our-services__slider .item .wrapper {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__slider .item .wrapper {
    border-radius: 1.867vw;
  }
}
.our-services__slider .item .wrapper .media:after {
  content: "";
  position: absolute;
  width: 148%;
  height: 103%;
  border-radius: 100%;
/*   background-color: #559541; */
  background-color: #194244;
  bottom: -41%;
  left: -7%;
  filter: blur(160px);
}
.our-services__slider .item .wrapper .media figure {
  position: relative;
/*   background-color: #b5c74a; */
  background: #194244;
  padding-bottom: 143%;
}
.our-services__slider .item .wrapper .media figure img {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.our-services__slider .item .wrapper .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  padding: 22px 27px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__slider .item .wrapper .content {
    padding: 1.467vw 1.8vw;
  }
}
.our-services__slider .item .wrapper .content .ses-text {
  margin-top: 6px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__slider .item .wrapper .content .ses-text {
    margin-top: 0.4vw;
  }
}
.our-services__slider .item .wrapper .content .btn {
  margin-top: 13px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services__slider .item .wrapper .content .btn {
    margin-top: 0.867vw;
  }
}
.our-services__slider .item:hover .wrapper {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
  transform: scale3d(1.01, 1.01, 1.01);
}
.our-services--dark {
  background-color: #202020;
}
.our-services--dark::before {
  background-color: #202020;
}
.our-services--dark .our-services__content {
  background-color: #202020;
  color: #ffffff;
}
.our-services--dark .our-services__content .ses-heading {
  color: #f8f8f8;
}

/* About Section */
.about-section {
  background-color: #202020;
  padding: 162px 0 88px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section {
    padding: 10.8vw 0 5.867vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section {
    padding: 58px 0 59px;
  }
}
.about-section .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-section__content {
  color: #f8f8f8;
  width: 57%;
  padding-right: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content {
    padding-right: 2.133vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content {
    padding-right: 0;
    width: 100%;
  }
}
.about-section__content .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .ses-text {
    margin-top: 6px;
  }
}
.about-section__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .ses-text p {
    margin-top: 14px;
  }
}
.about-section__content .ses-text p:first-child {
  margin-top: 0;
}
.about-section__content .ses-text b, .about-section__content .ses-text strong {
  font-weight: 700;
}
.about-section__content .info-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -8px;
  margin-top: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .info-boxes {
    margin: 0 -0.533vw;
    margin-top: 2.133vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .info-boxes {
    margin: 0 -6px;
    margin-top: 20px;
  }
}
.about-section__content .info-boxes .item {
  width: 100%;
  max-width: 264px;
  padding: 0 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .info-boxes .item {
    max-width: 17.6vw;
    padding: 0 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .info-boxes .item {
    padding: 0 6px;
  }
}
.about-section__content .info-boxes .item .innerWrap {
/*   background-color: #5b9842; */
  background-color: #205658;
  height: 100%;
  border-radius: 16px;
  padding: 22px 25px 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .info-boxes .item .innerWrap {
    border-radius: 1.067vw;
    padding: 1.467vw 1.667vw 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .info-boxes .item .innerWrap {
    border-radius: 11px;
    padding: 14px 16px;
  }
}
.about-section__content .info-boxes .item .innerWrap .icon {
  margin-bottom: 11px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .info-boxes .item .innerWrap .icon {
    margin-bottom: 0.733vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .info-boxes .item .innerWrap .icon {
    margin-bottom: 16px;
  }
}
.about-section__content .info-boxes .item .innerWrap .icon img {
  width: auto;
  height: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .info-boxes .item .innerWrap .icon img {
    height: 2.667vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .info-boxes .item .innerWrap .icon img {
    height: 26px;
  }
}
.about-section__content .btn {
  margin-top: 37px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__content .btn {
    margin-top: 2.467vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__content .btn {
    margin-top: 21px;
  }
}
.about-section__media {
  width: 41.5%;
  margin-top: -245px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__media {
    margin-top: -16.333vw;
  }
}
@media screen and (max-width: 991px) {
  .about-section__media {
    display: none;
  }
}
.about-section__media .row {
  margin: 0 -10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__media .row {
    margin: 0 -0.667vw;
  }
}
.about-section__media .row .items {
  width: 50%;
  padding: 0 10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__media .row .items {
    padding: 0 0.667vw;
  }
}
.about-section__media .items .img-box {
  margin-top: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__media .items .img-box {
    margin-top: 1.867vw;
  }
}
.about-section__media .items .img-box:first-child {
  margin-top: 0;
}
.about-section__media .items .img-box .ratio {
  border-radius: 27px;
  padding-bottom: 141%;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__media .items .img-box .ratio {
    border-radius: 1.8vw;
  }
}
.about-section__media .right-box {
  padding-top: 200px !important;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .about-section__media .right-box {
    padding-top: 13.333vw !important;
  }
}

/* Testimonial Section */
.testimonial {
/*   background-color: #5b9842; */
  background-color: #205658;
  position: relative;
  overflow: hidden;
  padding: 88px 0 89px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .testimonial {
    padding: 5.867vw 0 5.933vw;
  }
}
@media screen and (max-width: 991px) {
  .testimonial {
    padding: 40px 0 55px;
  }
}
.testimonial__head {
  color: #f8f8f8;
}
.testimonial__slider {
  margin-top: 32px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .testimonial__slider {
    margin-top: 2.133vw;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__slider {
    margin-top: 17px;
    max-width: 80%;
  }
}
.testimonial__slider .slick-list {
  overflow: visible;
  margin: 0 -9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .testimonial__slider .slick-list {
    margin: 0 -0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__slider .slick-list {
    margin: 0 -4px;
  }
}
.testimonial__slider .slick-track {
  display: flex;
}
.testimonial__slider .item {
  height: auto;
  padding: 0 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .testimonial__slider .item {
    padding: 0 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__slider .item {
    padding: 0 4px;
  }
}
.testimonial__slider .item .innerWrap {
  height: 100%;
  transition: all 0.3s;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 26px 19px 25px 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .testimonial__slider .item .innerWrap {
    border-radius: 1.067vw;
    padding: 1.733vw 1.267vw 1.667vw 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .testimonial__slider .item .innerWrap {
    border-radius: 11px;
    padding: 11px 10px;
  }
}
.testimonial__slider .item .innerWrap figure {
  width: 100%;
  max-width: 79px;
  margin-top: 7px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .testimonial__slider .item .innerWrap figure {
    max-width: 5.267vw;
    margin-top: 0.467vw;
  }
}
.testimonial__slider .item .innerWrap .ses-text {
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .testimonial__slider .item .innerWrap .ses-text {
    margin-top: 1vw;
  }
}
.testimonial__slider .item:hover .innerWrap {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
  transform: scale3d(1.01, 1.01, 1.01);
}

/* Process Section */
.process {
  position: relative;
  overflow: hidden;
  padding: 68px 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process {
    padding: 4.533vw 0;
  }
}
.process .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.process__content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 36%;
}
@media screen and (max-width: 991px) {
  .process__content {
    width: 100%;
    background-color: transparent;
  }
}
.process__content .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .process__content .ses-text {
    margin-top: 5px;
  }
}
.process__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .process__content .ses-text p {
    margin-top: 13px;
  }
}
.process__content .ses-text p:first-child {
  margin-top: 0;
}
.process__content .ses-text b, .process__content .ses-text strong {
  font-weight: 700;
}
.process__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .process__content .btn {
    margin-top: 11px;
  }
}
.process__slider {
  width: 38.2%;
  margin-right: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .process__slider {
    width: 61%;
    margin-right: 0;
    margin-top: 33px;
  }
}
.process__slider .slick-list {
  margin: 0 -8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .slick-list {
    margin: 0 -0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .process__slider .slick-list {
    margin: 0 -6px;
    overflow: visible;
  }
}
.process__slider .slick-list .item {
  padding: 0 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .slick-list .item {
    padding: 0 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .process__slider .slick-list .item {
    padding: 0 6px;
  }
}
.process__slider .slick-track {
  display: flex;
}
.process__slider .slick-track .slick-slide {
  height: auto;
}
.process__slider .slick-track .slick-slide .wrapper {
  height: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .slick-slide:nth-child(2) {
    padding-top: 4.733vw;
  }
}
@media screen and (min-width: 992px) {
  .process__slider .slick-slide:nth-child(2) {
    padding-top: 71px;
  }
}
.process__slider .slick-slide > div:nth-child(2) {
  margin-top: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .slick-slide > div:nth-child(2) {
    margin-top: 1.2vw;
  }
}
.process__slider .wrapper {
  text-align: center;
  transition: all 0.3s;
  border-radius: 26px;
  padding: 35px 23px 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .wrapper {
    border-radius: 1.733vw;
    padding: 2.333vw 1.533vw 1.867vw;
  }
}
@media screen and (max-width: 991px) {
  .process__slider .wrapper {
    border-radius: 19px;
    padding: 23px 15px 20px;
  }
}
.process__slider .wrapper .icon {
  text-align: center;
}
.process__slider .wrapper .icon img {
  width: auto;
  margin: auto;
  height: 105px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .wrapper .icon img {
    height: 7vw;
  }
}
@media screen and (max-width: 991px) {
  .process__slider .wrapper .icon img {
    height: 58px;
  }
}
.process__slider .wrapper h4 {
  font-weight: 600;
  margin: 0;
  line-height: 1.1;
  font-size: 20px;
  margin-top: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .wrapper h4 {
    font-size: 1.333vw;
    margin-top: 0.933vw;
  }
}
@media screen and (max-width: 991px) {
  .process__slider .wrapper h4 {
    font-size: 16px;
    margin-top: 9px;
  }
}
.process__slider .wrapper .ses-text {
  margin-top: 4px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process__slider .wrapper .ses-text {
    margin-top: 0.267vw;
  }
}
@media screen and (max-width: 991px) {
  .process__slider .wrapper .ses-text {
    margin-top: 1px;
  }
}
.process__slider .wrapper.bg-green {
/*   background-color: #5b9842; */
  background-color: #205658;
  color: #ffffff;
}
.process__slider .wrapper.bg-black {
  background-color: #202020;
  color: #ffffff;
}
.process__slider .wrapper.bg-grey {
  background-color: #dfdfdf;
  color: #000000;
}
.process__slider .item:hover .wrapper {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
  transform: scale3d(1.01, 1.01, 1.01);
}

/* Blog list slider */
.blog-list {
  background-color: #202020;
  position: relative;
  overflow: hidden;
  padding: 147px 0 154px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-list {
    padding: 9.8vw 0 10.267vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-list {
    padding: 44px 0 55px;
  }
}
.blog-list__head {
  width: 100%;
  color: #f8f8f8;
  max-width: 700px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-list__head {
    max-width: 46.667vw;
  }
}
.blog-list__head .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-list__head .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-list__head .ses-text {
    margin-top: 5px;
  }
}
.blog-list__head .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-list__head .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-list__head .ses-text p {
    margin-top: 13px;
  }
}
.blog-list__head .ses-text p:first-child {
  margin-top: 0;
}
.blog-list__head .ses-text b, .blog-list__head .ses-text strong {
  font-weight: 700;
}
.blog-list__slider {
  width: 100%;
  margin-top: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-list__slider {
    margin-top: 4.667vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-list__slider {
    width: 80%;
    margin-top: 24px;
  }
}
.blog-list__slider .slick-list {
  overflow: visible;
  margin: 0 -12px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-list__slider .slick-list {
    margin: 0 -0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-list__slider .slick-list {
    margin: 0 -6px;
  }
}
.blog-list__slider .item {
  padding: 0 12px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-list__slider .item {
    padding: 0 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-list__slider .item {
    padding: 0 6px;
  }
}
.custom-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 35px;
}
.custom-slick-arrow  {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-right: 20px;
}
.custom-slick-arrow svg{
  width: 36px;
  height: 36px;
}
.custom-slick-arrow:last-child {
  margin-right: 0;
}
.custom-slick-arrow.slick-disabled {
  opacity: 0.5;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .custom-arrow {
    margin-top: 2.333vw;
  }
  .custom-slick-arrow  {
    width: 2.4vw;
    height: 2.4vw;
    margin-right: 1.333vw;
  }
  .custom-slick-arrow svg{
    width: 2.4vw;
    height: 2.4vw;
  }
}

/* Logo Slider */
.logo-slider {
  position: relative;
  overflow: hidden;
  padding: 55px 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .logo-slider {
    padding: 3.667vw 0;
  }
}
@media screen and (max-width: 991px) {
  .logo-slider {
    padding: 49px 0;
  }
}
.logo-slider--dark {
  background-color: #202020;
}
.logo-slider__slider .slick-list {
  overflow: visible;
  margin: 0 -30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .logo-slider__slider .slick-list {
    margin: 0 -2vw;
  }
}
@media screen and (max-width: 991px) {
  .logo-slider__slider .slick-list {
    margin: 0 -16px;
  }
}
.logo-slider__slider .item {
  padding: 0 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .logo-slider__slider .item {
    padding: 0 2vw;
  }
}
@media screen and (max-width: 991px) {
  .logo-slider__slider .item {
    padding: 0 16px;
  }
}
.logo-slider__slider .item .ratio {
  padding-bottom: 58%;
}
.logo-slider__slider .item .ratio img {
  object-fit: contain;
  object-position: center;
}

/* Banner Start Here */
.inner-banner {
  position: relative;
  height: 664px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner {
    height: 44.267vw;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner {
    height: 518px;
  }
}
.inner-banner::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 327px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner::before {
    height: 21.8vw;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner::before {
    height: 245px;
  }
}
.inner-banner:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 327px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner:after {
    height: 21.8vw;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner:after {
    height: 245px;
    display: block;
  }
}
.inner-banner .ses-container {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
}
.inner-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner__content {
  position: absolute;
  padding: 0 20px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
  max-width: 601px;
  bottom: 52px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner__content {
    max-width: 41.4vw;
    bottom: 3.467vw;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner__content {
    bottom: 51px;
  }
}
.inner-banner__content .ses-subtitle {
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner__content .ses-subtitle {
    margin-bottom: 0.267vw;
  }
}
.inner-banner__content .ses-heading {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner__content .ses-heading {
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner__content .ses-heading {
    margin-bottom: 4px;
  }
}
.inner-banner__content .btn-group .btn {
  margin: 0 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner__content .btn-group .btn {
    margin: 0 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner__content .btn-group .btn {
    margin: 0 6px;
  }
}
@media screen and (max-width: 375px) {
  .inner-banner__content .btn-group .btn {
    margin-top: 10px;
  }
  .inner-banner__content .btn-group .btn:first-child {
    margin-top: 0;
  }
}
.inner-banner .contact-box {
  position: absolute;
  right: 0;
  bottom: 52px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner .contact-box {
    bottom: 3.467vw;
  }
}
@media screen and (max-width: 991px) {
  .inner-banner .contact-box {
    display: none;
  }
}
.inner-banner .contact-box .item {
  margin-bottom: 17px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .inner-banner .contact-box .item {
    margin-bottom: 1.133vw;
  }
}
.inner-banner .contact-box .item:last-child {
  margin-bottom: 0;
}
.inner-banner .contact-box .item .icon-box {
/*   background: -moz-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: -webkit-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#559541",endColorstr="#b5c74a",GradientType=1); */
  background:  #205658;
  transition: 0.4s all ease-in-out;
}
.inner-banner .contact-box .item p {
  color: #ffffff;
}

/* Our Services Section */
.our-range {
  background-color: #ebebeb;
  overflow: hidden;
  position: relative;
  padding: 122px 0 131px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range {
    padding: 8.133vw 0 8.733vw;
  }
}
@media screen and (max-width: 991px) {
  .our-range {
    padding: 48px 0 59px;
  }
}
.our-range::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 46%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ebebeb;
}
@media screen and (max-width: 991px) {
  .our-range::before {
    display: none;
  }
}
.our-range .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-range__content {
  position: relative;
  z-index: 2;
  background-color: #ebebeb;
  width: 45%;
  padding-right: 117px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__content {
    padding-right: 7.8vw;
  }
}
@media screen and (max-width: 991px) {
  .our-range__content {
    width: 100%;
    background-color: transparent;
    padding-right: 0;
  }
}
.our-range__content .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .our-range__content .ses-text {
    margin-top: 5px;
  }
}
.our-range__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .our-range__content .ses-text p {
    margin-top: 13px;
  }
}
.our-range__content .ses-text p:first-child {
  margin-top: 0;
}
.our-range__content .ses-text b, .our-range__content .ses-text strong {
  font-weight: 700;
}
.our-range__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .our-range__content .btn {
    margin-top: 11px;
  }
}
.our-range__slider {
  width: 53%;
}
@media screen and (max-width: 991px) {
  .our-range__slider {
    width: 80%;
    margin-top: 24px;
  }
}
.our-range__slider .slick-list {
  overflow: visible;
  margin: 0 -9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__slider .slick-list {
    margin: 0 -0.6vw;
  }
}
.our-range__slider .item {
  padding: 0 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__slider .item {
    padding: 0 0.6vw;
  }
}
.our-range__slider .item .wrapper {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  background-color: #ffffff;
  border-radius: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__slider .item .wrapper {
    border-radius: 1.867vw;
  }
}
.our-range__slider .item .wrapper .media figure {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 100%;
}
.our-range__slider .item .wrapper .media figure img {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  max-width: 86%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  left: 50%;
  transform: translateX(-50%);
}
.our-range__slider .item .wrapper .content {
  position: relative;
  width: 100%;
  text-align: center;
  color: #000000;
  padding: 22px 27px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__slider .item .wrapper .content {
    padding: 1.467vw 1.8vw;
  }
}
.our-range__slider .item .wrapper .content .ses-text {
  margin-top: 6px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-range__slider .item .wrapper .content .ses-text {
    margin-top: 0.4vw;
  }
}
.our-range__slider .item:hover .wrapper {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
  transform: scale3d(1.01, 1.01, 1.01);
}

/* Process Section */
.process-layout-2 {
  position: relative;
  overflow: hidden;
  padding: 54px 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2 {
    padding: 3.6vw 0;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2 {
    padding: 46px 0 52px;
  }
}
.process-layout-2 .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.process-layout-2__content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 36%;
}
@media screen and (max-width: 991px) {
  .process-layout-2__content {
    width: 100%;
    background-color: transparent;
  }
}
.process-layout-2__content.width-large {
  width: 42%;
}
@media screen and (max-width: 991px) {
  .process-layout-2__content.width-large {
    width: 100%;
  }
}
.process-layout-2__content .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__content .ses-text {
    margin-top: 5px;
  }
}
.process-layout-2__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__content .ses-text p {
    margin-top: 13px;
  }
}
.process-layout-2__content .ses-text p:first-child {
  margin-top: 0;
}
.process-layout-2__content .ses-text h4 {
  font-weight: 600;
  font-size: 19px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__content .ses-text h4 {
    font-size: 1.267vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__content .ses-text h4 {
    font-size: 18px;
  }
}
.process-layout-2__content .ses-text b, .process-layout-2__content .ses-text strong {
  font-weight: 700;
}
.process-layout-2__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__content .btn {
    margin-top: 11px;
  }
}
.process-layout-2__media {
  width: 41.5%;
}
@media screen and (max-width: 991px) {
  .process-layout-2__media {
    width: 100%;
    margin-top: 33px;
  }
}
.process-layout-2__media .row {
  -webkit-align-items: unset;
  -moz-align-items: unset;
  -ms-align-items: unset;
  align-items: unset;
  margin: 0 -10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .row {
    margin: 0 -0.667vw;
  }
}
.process-layout-2__media .row .items {
  width: 50%;
  padding: 0 10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .row .items {
    padding: 0 0.667vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__media .items .img-box {
    display: none;
  }
}
.process-layout-2__media .items .img-box .ratio {
  border-radius: 27px;
  padding-bottom: 141%;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .items .img-box .ratio {
    border-radius: 1.8vw;
  }
}
.process-layout-2__media .items > div:last-child {
  margin-top: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .items > div:last-child {
    margin-top: 1.867vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__media .items > div:last-child {
    margin-top: 0;
  }
}
.process-layout-2__media .items > div:last-child:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .process-layout-2__media .items .info-boxes {
    height: 100%;
  }
}
.process-layout-2__media .items .info-boxes .item {
  height: 100%;
  width: 100%;
  max-width: 264px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .items .info-boxes .item {
    max-width: 17.6vw;
  }
}
.process-layout-2__media .items .info-boxes .item .innerWrap {
/*   background-color: #5b9842; */
  background-color:  #205658;
  color: #ffffff;
  height: 100%;
  border-radius: 16px;
  padding: 22px 25px 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .items .info-boxes .item .innerWrap {
    border-radius: 1.067vw;
    padding: 1.467vw 1.667vw 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__media .items .info-boxes .item .innerWrap {
    border-radius: 11px;
    padding: 14px 16px;
  }
}
.process-layout-2__media .items .info-boxes .item .innerWrap .icon {
  margin-bottom: 11px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .items .info-boxes .item .innerWrap .icon {
    margin-bottom: 0.733vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__media .items .info-boxes .item .innerWrap .icon {
    margin-bottom: 16px;
  }
}
.process-layout-2__media .items .info-boxes .item .innerWrap .icon img {
  width: auto;
  height: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .process-layout-2__media .items .info-boxes .item .innerWrap .icon img {
    height: 2.667vw;
  }
}
@media screen and (max-width: 991px) {
  .process-layout-2__media .items .info-boxes .item .innerWrap .icon img {
    height: 26px;
  }
}

/* Steps CSS Start Here */
.steps {
  background-color: #202020;
  padding: 108px 0 112px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .steps {
    padding: 7.2vw 0 7.467vw;
  }
}
@media screen and (max-width: 991px) {
  .steps {
    padding: 50px 0 52px;
  }
}
.steps .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.steps__tab-media {
  width: 39%;
}
@media screen and (max-width: 991px) {
  .steps__tab-media {
    display: none;
  }
}
.steps__tab-media .tabs .tab-link {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  width: 83%;
/*   background-color: #5b9842; */
  background-color:  #205658;
  overflow: hidden;
  border-radius: 27px;
  margin-bottom: 17px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .steps__tab-media .tabs .tab-link {
    border-radius: 1.8vw;
    margin-bottom: 1.133vw;
  }
}
.steps__tab-media .tabs .tab-link:last-child {
  margin-bottom: 0;
}
.steps__tab-media .tabs .tab-link figure {
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  opacity: 0.3;
  padding-bottom: 125px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .steps__tab-media .tabs .tab-link figure {
    padding-bottom: 8.333vw;
  }
}
.steps__tab-media .tabs .tab-link figure:after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  overflow: visible;
  z-index: 3;
  width: 63%;
  height: 150%;
  border-radius: 100%;
/*   background-color: #559541; */
	background-color:  #205658;
  bottom: -30px;
  right: -12%;
  filter: blur(60px);
}
.steps__tab-media .tabs .tab-link h3 {
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 0;
  margin: 0;
  transform: translateY(-50%);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  font-size: 32px;
  padding: 10px 32px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .steps__tab-media .tabs .tab-link h3 {
    font-size: 2.133vw;
    padding: 0.667vw 2.133vw;
  }
}
.steps__tab-media .tabs .tab-link.active {
  width: 100%;
  background-color: #2b2b2b;
}
.steps__tab-media .tabs .tab-link.active figure:after {
  opacity: 0;
}
.steps__tab-content {
  width: 49.8%;
}
@media screen and (max-width: 991px) {
  .steps__tab-content {
    width: 100%;
  }
}
.steps__tab-content .items {
  color: #ffffff;
  display: none;
}
@media screen and (max-width: 991px) {
  .steps__tab-content .items {
    display: block !important;
  }
}
.steps__tab-content .items:first-child {
  display: block;
}
.steps__tab-content .items .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .steps__tab-content .items .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .steps__tab-content .items .ses-text {
    margin-top: 5px;
  }
}
.steps__tab-content .items .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .steps__tab-content .items .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .steps__tab-content .items .ses-text p {
    margin-top: 13px;
  }
}
.steps__tab-content .items .ses-text p:first-child {
  margin-top: 0;
}
.steps__tab-content .items .ses-text b, .steps__tab-content .items .ses-text strong {
  font-weight: 700;
}
.steps__tab-content .items .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .steps__tab-content .items .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .steps__tab-content .items .btn {
    display: none;
    margin-top: 11px;
  }
}
.steps__slider-arrow {
  display: none;
}
@media screen and (max-width: 991px) {
  .steps__slider-arrow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 23px;
  }
}
.steps__slider-arrow .slick-arrow {
  cursor: pointer;
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 32px;
  height: 32px;
  margin-right: 7px;
}
.steps__slider-arrow .slick-arrow img {
  width: 100%;
  max-width: 7px;
}
.steps__slider-arrow .slick-arrow:hover {
  box-shadow: 0 0 22px rgb(255, 255, 255);
}
.steps__slider-arrow .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: auto;
}
.steps__slider-arrow .slick-arrow.slick-disabled:hover {
  box-shadow: unset;
}

/* Steps CSS End Here */
/* Eligibility Criteria Start Here */
.column-content {
  background-color: #202020;
}
@media screen and (max-width: 991px) {
  .column-content {
    margin-top: 41px;
  }
}
.column-content .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.column-content__green-block {
  width: 43.4%;
  margin-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__green-block {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__green-block {
    margin-left: 0;
    width: 100%;
  }
}
.column-content__green-block .innerWrap {
/*   background-color: #5b9842; */
  background-color: #194244;
  border-radius: 27px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
  padding: 62px 41px 47px 43px;
  margin-top: -40px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__green-block .innerWrap {
    border-radius: 1.8vw;
    padding: 4.133vw 2.733vw 3.133vw 2.867vw;
    margin-top: -2.667vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__green-block .innerWrap {
    margin-top: -75px;
    padding: 36px 29px 28px 30px;
  }
}
.column-content__green-block .innerWrap .ses-text {
  margin-top: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__green-block .innerWrap .ses-text {
    margin-top: 1.867vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__green-block .innerWrap .ses-text {
    margin-top: 7px;
  }
}
.column-content__green-block .innerWrap .ses-text ul {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__green-block .innerWrap .ses-text ul {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__green-block .innerWrap .ses-text ul {
    margin-top: 3px;
  }
}
.column-content__green-block .innerWrap .ses-text ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__green-block .innerWrap .ses-text ul li {
    margin-top: 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__green-block .innerWrap .ses-text ul li {
    margin-top: 5px;
  }
}
.column-content__green-block .innerWrap .ses-text ul li:first-child {
  margin-top: 0;
}
.column-content__green-block .innerWrap .ses-text ul li::before {
  content: "";
  position: relative;
  display: block;
  /*background-image: url("./../../images/checked.png");*/
  background-image: url("./../images/checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 8px;
  margin-top: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__green-block .innerWrap .ses-text ul li::before {
    width: 1.133vw;
    min-width: 1.133vw;
    height: 1.133vw;
    margin-right: 0.533vw;
    margin-top: 0.2vw;
  }
}
.column-content__green-block .innerWrap .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__green-block .innerWrap .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__green-block .innerWrap .ses-text p {
    margin-top: 11px;
  }
}
.column-content__green-block .innerWrap .ses-text p:first-of-type {
  margin-top: 0;
}
.column-content__plain-block {
  width: 48.5%;
  padding: 33px;
  padding-right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__plain-block {
    padding: 2.2vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__plain-block {
    width: 100%;
    padding: 0;
    padding-bottom: 45px;
    margin-top: 33px;
  }
}
.column-content__plain-block .innerWrap {
  color: #ffffff;
}
.column-content__plain-block .innerWrap .ses-text {
  margin-top: 24px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__plain-block .innerWrap .ses-text {
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__plain-block .innerWrap .ses-text {
    margin-top: 7px;
  }
}
.column-content__plain-block .innerWrap h5 {
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  font-size: 18px;
  margin-top: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__plain-block .innerWrap h5 {
    font-size: 1.2vw;
    margin-top: 0.933vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__plain-block .innerWrap h5 {
    margin-top: 13px;
  }
}
.column-content__plain-block .innerWrap .btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .column-content__plain-block .innerWrap .btn {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .column-content__plain-block .innerWrap .btn {
    margin-top: 16px;
  }
}

/* Eligibility Criteria End Here */
/* Coverage Section */
.coverage {
  background-color: #e4e4e4;
  position: relative;
  padding: 97px 0 66px;

}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .coverage {
    padding: 6.467vw 0 4.4vw;
  }
}
.coverage .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.coverage__content {
  position: relative;
  z-index: 2;
  width: 42.1%;
  padding-right: 88px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .coverage__content {
    padding-right: 5.867vw;
  }
}
@media screen and (max-width: 991px) {
  .coverage__content {
    width: 100%;
    padding-right: 0;
  }
}
.coverage__content .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .coverage__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .coverage__content .ses-text {
    margin-top: 5px;
  }
}
.coverage__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .coverage__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .coverage__content .ses-text p {
    margin-top: 13px;
  }
}
.coverage__content .ses-text p:first-child {
  margin-top: 0;
}
.coverage__content .ses-text b, .coverage__content .ses-text strong {
  font-weight: 700;
}
.coverage__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .coverage__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .coverage__content .btn {
    margin-top: 11px;
  }
}
.coverage__city-tags {
  position: relative;
  z-index: 2;
  width: 20%;
  padding-right: 10px;
}
@media screen and (max-width: 991px) {
  .coverage__city-tags {
    width: 100%;
    padding-right: 0;
    margin-top: 21px;
  }
}
.coverage__city-tags ul li {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .coverage__city-tags ul li {
    margin-bottom: 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .coverage__city-tags ul li {
    display: inline-block;
    margin: 0 6px 7px 0;
  }
}
.coverage__city-tags ul li:last-child {
  margin-bottom: 0;
}
.coverage__city-tags ul li a {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 100px;
  line-height: 1;
/*   background-color: #5b9842; */
  background-color:  #205658;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 2.24px;
  padding: 18px 22px 17px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .coverage__city-tags ul li a {
    font-size: 0.933vw;
    letter-spacing: 0.149vw;
    padding: 1.2vw 1.467vw 1.133vw;
  }
}
@media screen and (max-width: 991px) {
  .coverage__city-tags ul li a {
    font-size: 12px;
    letter-spacing: 1.92px;
    padding: 14px 17px 14px;
  }
}
.coverage__map-media {
  width: 37.9%;
}
@media screen and (max-width: 991px) {
  .coverage__map-media {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 70%;
    max-width: 328px;
    right: -95px;
  }
}
.coverage__map-media figure {
  width: 100%;
}

/* Coverage Section */
/* Image Content  */
.img-content {
  padding: 107px 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .img-content {
    padding: 7.133vw 0;
  }
}
@media screen and (max-width: 991px) {
  .img-content {
    padding: 0 0 55px;
    margin-top: 50px;
  }
}
.img-content--bg-dark {
  background-color: #202020;
  color: #ffffff;
}
.img-content--bg-light {
  background-color: #f8f8f8;
}
.img-content--left-align .img-content__media {
  order: 2;
}
@media screen and (max-width: 991px) {
  .img-content--left-align .img-content__media {
    order: 1;
  }
}
.img-content--left-align .img-content__content {
  order: 1;
}
@media screen and (max-width: 991px) {
  .img-content--left-align .img-content__content {
    order: 2;
  }
}
.img-content .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -19px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .img-content .row {
    margin: 0 -1.267vw;
  }
}
.img-content .row .items {
  padding: 0 19px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .img-content .row .items {
    padding: 0 1.267vw;
  }
}
.img-content__media {
  width: 48.6%;
}
@media screen and (max-width: 991px) {
  .img-content__media {
    width: 100%;
  }
}
.img-content__media figure {
  overflow: hidden;
  padding-bottom: 67%;
  border-radius: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .img-content__media figure {
    border-radius: 1.067vw;
  }
}
@media screen and (max-width: 991px) {
  .img-content__media figure {
    margin-top: -50px;
  }
}
.img-content__content {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .img-content__content {
    width: 100%;
    margin-top: 35px;
  }
}
.img-content__content .ses-text {
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .img-content__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .img-content__content .ses-text {
    margin-top: 8px;
  }
}
.img-content__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .img-content__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .img-content__content .ses-text p {
    margin-top: 13px;
  }
}
.img-content__content .ses-text p:first-child {
  margin-top: 0;
}
.img-content__content .ses-text b, .img-content__content .ses-text strong {
  font-weight: 700;
}
.img-content__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .img-content__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .img-content__content .btn {
    margin-top: 18px;
  }
}

/* Image Content  */
/* Blog Collection */
.blog-collection {
  padding: 107px 0 128px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection {
    padding: 7.133vw 0 8.533vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-collection {
    padding: 38px 0 48px;
  }
}
.blog-collection__filter {
  width: 100%;
  max-width: 699px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__filter {
    max-width: 46.6vw;
  }
}
@media screen and (max-width: 767px) {
  .blog-collection__filter {
    margin: auto;
    max-width: 80%;
  }
}
.blog-collection__filter .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__filter .row {
    margin: 0 -0.333vw;
  }
}
.blog-collection__filter .row .items {
  padding: 0 5px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__filter .row .items {
    padding: 0 0.333vw;
  }
}
.blog-collection__filter .small-column {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .blog-collection__filter .small-column {
    width: 40%;
  }
}
.blog-collection__filter .med-column {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .blog-collection__filter .med-column {
    width: 60%;
  }
}
.blog-collection__filter .large-column {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .blog-collection__filter .large-column {
    width: 100%;
    margin-top: 10px;
  }
}
.blog-collection__filter .items select, .blog-collection__filter .items input {
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-appearance: none;
  background-color: #dfdfdf;
  font-weight: 600;
  color: #202020;
  line-height: 1;
  width: 100%;
  text-transform: capitalize;
  height: 54px;
  font-size: 17px;
  border-radius: 11px;
  padding: 18px 20px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__filter .items select, .blog-collection__filter .items input {
    height: 3.6vw;
    font-size: 1.133vw;
    border-radius: 0.733vw;
    padding: 1.2vw 1.333vw;
  }
}
.blog-collection__filter .items input {
  background-image: url("./../images/search.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 19px center;
  padding-right: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__filter .items input {
    background-size: 1vw;
    background-position: right 1.267vw center;
    padding-right: 2.667vw;
  }
}
.blog-collection__filter .items input::placeholder {
  opacity: 1;
  color: #202020;
}
.blog-collection__posts {
  margin-top: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__posts {
    margin-top: 1.867vw;
  }
}
.blog-collection__posts .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -11px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__posts .row {
    margin: 0 -0.733vw;
  }
}
.blog-collection__posts .row .item {
  width: 33.3333%;
  padding: 0 11px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__posts .row .item {
    padding: 0 0.733vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-collection__posts .row .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .blog-collection__posts .row .item {
    width: 100%;
  }
}
.blog-collection__posts .row .item:nth-child(n+4) {
  margin-top: 25px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__posts .row .item:nth-child(n+4) {
    margin-top: 1.667vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-collection__posts .row .item:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog-collection__posts .row .item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .blog-collection__posts .row .item figure {
    padding-bottom: 70%;
  }
}
.blog-collection__posts .row .item .ses-heading {
  font-size: 27px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__posts .row .item .ses-heading {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-collection__posts .row .item .ses-heading {
    font-size: 22px;
  }
}
.blog-collection__posts .row .item .ses-text {
  font-size: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-collection__posts .row .item .ses-text {
    font-size: 0.933vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-collection__posts .row .item .ses-text {
    font-size: 12px;
  }
}

/* Blog Collection */
/* Blog Detail */
.blog-detail {
  padding: 113px 0 104px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail {
    padding: 7.533vw 0 6.933vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail {
    padding: 38px 0 36px;
  }
}
.blog-detail .innerWrap {
  width: 100%;
  margin: auto;
  max-width: 1133px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap {
    max-width: 75.533vw;
  }
}
.blog-detail .innerWrap .wysiwyg {
  font-weight: 500;
}
.blog-detail .innerWrap .wysiwyg img {
  border-radius: 64px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap .wysiwyg img {
    border-radius: 4.267vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail .innerWrap .wysiwyg img {
    border-radius: 21px;
  }
}
.blog-detail .innerWrap .post-share {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 31px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap .post-share {
    margin-top: 2.067vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail .innerWrap .post-share {
    margin-top: 39px;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail .innerWrap .post-share .back-btn {
    width: 100%;
    order: 2;
    margin-top: 14px;
    text-align: center;
  }
}
.blog-detail .innerWrap .post-share .back-btn .btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.blog-detail .innerWrap .post-share .back-btn .btn span {
  display: block;
  width: 7px;
  margin-right: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap .post-share .back-btn .btn span {
    width: 0.467vw;
    margin-right: 0.8vw;
  }
}
.blog-detail .innerWrap .post-share .share-icon {
  margin-left: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap .post-share .share-icon {
    margin-left: 0.8vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail .innerWrap .post-share .share-icon {
    margin: auto;
  }
}
.blog-detail .innerWrap .post-share .share-icon ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
}
.blog-detail .innerWrap .post-share .share-icon ul li {
  display: inline-block;
  line-height: 0;
  margin-left: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap .post-share .share-icon ul li {
    margin-left: 0.2vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail .innerWrap .post-share .share-icon ul li {
    margin-top: 3px;
  }
}
.blog-detail .innerWrap .post-share .share-icon ul li:first-child {
  margin-left: 0;
}
.blog-detail .innerWrap .post-share .share-icon ul li .btn {
  margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap .post-share .share-icon ul li .btn {
    margin-right: 0.667vw;
  }
}
.blog-detail .innerWrap .post-share .share-icon ul li a {
  display: block;
  height: 49px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-detail .innerWrap .post-share .share-icon ul li a {
    height: 3.267vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-detail .innerWrap .post-share .share-icon ul li a {
    height: 40px;
  }
}

/* Blog Detail */
/* Testimonial Section */
.iconText {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-bottom: -120px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .iconText {
    margin-bottom: -8vw;
  }
}
@media screen and (max-width: 991px) {
  .iconText {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .iconText__slider {
    max-width: 80%;
  }
}
.iconText__slider .slick-list {
  overflow: visible;
  margin: 0 -9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .iconText__slider .slick-list {
    margin: 0 -0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .iconText__slider .slick-list {
    margin: 0 -4px;
  }
}
.iconText__slider .slick-track {
  display: flex;
}
.iconText__slider .item {
  height: auto;
  padding: 0 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .iconText__slider .item {
    padding: 0 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .iconText__slider .item {
    padding: 0 4px;
  }
}
.iconText__slider .item .innerWrap {
  height: 100%;
  transition: all 0.3s;
  background-color: #5b9842;
  color: #ffffff;
  border-radius: 26px;
  padding: 32px 28px 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .iconText__slider .item .innerWrap {
    border-radius: 1.733vw;
    padding: 2.133vw 1.867vw 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .iconText__slider .item .innerWrap {
    border-radius: 11px;
    padding: 20px 15px;
  }
}
.iconText__slider .item .innerWrap figure {
  width: 100%;
  height: 75px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .iconText__slider .item .innerWrap figure {
    height: 5vw;
  }
}
@media screen and (max-width: 991px) {
  .iconText__slider .item .innerWrap figure {
    height: 50px;
  }
}
.iconText__slider .item .innerWrap .ses-heading {
  margin-top: 14px;
  font-size: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .iconText__slider .item .innerWrap .ses-heading {
    margin-top: 0.933vw;
    font-size: 1.467vw;
  }
}
@media screen and (max-width: 991px) {
  .iconText__slider .item .innerWrap .ses-heading {
    font-size: 18px;
  }
}
.iconText__slider .item .innerWrap .ses-text {
  font-weight: 400;
  margin-top: 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .iconText__slider .item .innerWrap .ses-text {
    margin-top: 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .iconText__slider .item .innerWrap .ses-text {
    font-size: 14px;
  }
}
.iconText__slider .item:hover .innerWrap {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
  transform: scale3d(1.01, 1.01, 1.01);
}

/* Upgrade Replace Section */
.upgrade-replace {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 991px) {
  .upgrade-replace {
    margin-top: 41px;
  }
}
.upgrade-replace .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.upgrade-replace__left-block {
  width: 45.2%;
  margin-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__left-block {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__left-block {
    margin-left: 0;
    width: 100%;
  }
}
.upgrade-replace__left-block .innerWrap {
  background-color: #5b9842;
  border-radius: 27px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #ffffff;
  padding: 59px 41px 131px 43px;
  margin-top: -40px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__left-block .innerWrap {
    border-radius: 1.8vw;
    padding: 3.933vw 2.733vw 8.733vw 2.867vw;
    margin-top: -2.667vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__left-block .innerWrap {
    margin-top: -75px;
    padding: 36px 29px 28px 30px;
  }
}
.upgrade-replace__left-block .innerWrap .ses-text {
  margin-top: 28px;
  padding-right: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__left-block .innerWrap .ses-text {
    margin-top: 1.867vw;
    padding-right: 0.8vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__left-block .innerWrap .ses-text {
    padding-right: 0;
    margin-top: 7px;
  }
}
.upgrade-replace__left-block .innerWrap .ses-text ul {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__left-block .innerWrap .ses-text ul {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__left-block .innerWrap .ses-text ul {
    margin-top: 3px;
  }
}
.upgrade-replace__left-block .innerWrap .ses-text ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__left-block .innerWrap .ses-text ul li {
    margin-top: 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__left-block .innerWrap .ses-text ul li {
    margin-top: 5px;
  }
}
.upgrade-replace__left-block .innerWrap .ses-text ul li:first-child {
  margin-top: 0;
}
.upgrade-replace__left-block .innerWrap .ses-text ul li::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("./../images/checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 8px;
  margin-top: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__left-block .innerWrap .ses-text ul li::before {
    width: 1.133vw;
    min-width: 1.133vw;
    height: 1.133vw;
    margin-right: 0.533vw;
    margin-top: 0.2vw;
  }
}
.upgrade-replace__left-block .innerWrap .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__left-block .innerWrap .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__left-block .innerWrap .ses-text p {
    margin-top: 11px;
  }
}
.upgrade-replace__left-block .innerWrap .ses-text p:first-of-type {
  margin-top: 0;
}
.upgrade-replace__right-block {
  width: 50%;
  padding: 33px;
  padding-right: 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__right-block {
    padding: 2.2vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__right-block {
    width: 100%;
    padding: 0;
    padding-bottom: 45px;
    margin-top: 33px;
  }
}
.upgrade-replace__right-block .innerWrap .ses-text {
  margin-top: 24px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__right-block .innerWrap .ses-text {
    margin-top: 1.6vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__right-block .innerWrap .ses-text {
    margin-top: 7px;
  }
}
.upgrade-replace__right-block .innerWrap .ses-text p {
  margin-top: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__right-block .innerWrap .ses-text p {
    margin-top: 0.933vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__right-block .innerWrap .ses-text p {
    margin-top: 13px;
  }
}
.upgrade-replace__right-block .innerWrap .ses-text p:first-child {
  margin-top: 0;
}
.upgrade-replace__right-block .innerWrap .btn {
  margin-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .upgrade-replace__right-block .innerWrap .btn {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .upgrade-replace__right-block .innerWrap .btn {
    margin-top: 16px;
  }
}

/* Upgrade Replace Section */
/* Faq With Form */
.faqWithForm {
  position: relative;
  padding-top: 78px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm {
    padding-top: 5.2vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.faqWithForm .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0 -27px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm .row {
    margin: 0 -1.8vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm .row {
    margin: 0 -15px;
  }
}
.faqWithForm .row .item {
  padding-left: 27px;
  padding-right: 27px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm .row .item {
    padding-left: 1.8vw;
    padding-right: 1.8vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm .row .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faqWithForm__faq {
  width: 50%;
  padding-bottom: 88px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__faq {
    padding-bottom: 5.867vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm__faq {
    width: 100%;
    padding-bottom: 0;
    order: 2;
    margin-top: 30px;
  }
}
.faqWithForm__faq .innerWrap > .ses-text {
  margin-top: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__faq .innerWrap > .ses-text {
    margin-top: 1.467vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm__faq .innerWrap > .ses-text {
    margin-top: 8px;
  }
}
.faqWithForm__faq .innerWrap .accordion {
  margin-top: 14px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__faq .innerWrap .accordion {
    margin-top: 0.933vw;
  }
}
.faqWithForm__faq .innerWrap .accordion__card {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 13px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__faq .innerWrap .accordion__card {
    margin-bottom: 0.867vw;
  }
}
.faqWithForm__faq .innerWrap .accordion__card .heading {
  cursor: pointer;
  border: 0;
  width: 100%;
  max-width: 100%;
  text-align: left;
  background-color: #5b9842;
  border-radius: 11px;
  font-size: 18px;
  padding: 18px 20px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__faq .innerWrap .accordion__card .heading {
    border-radius: 0.733vw;
    font-size: 1.2vw;
    padding: 1.2vw 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  .faqWithForm__faq .innerWrap .accordion__card .heading {
    font-size: 16px;
    padding: 12px 15px;
  }
}
.faqWithForm__faq .innerWrap .accordion__card .body {
  padding: 16px 36px 3px 20px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__faq .innerWrap .accordion__card .body {
    padding: 1.067vw 2.4vw 0.2vw 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  .faqWithForm__faq .innerWrap .accordion__card .body {
    padding: 12px 15px 5px;
  }
}
.faqWithForm__form {
  width: 50%;
  padding-right: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__form {
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm__form {
    width: 100%;
    padding-right: 0;
    order: 1;
  }
}
.faqWithForm__form .innerWrap {
  background-color: #202020;
  color: #f8f8f8;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  padding: 49px 48px 104px 41px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__form .innerWrap {
    border-width: 1.8vw;
    padding: 3.267vw 3.2vw 6.933vw 2.733vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm__form .innerWrap {
    margin-top: -35px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    padding: 29px 20px 35px 20px;
  }
}
.faqWithForm__form .innerWrap > .ses-text {
  margin-top: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .faqWithForm__form .innerWrap > .ses-text {
    margin-top: 1.467vw;
  }
}
@media screen and (max-width: 991px) {
  .faqWithForm__form .innerWrap > .ses-text {
    margin-top: 8px;
  }
}

/* Faq With Form */
/* Content With Form */
.content-with-form {
  position: relative;
  background-color: #202020;
  padding-top: 87px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form {
    padding-top: 5.8vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.content-with-form .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin: 0 -54px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form .row {
    margin: 0 -3.6vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form .row {
    margin: 0 -15px;
  }
}
.content-with-form .row .item {
  padding-left: 54px;
  padding-right: 54px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form .row .item {
    padding-left: 3.6vw;
    padding-right: 3.6vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form .row .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-with-form__content {
  width: 51.6%;
}
@media screen and (max-width: 991px) {
  .content-with-form__content {
    width: 100%;
  }
}
.content-with-form__content .innerWrap {
/*   background-color: #5b9842; */
  background-color: #194244;
  color: #f8f8f8;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  padding: 49px 48px 150px 41px;
  margin-left: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__content .innerWrap {
    border-width: 1.8vw;
    padding: 3.267vw 3.2vw 10vw 2.733vw;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form__content .innerWrap {
    margin-top: -40px;
    margin-left: 0;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    padding: 29px 20px 35px 20px;
  }
}
.content-with-form__content .innerWrap > .ses-text {
  margin-top: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__content .innerWrap > .ses-text {
    margin-top: 1.467vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form__content .innerWrap > .ses-text {
    margin-top: 8px;
  }
}
.content-with-form__content .innerWrap > .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__content .innerWrap > .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form__content .innerWrap > .ses-text p {
    margin-top: 11px;
  }
}
.content-with-form__content .innerWrap > .ses-text p:first-of-type {
  margin-top: 0;
}
.content-with-form__content .innerWrap > .ses-text ul {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__content .innerWrap > .ses-text ul {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form__content .innerWrap > .ses-text ul {
    margin-top: 3px;
  }
}
.content-with-form__content .innerWrap > .ses-text ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 8px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__content .innerWrap > .ses-text ul li {
    margin-top: 0.533vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form__content .innerWrap > .ses-text ul li {
    margin-top: 5px;
  }
}
.content-with-form__content .innerWrap > .ses-text ul li:first-child {
  margin-top: 0;
}
.content-with-form__content .innerWrap > .ses-text ul li::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("./../images/checked.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 8px;
  margin-top: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__content .innerWrap > .ses-text ul li::before {
    width: 1.133vw;
    min-width: 1.133vw;
    height: 1.133vw;
    margin-right: 0.533vw;
    margin-top: 0.2vw;
  }
}
.content-with-form__form {
  width: 46.2%;
}
@media screen and (max-width: 991px) {
  .content-with-form__form {
    width: 100%;
    margin-top: 30px;
  }
}
.content-with-form__form .innerWrap {
  color: #ffffff;
  padding-bottom: 84px;
  padding-right: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__form .innerWrap {
    padding-bottom: 5.6vw;
    padding-right: 3.333vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form__form .innerWrap {
    padding: 0;
  }
}
.content-with-form__form .innerWrap .ses-heading {
  color: #f8f8f8;
}
.content-with-form__form .innerWrap > .ses-text {
  margin-top: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .content-with-form__form .innerWrap > .ses-text {
    margin-top: 1.467vw;
  }
}
@media screen and (max-width: 991px) {
  .content-with-form__form .innerWrap > .ses-text {
    margin-top: 8px;
  }
}

/* Content With Form */
/* Insulation Section */
.insulation {
  position: relative;
  overflow: hidden;
  padding: 60px 0 59px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation {
    padding: 4vw 0 3.933vw;
  }
}
@media screen and (max-width: 991px) {
  .insulation {
    padding: 43px 0 86px;
  }
}
.insulation .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.insulation__content {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  width: 41%;
}
@media screen and (max-width: 991px) {
  .insulation__content {
    width: 100%;
    background-color: transparent;
  }
}
.insulation__content.width-large {
  width: 42%;
}
@media screen and (max-width: 991px) {
  .insulation__content.width-large {
    width: 100%;
  }
}
.insulation__content .ses-text {
  font-weight: 400;
  margin-top: 26px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation__content .ses-text {
    margin-top: 1.733vw;
  }
}
@media screen and (max-width: 991px) {
  .insulation__content .ses-text {
    margin-top: 5px;
  }
}
.insulation__content .ses-text p {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation__content .ses-text p {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .insulation__content .ses-text p {
    margin-top: 13px;
  }
}
.insulation__content .ses-text p:first-child {
  margin-top: 0;
}
.insulation__content .ses-text h4 {
  font-weight: 600;
  font-size: 19px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation__content .ses-text h4 {
    font-size: 1.267vw;
  }
}
@media screen and (max-width: 991px) {
  .insulation__content .ses-text h4 {
    font-size: 18px;
  }
}
.insulation__content .ses-text b, .insulation__content .ses-text strong {
  font-weight: 700;
}
.insulation__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .insulation__content .btn {
    margin-top: 11px;
  }
}
.insulation__media {
  width: 41.5%;
}
@media screen and (max-width: 991px) {
  .insulation__media {
    width: 100%;
    margin-top: 33px;
  }
}
.insulation__media .row {
  -webkit-align-items: unset;
  -moz-align-items: unset;
  -ms-align-items: unset;
  align-items: unset;
  margin: 0 -10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation__media .row {
    margin: 0 -0.667vw;
  }
}
.insulation__media .row .items {
  width: 50%;
  padding: 0 10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation__media .row .items {
    padding: 0 0.667vw;
  }
}
.insulation__media .items .img-box .ratio {
  border-radius: 27px;
  padding-bottom: 150%;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .insulation__media .items .img-box .ratio {
    border-radius: 1.8vw;
  }
}

/* Contact Detail Section */
.contactUs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactUs__detail {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 65px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__detail {
    padding-top: 4.333vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__detail {
    order: 2;
    padding: 51px 0 39px;
    background-color: #202020;
  }
}
.contactUs__detail .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__detail .row {
    margin: 0 -0.5vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__detail .row {
    margin: 0 -6.5px;
  }
}
.contactUs__detail .row .item {
  width: 25%;
  padding: 0 7.5px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__detail .row .item {
    padding: 0 0.5vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__detail .row .item {
    width: 50%;
    padding: 0 6.5px;
  }
}
.contactUs__detail .detail-wrap {
  margin-bottom: -101px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__detail .detail-wrap {
    margin-bottom: -6.733vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__detail .detail-wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__detail .detail-wrap .item:nth-child(n+3) {
    margin-top: 13px;
  }
}
.contactUs__detail .detail-wrap .item .innerWrap {
  height: 100%;
  background-color: #2e2d2d;
  color: #ffffff;
  padding: 31px 23px 22px;
  border-radius: 16px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__detail .detail-wrap .item .innerWrap {
    padding: 2.067vw 1.533vw 1.467vw;
    border-radius: 1.067vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__detail .detail-wrap .item .innerWrap {
    padding: 22px 16px 16px;
    border-radius: 11px;
  }
}
.contactUs__detail .detail-wrap .item .innerWrap .icon {
  height: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__detail .detail-wrap .item .innerWrap .icon {
    height: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__detail .detail-wrap .item .innerWrap .icon {
    height: 17px;
  }
}
.contactUs__detail .detail-wrap .item .innerWrap .icon img {
  width: auto;
  height: 100%;
}
.contactUs__detail .detail-wrap .item .innerWrap .ses-heading {
  font-weight: 600;
  margin-top: 12px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__detail .detail-wrap .item .innerWrap .ses-heading {
    margin-top: 0.8vw;
  }
}
.contactUs__detail .detail-wrap .item .innerWrap .ses-text {
  margin-top: 7px;
  display: block;
  position: relative;
  word-break: break-all;
}
.contactUs__detail .detail-wrap .item .innerWrap .ses-text a {
  transition: all 0.3s;
}
.contactUs__detail .detail-wrap .item .innerWrap .ses-text a:hover {
  color: #5b9842;
}
.contactUs__form {
  position: relative;
  margin-top: 27px;
  padding-top: 117px;
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__form {
    margin-top: 1.8vw;
    padding-top: 7.8vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__form {
    margin-top: 0;
    order: 1;
    padding-top: 39px;
  }
}
.contactUs__form .map-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 991px) {
  .contactUs__form .map-bg {
    display: none;
  }
}
.contactUs__form .map-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contactUs__form .form-content {
  position: relative;
  width: 100%;
  max-width: 578px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__form .form-content {
    max-width: 38.533vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__form .form-content {
    max-width: 100%;
  }
}
.contactUs__form .form-content .innerWrap {
/*   background-color: #5b9842; */
  background-color: #205658;
  color: #f8f8f8;
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
  padding: 65px 46px 65px 44px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__form .form-content .innerWrap {
    border-width: 1.8vw;
    padding: 4.333vw 3.067vw 4.333vw 2.933vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__form .form-content .innerWrap {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    padding: 29px 20px 35px 20px;
  }
}
.contactUs__form .form-content .innerWrap > .ses-text {
  margin-top: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contactUs__form .form-content .innerWrap > .ses-text {
    margin-top: 1.467vw;
  }
}
@media screen and (max-width: 991px) {
  .contactUs__form .form-content .innerWrap > .ses-text {
    margin-top: 8px;
  }
}

/* Contact Detail Section */
/* CMS Pages */
.cms-page {
  padding: 108px 0 119px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .cms-page {
    padding: 7.2vw 0 7.933vw;
  }
}
@media screen and (max-width: 991px) {
  .cms-page {
    padding: 45px 0 46px;
  }
}

/* CMS Pages */



/* G-Form Design */
.gform-theme .gform-body .gform_fields .gfield input,
.gform-theme .gform-body .gform_fields .gfield textarea{
  border: 0;
  outline: none;
  box-shadow: none;
  width: 100%;
  border-radius: 100px;
  padding: 24px 20px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}
.gform-theme .gform_footer .gform_button{
  border: 0 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  letter-spacing: 2.24px !important;
  padding: 17px 20px !important;
}
.newsletter .gform-theme form{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.newsletter .gform-theme form .gform-body{
  width: 100%;
}
.newsletter .gform-theme form .gform_footer{
  margin-top: 0;
  height: 100%;
  margin-left: 9px;
}
.newsletter--green-bg .gform-theme .gform_footer .gform_button{
  background-color: #ffffff !important;
  color: #000000 !important;
}
.newsletter--white-bg .gform-theme .gform_footer .gform_button,
.newsletter--white-bg .gform-theme .gform-body .gform_fields .gfield input,
.newsletter--grey-bg .gform-theme .gform_footer .gform_button,
.newsletter--grey-bg .gform-theme .gform-body .gform_fields .gfield input{
  background-color: #202020 !important;
  color: #ffffff !important;
}
.gform-theme--framework .gform_validation_errors{
  margin-block: 15px !important;
  padding-block: 10px !important;
  padding-inline: 10px !important;
}
.newsletter--green-bg .gform-theme--framework .gform_validation_errors{
  background-color: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid #ffffff !important;
}
.newsletter--green-bg .gform-theme--framework .gform_validation_errors .gform_submission_error,
.newsletter--green-bg .gform-theme .gform-body .gform_fields .gfield_description{
  color: #fff !important;
}
.newsletter--green-bg .gform-theme--framework .gform_validation_errors .gform_submission_error .gform-icon {
  color: #fff !important;
  border-color: #fff !important;
}


.faqWithForm .gform-theme,
.content-with-form .gform-theme,
.contactUs .gform-theme{
  margin-top: 36px;
}
.faqWithForm .gform-theme .gform-body .gform_fields,
.content-with-form .gform-theme .gform-body .gform_fields,
.contactUs .gform-theme .gform-body .gform_fields{
  grid-row-gap: 20px;
  row-gap: 20px;
}
.faqWithForm .gform-theme .gform-body .gform_fields .gfield input,
.content-with-form .gform-theme .gform-body .gform_fields .gfield input,
.contactUs .gform-theme .gform-body .gform_fields .gfield input,
.contactUs .gform-theme .gform-body .gform_fields .gfield textarea{
  border-radius: 11px;
}
.contactUs .gform-theme .gform-body .gform_fields .gfield textarea{
  min-block-size: 7rem;
}
.faqWithForm .gform-theme .gform_footer .gform_button,
.content-with-form .gform-theme .gform_footer .gform_button{
/*   background: -moz-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: -webkit-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#559541",endColorstr="#b5c74a",GradientType=1); */
  background:  #205658 !important;
  color: #ffffff;
}
.contactUs .gform-theme .gform_footer .gform_button{
  background-color: #202020 !important;
  color: #ffffff !important;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .gform-theme .gform-body .gform_fields .gfield input{
    border-radius: 6.667vw;
    padding: 1.600vw 1.333vw;
    font-size: 1.200vw;
  }
  .gform-theme .gform_footer .gform_button{
    border-radius: 6.667vw !important;
    font-size: 0.933vw !important;
    letter-spacing: 0.149vw !important;
    padding: 1.133vw 1.333vw !important;
  }
  .newsletter .gform-theme form .gform_footer{
    margin-left: 0.600vw;
  }
  .faqWithForm .gform-theme,
  .content-with-form .gform-theme
  .contactUs .gform-theme{
    margin-top: 2.400vw;
  }
  .faqWithForm .gform-theme .gform-body .gform_fields,
  .content-with-form .gform-theme .gform-body .gform_fields,
  .contactUs .gform-theme .gform-body .gform_fields{
    grid-row-gap: 1.333vw;
    row-gap: 1.333vw;
  }
  .faqWithForm .gform-theme .gform-body .gform_fields .gfield input,
  .content-with-form .gform-theme .gform-body .gform_fields .gfield input,
  .contactUs .gform-theme .gform-body .gform_fields .gfield input,
  .contactUs .gform-theme .gform-body .gform_fields .gfield textarea{
    border-radius: 0.733vw;
  }
}
@media screen and (max-width: 991px) {
  .gform-theme .gform-body .gform_fields .gfield input,
  .gform-theme .gform-body .gform_fields .gfield textarea{
    padding: 21px 20px;
    font-size: 14px;
  }
  .gform-theme .gform_footer .gform_button{
    font-size: 12px !important;
    letter-spacing: 1.24px !important;
    padding: 14px 15px !important;
  }
  .faqWithForm .gform-theme,
  .content-with-form .gform-theme,
  .contactUs .gform-theme {
    margin-top: 23px;
  }
  .faqWithForm .gform-theme .gform-body .gform_fields,
  .content-with-form .gform-theme .gform-body .gform_fields,
  .contactUs .gform-theme .gform-body .gform_fields{
    grid-row-gap: 0;
    row-gap: 11px;
  }
  .faqWithForm .gform-theme .gform_footer,
  .content-with-form .gform-theme .gform_footer,
  .contactUs .gform-theme .gform_footer{
    margin-block-start: 12px;
  }
}
/* G-Form Design */


/* 16-04-2024 css start  */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.our-range__slider .content .ses-text {
  font-weight: 400;
}
.coverage__city-tags ul li a{
  cursor: unset;
}
.blog-detail .innerWrap .post-share .share-icon ul li a{
  height: auto;
}
.blog-detail .innerWrap .post-share .share-icon ul{
  align-items: center;
}
.img-content__content .ses-text{
  font-weight: 400;
}
.our-services--padding-top .our-services__content  h3{
  margin-bottom: 10px;
}
.upgrade-replace .upgrade-replace__right-block .ses-text{
  font-weight: 400;
}
.blog-detail .share-icon ul li .heateor_sss_facebook span{
  background-image: url(https://webapps.eqserver.net/hasan-smart-energy-sense-wp/wp-content/themes/smart-energy-sense/assets/images/rounded-icon-facebook.png);
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-color: transparent !important;
}
.blog-detail .share-icon ul li .heateor_sss_button_facebook_messenger span{
  background-image: url(https://webapps.eqserver.net/hasan-smart-energy-sense-wp/wp-content/themes/smart-energy-sense/assets/images/rounded-icon-massanger.png);
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-color: transparent !important;
}
.blog-detail .share-icon ul li .heateor_sss_button_twitter span{
  background-image: url(https://webapps.eqserver.net/hasan-smart-energy-sense-wp/wp-content/themes/smart-energy-sense/assets/images/rounded-icon-twitter.png);
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-color: transparent !important;
}
.blog-detail .share-icon ul li .heateor_sss_button_pinterest span{
  background-image: url(https://webapps.eqserver.net/hasan-smart-energy-sense-wp/wp-content/themes/smart-energy-sense/assets/images/rounded-icon-pintrest.png);
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-color: transparent !important;
}
.blog-detail .share-icon ul li .heateor_sss_button_linkedin span{
  background-image: url(https://webapps.eqserver.net/hasan-smart-energy-sense-wp/wp-content/themes/smart-energy-sense/assets/images/rounded-icon-linkdin.png);
  background-repeat: no-repeat !important;
  background-size: 35px !important;
  background-color: transparent !important;
}
.blog-detail .share-icon ul li span{
  background-color: transparent !important;
}
.blog-detail .share-icon ul li span svg{
  display: none !important;
}
.page-template-eligibility .inner-banner__bg img, .single-post .inner-banner__bg img, .page-template-landlords .inner-banner__bg img {
  object-position: top;
}
.coverage{
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .our-services--padding-top .our-services__content  h3{
    margin-bottom: 0.667vw;
  }
  .blog-detail .share-icon ul li .heateor_sss_facebook span{
    background-size: 2.333vw !important;
  }
  .blog-detail .share-icon ul li .heateor_sss_button_facebook_messenger span{
    background-size: 2.333vw !important;
  }
  .blog-detail .share-icon ul li .heateor_sss_button_twitter span{
    background-size: 2.333vw !important;
  }
  .blog-detail .share-icon ul li .heateor_sss_button_pinterest span{
    background-size: 2.333vw !important;
  }
  .blog-detail .share-icon ul li .heateor_sss_button_linkedin span{
    background-size: 2.333vw !important;
  }
  .blog-detail .share-icon ul li span{
    width: 2.333vw !important;
    height: 2.333vw !important;
  }
}
@media screen and (max-width: 991px) {
  .our-services--padding-top .our-services__content  h3{
    margin-bottom: 5px;
  }
}
/* 16-04-2024 css end  */

