/* *****************************************
    # Main css File 
    --------------------------
    --> 1. General CSS
    --> 2. Reusable Classes 
    --> 3. Header
    --> 4. Main 
    --> 5. Footer 
*********************************************/
/* ==================================
            1. General CSS
================================== */
/* font families */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif !important;
}
@font-face {
  font-family: "MassivaGrotesQ";
  src: url("../font/MassivaGrotesQ-Light.woff2") format("woff2"),
    url("../font/MassivaGrotesQ-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eloquia Display";
  src: url("../font/EloquiaDisplay-ExtraBold.woff2") format("woff2"),
    url("../font/EloquiaDisplay-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

img {
  max-width: 100%;
}

a,
button {
  border: none;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

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

a:focus,
button:focus {
  outline: none;
}

input {
  transition: 0.3s;
}

input:focus {
  outline: none;
  box-shadow: none;
}

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

a {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

.row > *:not([class*="col-"]) {
  width: auto;
}

body {
  font-family: "Poppins", sans-serif !important;
  background-color: #f8fff7;
}

/* popup-cvr */
.popup-cvr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 64%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.popup-cvr.active {
  opacity: 1;
  visibility: visible;
  animation: landingPopup 0.5s linear 1;
}
/* overlay */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 64%);
  z-index: 99;
  display: none;
}

/* theme-modal */

.theme-modal::-webkit-scrollbar-thumb {
  background-color: #4e9f3d80;
}

.theme-modal::-webkit-scrollbar {
  width: 2px;
}

.theme-modal {
  position: fixed;
  width: 100%;
  max-width: 765px;
  border-radius: 31px;
  padding: 31px;
  background-color: #fff;
  overflow: auto;
  max-height: 80vh;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

a.theme-modal-close {
  position: absolute;
  background: #f1f1f1;
  border-radius: 50%;
  padding: 5px;
  top: 15px;
  right: 15px;
}

a.theme-modal-close:hover,
a.theme-modal-close:hover svg path {
  background: #1f1f1f;
  fill: #fff;
}

h3.theme-mdl-title {
  font-size: 25px;
  font-weight: 700;
}

ul.mdl-social-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 27px 0 12px;
}

.mdl-text-cvr p {
  color: #1e5128;
  margin: 10px 0;
}

.mdl-text-cvr,
p.copy-link-bx {
  padding: 15px;
  border: 1px solid #15151526;
  border-radius: 13px;
}

h4.mdl-secondary-title {
  font-size: 15px;
  font-weight: 700;
  margin: 33px 0 13px;
}

p.copy-link-bx span {
  font-weight: 500;
  font-size: 20px;
  color: rgb(0 0 0 / 36%);
}

p.copy-link-bx a {
  font-size: 18px;
  font-weight: 600;
  color: #4e9f3d;
}

ul.mdl-social-icon-list li a {
  border-radius: 50%;
}

ul.mdl-social-icon-list li a:hover {
  box-shadow: 0 0 15px #4e9f3d80;
}

p.copy-link-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 17% !important;
}
/* /Header */

header.header {
  padding: 20px 0;
  position: relative;
}

.nav-bar ul {
  padding: 12px;
  border-radius: 4px;
}

.nav-bar ul li a {
  padding: 0px 28px;
  color: #000;
  position: relative;
}

.nav-bar ul li a:hover {
  color: #4e9f3d;
}

.nav-bar ul li a span {
  position: absolute;
  top: -13px;
  font-size: 9px;
  padding: 1px 3px;
  background-color: #e00000;
  border-radius: 2px;
  color: #fff;
  margin-top: 4px;
}

.nav-bar ul {
  font-weight: 500;
}

.nav-bar ul li a {
  padding: 0px 18px;
  color: #000;
  position: relative;
}

.header-search-bar input[type="text"] {
  background: none;
  border: none;
}

.header-search-bar button {
  background: #4e9f3d;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  padding: 7px 8px;
  margin-left: -21px;
  font-size: 14px;
}

.header-search-bar {
  background: rgb(74 159 61 / 12%);
  padding: 8px 12px;
  border-radius: 50px;
}
/* /Header */
/* new-banner*/

section.new-banner {
  padding-top: 50px;
}
.vsd-cover img {
  max-width: 460px;
}
.banner-cover h5 {
  color: #4e9f3d;
  font-size: 20px;
  margin-bottom: 17px;
}

.banner-cover h4 {
  font-size: 20px;
  margin-bottom: 17px;
}

.banner-cover span {
  color: #a9a9a9;
  font-size: 20px;
  margin-top: 22px;
  display: block;
  margin-bottom: 34px;
}

img.roundes-arrow {
  position: absolute;
  bottom: 5px;
  right: 0;
}

.banner-cover input {
  width: 80%;
  padding: 21px;
  border-radius: 17px;
  border: none;
  box-shadow: 0 0 64px -21px #53a141;
  margin-bottom: 22px;
}

.banner-cover input::placeholder {
  color: #4e9f3d;
}

.banner-cover .text-cvr p {
  color: #2e2e2e;
  font-size: 14px;
  max-width: 484.2px;
  padding-left: 29px;
  position: relative;
}

.banner-cover p svg {
  position: absolute;
  left: 0;
  top: 5px;
}

.banner-cover .text-cvr p span {
  color: #4e9f3d;
  margin: 0;
  display: inline;
  font-size: 14px;
}

.bnt-cvr a {
  font-size: 20px;
  padding: 18px 30px;
  border-radius: 15px;
  font-weight: 500;
  color: #408838;
  background-color: rgb(78 159 61 / 10%);
  margin-right: 35px;
  margin-top: 22px;
}

.banner-cover .bnt-cvr > a:first-child {
  background-image: url(../img/btn-bg.png);
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
}

.vsd-cover img.vsd-child-hover-img {
  position: absolute;
  left: -125px;
  top: -130px;
  display: none;
  width: 476px;
  transition: 0.5s;
}
.vsd-cover img.vsd-child-hover-img2 {
  position: absolute;
  width: 338px;
  top: 154px;
  left: -134px;
  display: none;
}
.vsd-cover:hover img.vsd-child-hover-img,
.vsd-cover:hover img.vsd-child-hover-img2 {
  display: block;
}
/* banner */

.banner-title {
  padding: 50px 0;
}

.banner {
  position: relative;
  background-image: url(../img/sdbvgds.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}

.warrior img {
  width: 70%;
}

.warrior {
  position: absolute;
  right: 17%;
  transform: translate(-25%, 10%);
}

.banner-left h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 19px;
  color: #4e9f3d;
}

.bnr-left::before {
  content: url(../img/check-icon.png);
  margin-left: 13px;
}

.bnr-left {
  display: flex;
  align-items: center;
  background-color: #ffffff4d;
  border-radius: 8px;
  width: 226px;
  padding: 6px 6px;
  backdrop-filter: blur(28px);
  transition: 0.3s;
}

.left-side-cvr {
  position: relative;
}

.left-side-cvr .bnr-left {
  left: 40%;
  bottom: 0;
  transform: translateY(50%);
  width: 226px;
  position: absolute;
  transition: 0.3s;
}

.left-side-cvr:hover .bnr-left {
  transform: translateY(50%) scale(1.15);
}

.bnr-center-img:hover .bnr-left,
.bnr-rit-cvr:hover .bnr-left,
.bnr-lft-cvr:hover .bnr-left,
.right-side-cvr:hover .bnr-left {
  transform: scale(1.15);
}

.bnr-left p {
  margin: 0;
  margin-left: 11px;
  font-size: 14px;
}

.right-side-cvr .bnr-left {
  position: absolute;
  left: -16%;
  top: 82%;
}

.right-side-cvr {
  position: relative;
}

.bnr-btn {
  padding: 14px 32px;
  border-radius: 29px;
  background-color: #4e9f3d;
  font-size: 18px;
  box-shadow: 0 1px 65px 0px #4e9f3db3;
  color: #fff;
  font-weight: 600;
}

.bnr-btn:hover {
  background-color: #1f1f1f;
  box-shadow: none;
  color: #fff;
}

.bnr-lft-cvr .bnr-left {
  position: absolute;
  bottom: 7%;
  left: 69%;
}

.bnr-lft-cvr {
  position: relative;
}

.bnr-rit-cvr .bnr-left {
  position: absolute;
  width: 226px;
  right: 70%;
  bottom: 6%;
}

.bnr-rit-cvr {
  position: relative;
}

.bnr-center-img .bnr-left {
  position: absolute;
  bottom: 50%;
  left: 0%;
}

.bnr-center-img {
  position: relative;
  transform: none !important;
}

.bnr-left.isolater {
  left: 60%;
}

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

.banner-left p {
  color: rgb(25 26 25 / 46%);
  margin-top: 28px;
}

.bnr-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-80%);
}

.bnr-center-img {
  width: 100% !important;
  max-width: 50% !important;
  transform: none !important;
}
/* /Banner */
/* Slider */

.slick-slide img {
  margin: 0 auto;
}

section.slider .contents-cover {
  border-radius: 9px;
  display: flex;
  padding: 30px;
  box-shadow: 0 1px 10px 6px #f6f6f6;
  margin: 25px;
  background-color: #fff;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

section.slider .contents-cover.active p {
  -webkit-line-clamp: inherit;
}

section.slider .contents-cover.active a span:after {
  content: "Show Less";
}

section.slider .contents-cover a span:after {
  content: "Show More";
}

.contents-cover:hover > a {
  bottom: -17px !important;
}

section.slider .contents-cover a {
  position: absolute;
  bottom: -60px;
  display: block;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #4e9f3d;
  background-color: rgb(78 159 61 / 12%);
  padding: 5px 25px;
  border-radius: 20px 15px 0 0;
  width: max-content;
}

section.slider .contents-cover a:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 32px;
  background: #ffffff;
  border-radius: 0 0 13px 0;
  left: -18px;
  bottom: 0;
}

section.slider .contents-cover a:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 32px;
  background: #ffffff;
  border-radius: 0 0 13px 11px;
  right: -20px;
  bottom: 0;
}

section.slider {
  background-image: url(../img/bg-slide.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 100px 0;
  padding: 100px 0;
}

section.slider .slide-title h2 {
  font-size: 36px;
  font-weight: 700;
}

section.slider .contents-cover h2 {
  font-size: 21px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0;
  flex: 1;
}

section.slider .contents-cover p {
  font-size: 16px;
  font-weight: 500;
  color: #191a196b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 25px 0;
}

.slick-initialized .slick-slide .contents-cover {
  transition: 0.5s;
}

.img-cover.slick-center .contents-cover {
  box-shadow: 0 5px 25px 0px #75a06d !important;
  transform: scale(1.1);
}

section.slider .slick-slider button.slick-prev.slick-arrow {
  position: absolute;
  bottom: 0;
  left: -90px;
  top: 50%;
  border-radius: 25%;
  height: 30px;
  width: 30px;
  background: transparent;
  border: 1px solid #75b568;
  color: #4e9f44;
  box-shadow: 0 1px 4px 2px #75b568;
  padding: 0;
}

section.slider .slick-slider button.slick-next.slick-arrow {
  position: absolute;
  bottom: 0;
  right: -100px;
  top: 50%;
  border-radius: 25%;
  height: 30px;
  width: 30px;
  background: transparent;
  border: 1px solid #75b568;
  color: #4e9f44;
  box-shadow: 0 1px 4px 2px #75b568;
  padding: 0;
}
/* /Slider */
/* Steps */

img.child-hover-img {
  position: absolute;
  top: -170px;
  right: -30px;
  display: none;
}

.steps-img-cvr img:hover + img.child-hover-img {
  display: block !important;
}

.landfild-title h2 {
  margin: 0;
  font-size: 58px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #4e9f3c;
  margin-bottom: 100px;
}

section.steps .steps-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  position: relative;
}

section.steps .steps-title h2:before {
  content: "";
  height: 3px;
  width: 7%;
  background: #a6d19e;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -15px;
}

section.steps .steps-title p {
  margin: 0;
  padding: 30px 0;
  font-size: 20px;
}

section.steps .sec-one-left .sec-one-left-cover {
  background-color: #fff;
  border-radius: 0 35px 35px 0;
  padding: 70px 70px;
}

section.steps .sec-one-left .sec-one-left-cover span {
  font-size: 16px;
  color: #78b65e;
}

section.steps .sec-one-left .sec-one-left-cover h2 {
  font-size: 36px;
  font-weight: 700;
}

section.steps .sec-one-left .sec-one-left-cover > p {
  font-size: 18px;
  font-weight: 600;
}

section.steps .sec-one-left .sec-one-left-cover form .search {
  width: max-content;
  border: 1px solid #b7d78e;
  border-radius: 15px;
  padding: 15px 15px;
}

section.steps .sec-one-left .sec-one-left-cover form .search input {
  border: none;
}

section.steps .sec-one-left .sec-one-left-cover form .search button {
  background-color: #4e9f3c;
  color: #fff;
  padding: 13px 25px;
  border-radius: 0 15px 15px;
  font-weight: 500;
}

.sec-one-left-cover .form-check input {
  height: 25px;
  min-width: 25px;
  border-radius: 7px;
  filter: hue-rotate(225deg);
}

.sec-one-left-cover .form-check label.form-check-label {
  font-size: 14px;
  padding-left: 20px;
  color: rgb(128 128 128);
  max-width: 430px;
}

.sec-one-left-cover .form-check {
  margin: 15px 0;
  border-bottom: 1px solid rgb(128 128 128 / 14%);
  padding-bottom: 15px;
}

.sec-one-left-cover .form-check label.form-check-label a {
  color: rgb(128 128 128);
  text-decoration: underline;
}

.sec-one-left-cover .share-link p {
  font-size: 18px;
  font-weight: 700;
  background-image: linear-gradient(180deg, #4e9f3d, #1e5128);
  color: transparent;
  -webkit-background-clip: text;
  align-items: center;
  display: flex;
  margin: 0;
}

.sec-one-left-cover .share-link a {
  color: #4e9f3c;
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(78 159 58 / 10%);
  border-radius: 10px;
  padding: 15px 20px;
  white-space: nowrap;
}

.sec-one-left-cover .share-link a:hover {
  background-color: #4e9f3c;
  color: #fff;
}

.sec-one-left-cover .share-link a:hover svg path {
  fill: #fff;
}

.sec-one-left-cover .share-link {
  background-color: rgb(78 159 58 / 10%);
  border-radius: 15px;
  padding: 15px 20px;
  justify-content: space-between;
}

.sec-one-left-cover .share-link a svg {
  margin-right: 15px;
}

.sec-one-left .warrior-fixed {
  position: absolute;
  top: 3px;
  right: 3px;
  transform: scale(0.8);
}

section.steps .sec-last-left .sec-last-left-cover {
  background-color: #fff;
  border-radius: 0 35px 35px 0;
  padding: 70px 70px;
}

.sec-last-left-cover h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}

.sec-last-left-cover ul li svg {
  margin-right: 10px;
  min-width: 16px;
}

.sec-last-left-cover ul li {
  align-items: center;
}

.sec-last-left-cover ul li p {
  margin: 15px 0;
  font-size: 18px;
}

.sec-last-left-cover a {
  font-size: 15px;
  color: #fff;
  background-color: #4e9f3c;
  padding: 10px 20px;
  border-radius: 15px;
  box-shadow: 0 1px 65px 0px #4e9f3db3;
  margin: 25px 0;
}

.sec-last-left-cover a:hover {
  background-color: #1f1f1f;
  box-shadow: none;
}

section.steps .warrior-nd-fixed {
  position: absolute;
  top: -50px;
  right: -50px;
}

.sec-last-left-cover ul li:last-child p {
  color: #4e9f3d;
}
/* hover popup */

.steps-cvr .popup-one {
  position: absolute;
  left: 100%;
  width: 500px;
  z-index: 1;
  display: none;
  top: 0;
  padding-left: 90px;
}

.steps-cvr .popup-one .pop-cover {
  width: max-content;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 25px;
  box-shadow: 0 1px 50px 0px #4e9f3db3;
}

.steps-cvr .popup-one .pop-cover a {
  display: block;
  padding: 5px 20px;
  background-color: #4e9f3c;
  font-size: 16px;
  color: #fff;
  width: max-content;
  border-radius: 10px;
  margin: 0 0 0 auto;
}

.steps-cvr .popup-one .pop-cover a:hover {
  background-color: #1f1f1f;
}

.steps-cvr .popup-one .pop-cover:before {
  content: "";
  height: 35px;
  width: 47px;
  background: #fff;
  position: absolute;
  left: 70px;
  transform: rotate(48deg);
  top: 38px;
}

.warrior-fixed:hover .popup-one {
  display: block;
}
/* ==---------------------== */

section.steps .steps-cvr > .row {
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
  position: relative;
}

section.steps .steps-cvr > .row .steps-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.steps-cvr {
  position: relative;
}

.steps-cvr:before {
  content: "";
  background-image: url(../img/home/step-line.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 88%;
}

.step-dtl-cvr {
  max-width: max-content;
  margin: 0 auto;
}

h4.step-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #4e9f3d;
}

h2.step-title {
  font-size: 36px;
  font-weight: 700;
}

ul.step-list {
  margin-top: 30px;
}

ul.step-list li {
  position: relative;
  padding: 5px 0 5px 30px;
  font-size: 18px;
  max-width: 420px;
}

ul.step-list li:before {
  content: url(../img/check-icon.png);
  position: absolute;
  left: 0;
  top: 8px;
}

.step-dtl-subbx {
  padding: 25px 30px 30px;
  border-radius: 12px;
  background-color: #fff;
}

h3.step-subbx-title {
  font-size: 20px;
}

.step-dtl-subbx label {
  font-size: 14px;
  padding-right: 25px;
  font-weight: 500;
  margin: 22px 0;
}

.step-dtl-subbx input {
  filter: hue-rotate(225deg);
  margin-right: 8px;
  margin-top: 2px;
  transform: translateY(1px);
}

.step-dtl-subbx p {
  font-size: 18px;
  font-weight: 500;
}

a.step-lrn-btn {
  color: #000;
  text-decoration: underline;
}

a.step-lrn-btn:hover {
  color: #4e9f3d;
}

section.steps .bg-btn,
section.steps .border-btn {
  background: #4e9f3d;
  color: #fff;
  font-weight: 500;
  border-radius: 14px;
  padding: 13px 20px;
  margin-top: 30px;
  box-shadow: 0 0 10px #4d9f3d67;
  border: 1px solid #4e9f3d;
  text-align: center;
}

section.steps .border-btn {
  color: #4e9f3d;
  background-color: #fff;
  margin-left: 20px;
  box-shadow: none;
}

section.steps .bg-btn:hover {
  color: #4e9f3d;
  background-color: #fff;
}

section.steps .border-btn:hover {
  color: #fff;
  background-color: #4e9f3d;
}

.step-subbx-textcvr {
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  max-width: 444px;
  margin: 0 auto;
  position: relative;
}

.step-subbx-textcvr:before {
  content: "";
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  height: 25px;
  width: 30px;
  position: absolute;
  bottom: 100%;
  background: white;
  left: 25%;
}

img.step-bg-dsgn {
  bottom: -50px;
  position: absolute;
  right: -30px;
}
/* ==---------------------== */
/* /Steps  */
/* ==================================
              5. Footer
  ================================== */

.link-btn-cvr a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.link-btn-cvr {
  margin-top: 16px;
}
footer.footer-main {
  background-image: url(../img/new-footer-bg.png);
  background-size: cover;
}
.footer-rlogo-block img {
  margin-bottom: 21px;
}
.footer .row {
  display: flex;
  align-items: center;
}

.footer {
  /* background: rgba(255, 255, 255, 1); */
  padding: 62px 36px 38px 36px;
  border-radius: 24px;
}

.footer-middle-block {
  float: left;
  width: 33.33%;
}

.footer-middle-block h2 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}

.footer-middle-block p a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}

.footer-middle-block p a:hover {
  color: #89be6a;
}

.footer-middle-block p {
  margin-bottom: 25px;
}

.footer-rlogo-block {
  padding: 31px;
  /* box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) inset; */
  border-radius: 19px;
}

.footer-rlogo-block h2 {
  font-size: px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.footer-links svg {
  margin-right: 10px;
}

.footer-bottom-text {
  position: absolute;
  left: 47%;
  top: 6px;
  transform: translateX(-50%);
}

.footer-bottom-text p {
  color: #5e6282;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.col-md-3.footer-logo-sec p {
  color: #191a19;
  font-size: 13px;
  margin: 0;
  margin-left: 44px;
  margin-top: -14px;
}

.mob-res-set {
  background: #449039;
  padding: 17px 26px;
  border-radius: 25px;
}

.footer-text-color {
  color: #fff;
}

.footer p {
  color: #fff;
  max-width: 312px;
}

.footer .col-lg-5.col-md-5.footer-logo-sec {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer .col-lg-4.col-md-4.footer-logo-sec p {
  color: #fff;
  max-width: 312px;
  padding: 20px 0;
}

footer.footer-main .copyright {
  background-color: #2f6d2f4d;
  padding: 30px 0;
}

footer.footer-main .copyright .copyright-cover p {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.footer .col-lg-4.col-md-4.footer-logo-sec span {
  color: #fff;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
}

/* popup */
.popup-bx {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  z-index: 9999;
  opacity: 0;
  /* padding: 55px 44px; */
  visibility: hidden;
  /* background: #e3f3e0ab; */
  /* background: url('img/p.png'); */
  border-radius: 20px;
  backdrop-filter: blur(6px);
  overflow: hidden;
  background-color: #155a17d4;
  width: 600px;
}
.infusion-calendar-wrapper {
  display: flex;
  align-items: center;
}

.infusion-calendar-wrapper input {
  width: 100%;
  margin-right: 3px;
}
.infusion-calendar-wrapper input {
  padding: 5px;
}
.infusion-submit.infusion-submit-btn-cvr button {
  width: 100%;
  max-width: 220px;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 500;
  background-color: green;
  color: #fff;
  border-radius: 6px;
  margin-top: 14px;
}

.infusion-submit.infusion-submit-btn-cvr {
  text-align: center;
}
.model-cover2 span.btn-cc {
  display: none;
}
.model-cover2 .dropdown-toggle::after {
  display: none;
}
.model-cover2 input#phoneNumber {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-left: none;
}
button.btn.model-done {
  margin-top: 20px;
}

.model-cover2 .input-group-btn button {
  border-color: #d8ecd8;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right: none;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.model-cover2-btn .btn:hover,
.thankyou-modal-content .btn:hover {
  color: #fff;
}
.bg-popup {
  background-image: url("../img/p.png");
  background-position: center;
  background-size: cover;
  padding: 35px;
}
.model-cover2 {
  border-radius: 20px;
  display: none;
}
.model-cover2-form input::placeholder {
  color: #d0d0d0;
  font-size: 14px;
  font-weight: 100;
}
.model-cover2-form input {
  border-color: #d8ecd8;
  border-radius: 12px;
}
.bg-popup .model-cover h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "MassivaGrotesQ";
  letter-spacing: 5px;
  line-height: 1;
}
.thankyou-modal-content h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.thankyou-modal-content p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.thankyou-modal-content button {
  color: white;
  padding: 11px 104px;
  background: #276727;
  font-size: 20px;
  border-radius: 12px;
  box-shadow: 8px 8px 34px -3px #276727;
}
.model-cover {
  background-image: url(../img/glass.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 31px;
  height: auto;
}
.model-cover2-btn {
  width: max-content;
  margin: 20px auto 0;
}
.thankyou-modal-content h2 {
  text-align: center;
}

.thank-modal {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: auto;
  display: none;
}
.thankyou-gif {
  width: 166px;
  margin: 0 auto;
}
.thankyou-gif img {
  width: 100%;
  height: 100%;
}

.modal-text {
  max-width: fit-content;
  background: #155a17d4;
  border: 1px solid #fff;
  padding: 2px 6px;
  margin: 0;
  color: #fff;
  font-weight: 800;
  border-radius: 4px;
  margin: 11px 0px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 4px;
  font-size: 16px;
}

.modal-text2 p {
  font-family: "Eloquia Display";
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #fff;
}
.modal1-btn {
  width: max-content;
  margin-left: auto;
  margin-top: -25px;
}
.modal1-btn button {
  font-weight: 700;
  padding: 8px 58px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0px 20px 0px 20px;
  color: #fff;
  margin-top: -11px;
}
.logo-cvr {
  text-align: center;
  margin-bottom: 30px;
  max-width: 200px;
  margin: auto;
}
.butoon-cvr .cross-btn a {
  position: absolute;
  right: 11px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  box-shadow: 0 0 10px #0000001c;
  top: 14px;
}
.edubank-title h1 {
  margin-top: 10px;
}
.edubank-title button {
  padding: 10px 18px;
  font-size: 19px;
  border-radius: 7px;
  background-color: #00000091;
  color: #fff;
  margin-top: 13px;
}
.edubank-title {
  text-align: center;
}
.popup-bx.active {
  opacity: 1;
  visibility: visible;
  animation: landingPopup 0.5s linear 1;
}

@media (max-width: 1200px) {
  .footer-bottom-text {
    position: static;
    transform: translateX(0);
  }
  .col-lg-12.botton-text-fav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 11px;
  }
  .bnr-img {
    transform: translateY(-60px) !important;
  }
  .bnr-center-img {
    /* width: 50% !important; */
    /* transform: translateY(-35%) !important; */
  }
}

@media (max-width: 991px) {
  .footer > .row:first-child {
    align-items: center;
  }
  .right-text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer-bottom-text {
    position: static;
    left: 0;
    top: 6px;
    transform: translateX(0);
  }
  .footer-bottom-text.right-text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-lg-12.botton-text-fav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
    flex-wrap: wrap-reverse;
  }
  .middle-flex-wrap {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 767px) {
  .footer-middle-block {
    float: left;
    width: 50%;
  }
  .middle-flex-wrap {
    margin-top: 40px;
  }
  .model-cover2-logo img {
    width: 57%;
  }
}
@media (max-width: 600px) {
  .popup-bx {
    width: auto;
  }
  .modal1-btn {
    margin-left: auto;
    margin-top: 0;
  }
  .thankyou-modal-content button {
    padding: 11px 73px;
  }
}

@media (max-width: 375px) {
  section.slider .contents-cover {
    margin: 10px -20px;
  }
  .modal1-btn {
    margin-top: 0;
  }
  .modal1-btn button {
    margin-top: 0%;
  }
  .model-cover,
  .thank-modal {
    /* min-width: 200px; */
    min-height: 324px;
  }
}
/* responsive */

@media (max-width: 1919px) {
  section.slider .contents-cover h2 {
    font-size: 18px;
    padding: 15px 0;
  }
  section.slider .contents-cover {
    padding: 30px 15px;
    min-height: 280px;
    margin: 15px;
  }
  section.slider .contents-cover p {
    font-size: 14px;
  }
  section.slider .contents-cover.active a span:after {
    font-size: 14px;
  }
}

@media (max-width: 1439px) {
  .bnr-center-img {
    width: 33.33%;
    transform: translateY(20%);
  }
  .steps-cvr:before {
    background-size: 90%;
  }
  section.steps .sec-one-left .sec-one-left-cover,
  section.steps .sec-last-left .sec-last-left-cover {
    padding: 70px 30px 30px;
  }
  .sec-one-left-cover .share-link a.sharlink-btn {
    white-space: nowrap;
  }
  .faqs .row {
    display: flex;
    align-items: center;
  }
  .bnt-cvr a {
    padding: 18px 30px;
  }
  .vsd-cover img.vsd-child-hover-img {
    top: -170px;
  }
}

@media (max-width: 1199px) {
  .bnr-center-img {
    transform: translateY(50%);
  }
  section.banner {
    margin-bottom: 200px;
  }
  .warrior {
    right: 0;
    transform: translate(-25%, 50%);
    bottom: 0;
  }
  .banner-left img {
    padding-left: 100px;
  }
  section.steps .landfild-title h2 {
    font-size: 40px;
    padding: 0 15px;
  }
  .steps-cvr:before,
  section.steps .steps-cvr > .row .steps-label {
    display: none;
  }
  section.steps .steps-cvr > .row > div[class*="col-"] {
    width: 50%;
  }
  h2.step-title,
  .sec-last-left-cover h2,
  section.steps .sec-one-left .sec-one-left-cover h2 {
    font-size: 28px;
  }
  .footer.m-5 {
    margin: 15px !important;
  }
  .footer-rlogo-block {
    padding: 16px;
  }
  .footer-middle-block p a {
    font-size: 16px;
  }
  .col-lg-3.col-md-6.footer-logo-sec p {
    font-size: 12px;
  }
  .col-lg-3.col-md-6.footer-logo-sec {
    transform: translateY(-30px);
  }
  .nav-bar ul li a {
    padding: 0px 10px;
    font-size: 15px;
  }
  .nav-bar ul li a span {
    top: -20px;
    right: 0;
  }
  footer.footer-main .float-end.footer-links {
    flex-wrap: wrap;
  }
  footer.footer-main .float-end.footer-links a {
    margin-bottom: 10px;
  }
  .header-search-bar {
    display: none;
  }
  section.new-banner .vsd-cover {
    text-align: center;
  }
  .vsd-cover img.vsd-child-hover-img {
    right: 55px;
    top: -105px;
  }
  .bnr-center-img .bnr-left:not(.isolater) {
    left: -25%;
  }
  .left-side-cvr .bnr-left {
    left: 0;
  }
  .right-side-cvr .bnr-left {
    right: 0 !important;
  }
  /* .bnr-center-img {
                  transform: translateY(-55%) !important;
              } */
  .bnr-center-img .bnr-left:not(.isolater) {
    left: -33% !important;
  }
  .vsd-cover img.vsd-child-hover-img2 {
    top: 64px;
    left: -168px;
  }
  .vsd-cover img.vsd-child-hover-img {
    width: 296px;
  }
  .vsd-cover img {
    max-width: 360px;
  }
  .bnr-center-img .bnr-left {
    bottom: 30%;
  }
  .mob-res-set {
    padding: 17px 8px;
  }
}

@media (max-width: 991px) {
  section.new-banner .vsd-cover {
    text-align: center !important;
  }
  .vsd-cover img.vsd-child-hover-img2 {
    left: -85px;
  }
  .vsd-cover img.vsd-child-hover-img {
    left: -37px;
  }
  .landfild-title h2 {
    font-size: 37px;
    margin-bottom: 0;
  }
  footer.footer-main {
    background-image: none !important;
    background-size: cover !important;
    background-color: #1d6d36 !important;
    background-position: center !important;
    border-radius: 50px 50px 0 0 !important;
  }
  [data-aos^="fade"][data-aos^="fade"].aos-animate {
    padding: 20px 15px;
  }
  .edubank-title h1 {
    margin-top: 21px;
    font-size: 28px;
  }
  body .faqs {
    padding: 10px 0;
  }
  .banner-title {
    padding: 0px 0;
  }
  .bnr-img {
    transform: translateY(10px) !important;
  }
  .bnr-img-2 {
    transform: translateY(-76px);
  }
  .bnr-center-img {
    max-width: 540px !important;
  }
  .bnr-center-img .bnr-left:not(.isolater) {
    left: -13% !important;
  }
  .bnr-center-img .bnr-left {
    bottom: 20%;
  }
  section.banner .container > .row > div {
    max-width: 33.33%;
  }
  .logo {
    width: 34% !important;
  }
  .bnr-center-img {
    transform: translateY(85%);
  }
  .bnr-lft-cvr .bnr-left {
    bottom: -5%;
    left: 40%;
  }
  .bnr-rit-cvr .bnr-left {
    right: 40%;
    bottom: -5%;
  }
  .warrior {
    transform: translate(-25%, 85%);
  }
  .right-side-cvr .bnr-left {
    position: absolute;
    left: auto;
    top: auto;
    right: 40%;
    bottom: -30%;
  }
  .bnr-center-img .bnr-left:not(.isolater) {
    left: -70%;
  }
  section.steps .landfild-title h2 {
    font-size: 30px;
  }
  section.steps .steps-cvr > .row > div[class*="col-"] {
    width: 100%;
    max-width: max-content;
    margin: 15px auto;
  }
  section.steps .steps-cvr > .row {
    padding: 50px 0;
  }
  .d-flex.middle-flex-wrap {
    justify-content: space-around;
    margin-bottom: 30px;
  }
  .footer-middle-block {
    width: max-content;
  }
  .footer-bottom-text.right-text {
    margin-top: 30px;
  }
  section.steps .steps-cvr > .row:nth-child(odd) {
    flex-direction: column-reverse;
  }
  p.copy-link-bx span {
    word-break: break-all;
    text-align: center;
  }
  p.copy-link-bx {
    flex-wrap: wrap;
    justify-content: center;
  }
  .steps-cvr .popup-one {
    padding: 0 0 50px 0;
    max-width: max-content;
    top: auto;
    bottom: 100%;
    right: 0;
    left: auto;
  }
  .steps-cvr .popup-one .pop-cover:before {
    left: 70%;
    transform: rotate(315deg);
    top: calc(100% - 73px);
  }
  .steps-cvr .popup-one .pop-cover a {
    position: relative;
  }
}

@media (max-width: 767px) {
  section.steps {
    overflow: hidden;
  }
  .theme-modal {
    width: 95%;
  }
  ul.mdl-social-icon-list li a {
    margin: 5px;
  }
  ul.mdl-social-icon-list {
    justify-content: center;
  }
  .nav-bar {
    width: 100% !important;
    box-shadow: 0 0 10px #4e9f3d54;
    background: #fff;
    border-radius: 8px;
    display: none;
  }
  .nav-bar ul {
    flex-wrap: wrap;
  }
  .nav-bar ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ececec;
  }
  .nav-bar ul li:last-child {
    border: none;
  }
  .theme-btn {
    max-width: max-content;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #4e9f3d;
    font-size: 14px;
    box-shadow: 0 1px 65px 0px #4e9f3db3;
    color: #fff !important;
    font-weight: 600;
  }
  section.banner .container > .row > div,
  .bnr-img > div,
  .bnr-center-img {
    max-width: 100% !important;
    width: 100% !important;
    transform: none;
    text-align: center;
    margin: 30px 0;
  }
  .bnr-img {
    flex-wrap: wrap;
  }
  .bnr-left {
    position: static !important;
    /* transform: none !important; */
  }
  .d-flex.float-end.footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .d-flex.float-end.footer-links a {
    margin: 10px 5px;
  }
  .footer.m-5 {
    margin: 15px 0 !important;
  }
  .footer {
    padding: 20px;
  }
  section.steps .warrior-nd-fixed {
    top: -85px;
    right: 0;
  }
  .search.d-flex {
    max-width: max-content;
    width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  .search.d-flex button {
    width: 100%;
    border-radius: 8px !important;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px !important;
  }
  .search.d-flex input {
    width: 100%;
    text-align: center;
  }
  .warrior-fixed > img {
    transform: translateY(-15px) scale(-0.9);
  }
  img.step-bg-dsgn {
    right: 0;
    z-index: -1;
  }
  header.header {
    padding: 20px 15px 0px;
  }
  .banner-left img {
    padding-left: 10%;
  }
  .bnr-left {
    margin: 10px auto;
    background: #fff;
    box-shadow: 0 0 15px #4e9f3d9c;
  }
  section.steps .steps-title h2 {
    font-size: 26px;
  }
  section.steps .steps-title p {
    font-size: 14px;
  }
  .sec-one-left-cover .share-link {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .sec-one-left-cover .share-link a.sharlink-btn {
    margin-top: 15px;
    font-size: 14px;
  }
  ul.step-list li {
    font-size: 14px;
  }
  a.step-lrn-btn + div a {
    margin: 6px 0px !important;
    font-size: 14px;
    padding: 8px 23px !important;
    border-radius: 8px !important;
  }
  a.step-lrn-btn + div {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .sec-last-left-cover ul li p {
    font-size: 14px;
  }
  section.steps .warrior-nd-fixed {
    transform: scale(0.5);
  }
  .footer-middle-block h2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer-middle-block p a {
    font-size: 12px;
    font-weight: 400;
  }
  .logo {
    width: 200px !important;
  }
  .banner-cover span {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 19px;
  }
  .vsd-cover img {
    max-width: 280px;
  }
  .popup-bx {
    min-width: 90%;
    /* padding: 14px 0px; */
  }

  .col-lg-3.col-md-6.footer-logo-sec {
    text-align: center;
  }
  .bnt-cvr a {
    font-size: 13px;
    padding: 15px 20px;
  }
  .landfild-title h2 {
    font-size: 21px;
    letter-spacing: 5px;
  }

  section.slider {
    padding: 0 !important;
    margin: 60px 0 80px;
  }
  .bnr-img-2 {
    transform: translateY(-17px);
  }
  .bnr-img {
    transform: translateY(-10px) !important;
  }
  .banner {
    padding: 0 0 10px 0;
    margin-bottom: 0;
  }
  .theme-title-cvr {
    margin-top: 22px !important;
  }
  body section.parents-guardians .gurdian-cover h2 {
    font-size: 22px;
    margin: 22px 0 0;
  }
  body section.parents-guardians .gurdian-cover p {
    font-size: 13px;
  }
  BODY
    section.parents-guardians
    .gurdian-cover
    .form
    .formcover
    button.btn-gts {
    padding: 4px 0;
    font-size: 18px;
  }
  section.parents-guardians .gurdian-cover .form .formcover {
    flex-direction: column;
  }
  section.parents-guardians .gurdian-cover .form .formcover input {
    padding: 6px 0;
  }
  .footer-middle-block p {
    margin-bottom: 0px;
  }
  .d-flex.middle-flex-wrap {
    margin-bottom: 0px;
  }
  .bnr-center-img {
    transform: none !important;
    width: 100% !important;
  }
  .bnr-left {
    position: static !important;
    transform: none !important;
  }
  .bnr-img {
    transform: translateY(30px) !important;
  }
  .vsd-cover img.vsd-child-hover-img {
    bottom: 102%;
  }
  .vsd-cover img.vsd-child-hover-img2 {
    left: 65px;
    top: -15px;
    width: 168px;
  }
  img.roundes-arrow {
    display: none;
  }
  .vsd-cover img.vsd-child-hover-img {
    left: 30px;
  }
  .col-lg-4.col-md-4.footer-logo-sec {
    text-align: center;
  }
}
/* FAQS */

.faqs {
  padding: 100px 0;
}

.faqs .ask-q {
  background-image: url(../img/asd.png);
  background-position: center;
  background-size: cover;
}

section.faqs ul h3 {
  font-size: 20px;
  padding: 15px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
  transition: 0.3s;
  color: #4e9f3d;
}

section.faqs ul h3:hover {
  color: #aed287;
}

section.faqs ul {
  list-style: none;
}

section.faqs ul li {
  background-color: #4e9f3d12;
  border-radius: 14px;
  padding: 0px 15px;
  margin-bottom: 10px;
  backdrop-filter: blur(10px);
}

section.faqs ul h3:before {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #4e9f3d;
  font-weight: 400;
}

section.faqs ul h3.active:before {
  content: "-";
  color: #3b4360;
}

section#faques .theme-title-cvr h2 {
  font-size: 36px;
  font-weight: 800;
}

section#faques .theme-title-cvr span {
  font-size: 36px;
  font-weight: 800;
  color: transparent;
  background-image: linear-gradient(45deg, #51a03f, #d1e5a3);
  -webkit-background-clip: text;
  position: relative;
}

section#faques .theme-title-cvr span:before {
  content: "";
  height: 3px;
  width: 40%;
  background-image: linear-gradient(300deg, #5fa84a, #c2dd97);
  position: absolute;
  top: 25px;
  right: -90px;
}
/* /FAQS */
/* Parent */

section.parents-guardians {
  margin: 50px 0;
}

section.parents-guardians .gurdian-cover {
  border-radius: 75px;
  background-image: url(../img/PARENTS-BG.png);
  background-position: 46%;
  background-repeat: no-repeat;
  padding: 50px 0;
  background-size: cover;
}

section.parents-guardians .gurdian-cover h2 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin: 30px 0 0;
  margin-bottom: 13px;
}

section.parents-guardians .gurdian-cover p {
  font-size: 16px;
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
  padding: 4px 0;
}

section.parents-guardians .gurdian-cover .form .formcover {
  background-image: linear-gradient(107deg, #4e9f3d, #93c472);
  width: max-content;
  margin: 0 auto;
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 22px;
}

section.parents-guardians .gurdian-cover .form .formcover input {
  background: transparent;
  border: none;
}

section.parents-guardians .gurdian-cover .form .formcover input::placeholder {
  color: #fff;
}

section.parents-guardians .gurdian-cover .form .formcover button.btn-gts {
  background: transparent;
  background-image: url(../img/btn-bg.png);
  padding: 10px 35px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 22px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

section.parents-guardians .gurdian-cover .form a.join-btn {
  font-size: 24px;
  color: #fff;
  background-image: url(../img/btn-bg.png);
  background-repeat: no-repeat;
  padding: 14px;
  max-width: max-content;
  background-size: cover;
  display: inline-block;
  margin-bottom: 14px;
  background-position: center;
  border-radius: 15px;
}
/* /Parent */
.popover-content,
.popover.right {
  display: none !important;
}
